Initial qiwei secondary development handoff

This commit is contained in:
2026-06-23 21:11:20 +08:00
commit 858cb68f4f
207 changed files with 52782 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "addVWorkCardUser",
"params": {
"robotId": "机器人微信id",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"userId": "string",
"corpId": "string",
"fromUserId": "string",
"verify": "string"
}
}
{
"type":11121,
"data":{
"user_id":"{{params.userId}}",
"corp_id":"{{params.corpId}}",
"from_user_id":"{{params.fromUserId}}",
"verify":"{{params.verify}}"
}
}