{
"socketType":2,
"list":[
{
"type":203,
"titleList":[
"AA"
],
"receivedContent":"第一条发送文本消息指令"
},
{
"type":203,
"titleList":[
"AA"
],
"receivedContent":"第二条发送文本消息指令"
},
{
"type": 218,
"titleList": [
"BB"
],
"objectName": "logo.png",
"fileUrl": "https://cdn.asrtts.cn/static/image/logo3_180_raw.png",
"fileType": "image",
"extraText": "第三条发送文件消息指令"
}
]
}
curl --location -g --request POST 'https://api.worktool.ymdyes.cn/wework/sendRawMessage?robotId=worktool1' \
--header 'Content-Type: application/json' \
--data-raw '{
"socketType":2,
"list":[
{
"type":203,
"titleList":[
"AA"
],
"receivedContent":"第一条发送文本消息指令"
},
{
"type":203,
"titleList":[
"AA"
],
"receivedContent":"第二条发送文本消息指令"
},
{
"type": 218,
"titleList": [
"BB"
],
"objectName": "logo.png",
"fileUrl": "https://cdn.asrtts.cn/static/image/logo3_180_raw.png",
"fileType": "image",
"extraText": "第三条发送文件消息指令"
}
]
}'
{
"code": 0,
"message": "string",
"data": "string"
}