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,34 @@
{
"type": "sendVWorkAppletMessage",
"params": {
"robotId": "当前机器人微信ID",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"conversationId": "接收方微信id",
"app": "gh_52b46203a658@app",
"appId": "wx35f2a3937c9df889",
"appName": "test",
"appIcon": "string",
"title": "string",
"url": "pages/index/index.html",
"fileId": "string",
"aesKey": "string",
"md5": "string",
"size": "string"
}
}
{
"type":11162,
"data":{
"conversation_id":"{{params.conversationId}}",
"username":"{{params.app}}",
"appid":"{{params.appId}}",
"appname":"{{params.appName}}",
"appicon":"{{params.appIcon}}",
"title":"{{params.title}}",
"page_path":"{{params.url}}",
"file_id":"{{params.fileId}}",
"aes_key":"{{params.aesKey}}",
"md5":"{{params.md5}}",
"size": 11122
}
}