|
@@ -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
|