소스 검색

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