Initial qiwei secondary development handoff
This commit is contained in:
20
requestdata/sendVWorkGroupAtMessage.json
Normal file
20
requestdata/sendVWorkGroupAtMessage.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user