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