21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"type": "sendVWorkGroupAtMessage",
|
|
"params": {
|
|
"robotId": "机器人微信id",
|
|
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
|
"conversationId": "string",
|
|
"message": "string",
|
|
"atList": [
|
|
"string"
|
|
]
|
|
}
|
|
}
|
|
{
|
|
"data": {
|
|
"conversation_id": "{{params.conversationId}}",
|
|
"content": "{{params.message}}",
|
|
"at_list": "{{params.atList}}"
|
|
},
|
|
"type": 11069
|
|
}
|