浏览代码

修复Error

Jeff 3 年之前
父节点
当前提交
b3ed963ebd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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