Jeff %!s(int64=3) %!d(string=hai) anos
pai
achega
b3ed963ebd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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