Initial qiwei secondary development handoff
This commit is contained in:
22
requestdata/sendVWorkUrlMessage.json
Normal file
22
requestdata/sendVWorkUrlMessage.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "sendVWorkUrlMessage",
|
||||
"params": {
|
||||
"robotId": "当前机器人微信ID",
|
||||
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
||||
"conversationId": "接收方微信id",
|
||||
"url": "string",
|
||||
"imagePath": "string",
|
||||
"title": "string",
|
||||
"content": "string"
|
||||
}
|
||||
}
|
||||
{
|
||||
"type":11159,
|
||||
"data":{
|
||||
"conversation_id":"{{params.conversationId}}",
|
||||
"url":"{{params.url}}",
|
||||
"image_url":"{{params.imagePath}}",
|
||||
"title":"{{params.title}}",
|
||||
"desc":"{{params.content}}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user