boweniac 3 日 前
コミット
789c744b4f

+ 1 - 1
internal/logic/WorkPhone/qw_refresh_logic.go

@@ -36,7 +36,7 @@ func (l *QwRefreshLogic) QwRefresh() (resp *types.BaseMsgResp, err error) {
 	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://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 {
 		return nil, err

+ 1 - 1
internal/pkg/wechat_ws/test/main.go

@@ -13,7 +13,7 @@ func msgHandler(msg wechat_ws.MsgJsonObject) error {
 
 func main() {
 	//u := url.URL{Scheme: "ws", Host: "chat.gkscrm.com:13088"}
-	u := url.URL{Scheme: "ws", Host: "wecom.gkscrm.com:15088"}
+	u := url.URL{Scheme: "ws", Host: "wecom-debug.gkscrm.com:15088"}
 
 	logx.Info(u.String())