{
"method": "/msg/sendHyperText",
"params": {
"guid": "{{guid}}",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 0,
"text": "你好"
},
{
"subtype": 1, //艾特
"text": "788130319790857," //艾特个人
},
{
"subtype": 1, //艾特
"text": "," //艾特全体
}
],
"toId": "{{roomid}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tenantToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendHyperText",
"params": {
"guid": "{{guid}}",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 0,
"text": "你好"
},
{
"subtype": 1, //艾特
"text": "788130319790857," //艾特个人
},
{
"subtype": 1, //艾特
"text": "," //艾特全体
}
],
"toId": "{{roomid}}"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}