{
"toWxid": "好友微信Id/微信群Id",
"ats": "@的好友,多个好友用英文逗号进行分隔。群主或管理员@全部的人,则填写'notify@all'",
"content": "消息内容"
}curl --location --request POST '/sendTextMessage' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"toWxid": "好友微信Id/微信群Id",
"ats": "@的好友,多个好友用英文逗号进行分隔。群主或管理员@全部的人,则填写'\''notify@all'\''",
"content": "消息内容"
}'{
"ret": 0,
"msg": "string",
"data": {
"toWxid": "string",
"createTime": 0,
"msgId": 0,
"newMsgId": 0,
"type": 0
}
}