|
@@ -24,7 +24,7 @@ func (s *SyncWx) SyncAll() {
|
|
|
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=0")
|
|
|
+ res, err := client.R().SetSuccessResult(&result).Post("http://chat-debug.gkscrm.com:13086/pc/GetWeChatsReq?id=0")
|
|
|
if err != nil {
|
|
|
logx.Error("syncWx: ", err)
|
|
|
return
|