{
"method": "/msg/sendHyperText",
"params": {
"guid": "6f2752cf-e611-4ba6-ba76-8db0bd555ee4",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 1,
"text": ""
},
{
"subtype": 0,
"text": " 我是智能客服"
}
],
"toId": "7881301004995031"
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/msg/sendHyperText",
"params": {
"guid": "6f2752cf-e611-4ba6-ba76-8db0bd555ee4",
"content": [
{
"subtype": 2,
"text": "[微笑][憨笑]"
},
{
"subtype": 1,
"text": ""
},
{
"subtype": 0,
"text": " 我是智能客服"
}
],
"toId": "7881301004995031"
}
}'{
"code": 0,
"data": {
"isSendSuccess": 0,
"msgServerId": 0,
"msgType": 0,
"msgUniqueIdentifier": "string",
"seq": 0,
"timestamp": 0
},
"msg": "string"
}