{
"method": "/msg/sendHyperText",
"params": {
"guid": "{{guid}}",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 0,
"text": "@所有人"
},
{
"subtype": 0,
"text": " 我是mac.stone"
}
],
"toId": "10814496149970753"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendHyperText",
"params": {
"guid": "{{guid}}",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 0,
"text": "@所有人"
},
{
"subtype": 0,
"text": " 我是mac.stone"
}
],
"toId": "10814496149970753"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}