Browse Source

修复Error

Jeff 3 years ago
parent
commit
b3ed963ebd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FactoryTool_CShare/Business/CommonMethod.cs

+ 1 - 1
FactoryTool_CShare/Business/CommonMethod.cs

@@ -371,7 +371,7 @@ namespace MOKA_Factory_Tools
             HttpHelper http = new HttpHelper();
             HttpItem item = new HttpItem()
             {
-                URL = url + "/getofflinelist.do?",//URL这里都是测试URl   必需项
+                URL = midInfo.host + "/getofflinelist.do?",//URL这里都是测试URl   必需项
                 Encoding = null,//编码格式(utf-8,gb2312,gbk)     可选项 默认类会自动识别
                                 //Encoding = Encoding.Default,
                 Method = "post",//URL     可选项 默认为Get