17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"type": "agreeVWorkUser",
|
|
"params": {
|
|
"robotId": "机器人微信id",
|
|
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
|
"userId": "string",
|
|
"corpId": "string"
|
|
}
|
|
}
|
|
{
|
|
"type":11064,
|
|
"data":{
|
|
"user_id":"{{params.userId}}",
|
|
"corp_id":"{{params.corpId}}"
|
|
}
|
|
}
|