15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"type": "quitGroupVWork",
|
|
"params": {
|
|
"robotId": "机器人微信id",
|
|
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
|
"conversationId": "string"
|
|
}
|
|
}
|
|
{
|
|
"type":11105,
|
|
"data":{
|
|
"room_conversation_id":"{{params.conversationId}}"
|
|
}
|
|
}
|