21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"type": "addVWorkFriendRequestFromGroup",
|
|
"params": {
|
|
"robotId": "机器人微信id",
|
|
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
|
"conversationId": "string",
|
|
"userId": "string",
|
|
"corpId": "string",
|
|
"verify": "string"
|
|
}
|
|
}
|
|
{
|
|
"type":11071,
|
|
"data":{
|
|
"room_conversation_id":"{{params.conversationId}}",
|
|
"user_id":"{{params.userId}}",
|
|
"corp_id":"{{params.corpId}}",
|
|
"verify":"{{params.verify}}"
|
|
}
|
|
}
|