Initial qiwei secondary development handoff
This commit is contained in:
62
eventdata/11068.json
Normal file
62
eventdata/11068.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"data":{
|
||||
"content_type":123,
|
||||
"conversation_id":"S:16888505xx8682_168885xx6004663",
|
||||
"emotion_list":[],
|
||||
"image_list":[{
|
||||
"cdn_type": 2,
|
||||
"cdn":{
|
||||
"aes_key":"cce0ba73c7dd4ea3a799adb803c2a5d2",
|
||||
"file_id":"3081b00201020481a83081a50201000204283cabaa02030f4df90204e5136071020461b5604c04694e45574944315f3238336361626161653531333630373136316237363336305f64656433663066312d386135312d346162352d383061622d6336353330643333316338355f66376166303563392d323932632d343562302d613434342d36663761323135636639636202010002030113200410e8873b0a25333bed1342112b1a2024a50201020201000400",
|
||||
"file_name":"7b428249db04abc684953d4c5635e7d1.png",
|
||||
"md5":"e8873b0a25333bed1342112b1a2024a5",
|
||||
"size":70421
|
||||
},
|
||||
"file_size":70421
|
||||
}],
|
||||
"is_pc":0,
|
||||
"local_id":"2829",
|
||||
"receiver":"16888xx004663",
|
||||
"send_time":"1639408480",
|
||||
"sender":"16888505xx8682",
|
||||
"sender_name":"小邪",
|
||||
"server_id":"1099051",
|
||||
"text_content":"你好图文消息"
|
||||
},
|
||||
"type":11068
|
||||
}
|
||||
{
|
||||
"event": "20014",
|
||||
"description": "图文消息事件",
|
||||
"time": "{{data.send_time}}",
|
||||
"data": {
|
||||
"instanceId": "string",
|
||||
"robotId": "string",
|
||||
"sendTime": "{{data.send_time}}",
|
||||
"localId": "{{data.local_id}}",
|
||||
"serverId": "{{data.server_id}}",
|
||||
"messageType": 103,
|
||||
"textContent": "{{data.text_content}}",
|
||||
"emotionList": "{{data.emotion_list}}",
|
||||
"imageList": [
|
||||
{
|
||||
"cdn_type": "{{data.image_list[0].cdn_type}}",
|
||||
"cdn": {
|
||||
"aes_key": "{{data.image_list[0].cdn.aes_key}}",
|
||||
"file_id": "{{data.image_list[0].cdn.file_id}}",
|
||||
"file_name": "{{data.image_list[0].cdn.file_name}}",
|
||||
"md5": "{{data.image_list[0].cdn.md5}}",
|
||||
"size": "{{data.image_list[0].cdn.size}}"
|
||||
},
|
||||
"file_size": "{{data.image_list[0].file_size}}"
|
||||
}
|
||||
],
|
||||
"appInfo": "",
|
||||
"messageSource": 0,
|
||||
"conversationId": "{{data.conversation_id}}",
|
||||
"fromWxId": "{{data.sender}}",
|
||||
"toWxId": "{{data.receiver}}",
|
||||
"fromNickName": "{{data.sender_name}}",
|
||||
"isPc":0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user