From dc438c953670f6528da60beebcca2e675ffef20b Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Tue, 23 Jan 2024 17:20:21 +0800 Subject: [PATCH] sync message2 --- qyweixin/app_customer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/qyweixin/app_customer.go b/qyweixin/app_customer.go index d015edd..f9ecf4c 100644 --- a/qyweixin/app_customer.go +++ b/qyweixin/app_customer.go @@ -64,7 +64,6 @@ func (a *AppCustomer) SyncMessage(cursor, token, openKfId string) ([]*CustomerMe reqUrl := fmt.Sprintf("https://qyapi.weixin.qq.com/cgi-bin/kf/sync_msg?access_token=%s", a.GetToken()) params := make(map[string]interface{}) - params["token"] = token params["token"] = token params["limit"] = 1000 params["voice_format"] = 0