{
"method": "/msg/sendHyperText",
"params": {
"guid": "{{guid}}",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 1,
"text": "" //@所有人
},
{
"subtype": 0,
"text": " 我是智能客服"
}
],
"toId": "7881302****70971"
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendHyperText",
"params": {
"guid": "",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 1,
"text": "" //@所有人
},
{
"subtype": 0,
"text": " 我是智能客服"
}
],
"toId": "7881302****70971"
}
}'{
"code": 0,
"data": {
"isSendSuccess": 1,
"msgServerId": 1000838,
"msgType": 2,
"msgUniqueIdentifier": "T2Bsflc6oeswjjM==",
"seq": 4649019,
"timestamp": 1758350588
},
"msg": "成功"
}