Commit edf34346 by guanzhenshan

打印日志

parent 8495f673
......@@ -40,9 +40,9 @@ namespace Bailun.OMSApi.Services.PutIn
}
}
};
var result = HttpHelper.NetHelper.HttpPostJson(url, JsonConvert.SerializeObject(param));
Console.WriteLine(result);
if (!string.IsNullOrEmpty(result))
{
var obj = JsonConvert.DeserializeObject<CommonRequestPage<mPutIn>>(result);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment