Initial qiwei secondary development handoff
This commit is contained in:
34
requestdata/sendVWorkAppletMessage.json
Normal file
34
requestdata/sendVWorkAppletMessage.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user