Files
qiweimanager-master/requestdata/pushVWorkGroupNotice.json

17 lines
375 B
JSON

{
"type": "pushVWorkGroupNotice",
"params": {
"robotId": "机器人微信id",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"conversationId": "string",
"notice": "string"
}
}
{
"type":11082,
"data":{
"room_conversation_id":"{{params.conversationId}}",
"notice":"{{params.notice}}"
}
}