Переглянути джерело

GetWeChatsReq 接口适配非 dev 模式

boweniac 2 тижнів тому
батько
коміт
2592de86ef
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      crontask/sync_wx.go

+ 1 - 1
crontask/sync_wx.go

@@ -17,7 +17,7 @@ func (l *CronTask) syncWx() {
 	client.SetCommonRetryCount(2).
 		SetCommonRetryBackoffInterval(1*time.Second, 5*time.Second).
 		SetCommonRetryFixedInterval(2 * time.Second).SetTimeout(30 * time.Second)
-	res, err := client.R().SetSuccessResult(&result).Post("http://chat.gkscrm.com:13086/pc/GetWeChatsReq?id=13")
+	res, err := client.R().SetSuccessResult(&result).Post("http://chat.gkscrm.com:13086/pc/GetWeChatsReq?id=0")
 	if err != nil {
 		l.Error("syncWx: ", err)
 		return