Initial qiwei secondary development handoff
This commit is contained in:
34
requestdata/sendVWorkVideoNumberLiveMessage.json
Normal file
34
requestdata/sendVWorkVideoNumberLiveMessage.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "sendVWorkVideoNumberLiveMessage",
|
||||
"params": {
|
||||
"robotId": "当前机器人微信ID",
|
||||
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
||||
"conversationId": "接收方微信id",
|
||||
"avatarUrl": "string",
|
||||
"coverUrl": "string",
|
||||
"desc": "string",
|
||||
"feedType": 4,
|
||||
"nickname": "string",
|
||||
"url": "string",
|
||||
"thumbUrl": "string",
|
||||
"extras": "string",
|
||||
"objectId": "string",
|
||||
"objectNonceId": "string"
|
||||
}
|
||||
}
|
||||
{
|
||||
"data": {
|
||||
"conversation_id": "{{params.conversationId}}",
|
||||
"avatar": "{{params.avatarUrl}}",
|
||||
"cover_url": "{{params.coverUrl}}",
|
||||
"desc": "{{params.desc}}",
|
||||
"extras": "{{params.extras}}",
|
||||
"feed_type": 9,
|
||||
"nickname": "{{params.nickname}}",
|
||||
"object_id": "{{params.objectId}}",
|
||||
"object_nonce_id": "{{params.objectNonceId}}",
|
||||
"thumb_url": "{{params.thumbUrl}}",
|
||||
"url": "{{params.url}}"
|
||||
},
|
||||
"type": 11196
|
||||
}
|
||||
Reference in New Issue
Block a user