msgtype
This commit is contained in:
parent
ba17643c79
commit
844a3fa17b
|
@ -65,7 +65,7 @@ func (a *AppCustomer) SendCustomerText(toUser, openKfId, content string) error {
|
|||
params := make(map[string]interface{})
|
||||
params["touser"] = toUser
|
||||
params["open_kfid"] = openKfId
|
||||
params["msg_type"] = "text"
|
||||
params["msgtype"] = "text"
|
||||
params["text"] = map[string]interface{}{
|
||||
"content": content,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue