sync message2

This commit is contained in:
jiangyong27 2024-01-23 17:20:21 +08:00
parent 2af9f91228
commit dc438c9536
1 changed files with 0 additions and 1 deletions

View File

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