浏览代码

Merge branch 'ths/list' into debug

Roc 2 年之前
父节点
当前提交
a1d1511e00
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      services/report_push.go
  2. 1 1
      utils/config.go

+ 1 - 1
services/report_push.go

@@ -614,7 +614,7 @@ func ThsReportList() (err error) {
 	body, _ := ioutil.ReadAll(resp.Body)
 
 	//fmt.Println(string(body))
-	utils.FileLog.Info(fmt.Sprintf("Ths List Result parms:%s", string(body)))
+	utils.FileLog.Info(fmt.Sprintf("Ths List Result :%s", string(body)))
 
 	//同花顺接口返回数据
 	var tshResult TshResult

+ 1 - 1
utils/config.go

@@ -147,7 +147,7 @@ ZwIDAQAB
 		//同花顺测试地址
 		THS_SendUrl = `https://mtest.10jqka.com.cn/gateway/ps/syncNews`
 		THS_SyncWxGroupUrl = `https://mtest.10jqka.com.cn/gateway/ps/syncWechatGroupInfo`
-		THS_SyncWxGroupUrl = `https://mtest.10jqka.com.cn/gateway/ps/syncNews/listPage`
+		THS_List_Url = `https://mtest.10jqka.com.cn/gateway/ps/syncNews/listPage`
 		//同花顺,万得接口服务地址(阿里云windows服务器地址;外网地址)
 		Hz_Server_Data_Url = "http://139.196.136.213:7000/"