This commit is contained in:
jiangyong27 2024-01-23 19:35:41 +08:00
parent ba17643c79
commit 844a3fa17b
1 changed files with 1 additions and 1 deletions

View File

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