19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"type": "delVWorkMembersRequest",
|
|
"params": {
|
|
"robotId": "机器人微信id",
|
|
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
|
"conversationId": "string",
|
|
"userList": [
|
|
"string"
|
|
]
|
|
}
|
|
}
|
|
{
|
|
"type": 11061,
|
|
"data": {
|
|
"user_list": "{{params.userList}}",
|
|
"conversation_id": "{{params.conversationId}}"
|
|
}
|
|
}
|