Commit e4f247c6 by 泽锋 李

fix

parent 4463e24b
......@@ -141,7 +141,7 @@ namespace AutoTurnOver.Services
{
//查询采购建议明细
string url = ConfigHelper.GetValue("PushBuyPlan");
var parStr = "obj=" + WebUtility.UrlDecode(data.ToJson());
var parStr = ("obj=" + WebUtility.UrlDecode(data.ToJson()));
Console.WriteLine($" {DateTime.Now} 推送采购单 输入:", parStr);
string resultStr = HttpHelper.Request(url, RequestType.POST, parStr, timeout: 1000 * 60 * 60 * 24);
Console.WriteLine($" {DateTime.Now} 推送采购单 输出:" + resultStr);
......
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