Initial qiwei secondary development handoff
This commit is contained in:
16
requestdata/changeVWorkUserCompany.json
Normal file
16
requestdata/changeVWorkUserCompany.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "changeVWorkUserCompany",
|
||||
"params": {
|
||||
"robotId": "机器人微信id",
|
||||
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
||||
"userId": "string",
|
||||
"company": "string"
|
||||
}
|
||||
}
|
||||
{
|
||||
"type":11057,
|
||||
"data":{
|
||||
"user_id":"{{params.userId}}",
|
||||
"company":"{{params.company}}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user