|
@@ -36,7 +36,7 @@ func (l *QwRefreshLogic) QwRefresh() (resp *types.BaseMsgResp, err error) {
|
|
client.SetCommonRetryCount(2).
|
|
client.SetCommonRetryCount(2).
|
|
SetCommonRetryBackoffInterval(1*time.Second, 5*time.Second).
|
|
SetCommonRetryBackoffInterval(1*time.Second, 5*time.Second).
|
|
SetCommonRetryFixedInterval(2 * time.Second).SetTimeout(30 * time.Second)
|
|
SetCommonRetryFixedInterval(2 * time.Second).SetTimeout(30 * time.Second)
|
|
- res, err := client.R().SetSuccessResult(&result).Post("http://wecom-debug.gkscrm.com:15086/pc/GetWeChatsReq?id=19")
|
|
|
|
|
|
+ res, err := client.R().SetSuccessResult(&result).Post("http://wecom-debug.gkscrm.com:15086/pc/GetWeChatsReq?id=0")
|
|
|
|
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|