sync message2
This commit is contained in:
parent
2af9f91228
commit
dc438c9536
|
@ -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())
|
reqUrl := fmt.Sprintf("https://qyapi.weixin.qq.com/cgi-bin/kf/sync_msg?access_token=%s", a.GetToken())
|
||||||
params := make(map[string]interface{})
|
params := make(map[string]interface{})
|
||||||
|
|
||||||
params["token"] = token
|
|
||||||
params["token"] = token
|
params["token"] = token
|
||||||
params["limit"] = 1000
|
params["limit"] = 1000
|
||||||
params["voice_format"] = 0
|
params["voice_format"] = 0
|
||||||
|
|
Loading…
Reference in New Issue