Files
qiweimanager-master/eventdata/11046.json

44 lines
1.3 KiB
JSON

{
"data":{
"address":"北京市东城区东长安街",
"content_type":6,
"conversation_id":"S:16888xxx328682_7881302xx12998",
"is_pc":0,
"latitude":39.903739928999997,
"local_id":"2828",
"longitude":116.397827148,
"receiver":"168885xxx28682",
"send_time":"1639408398",
"sender":"78813xx98",
"sender_name":"小邪",
"server_id":"1099046",
"title":"北京天安门广场",
"zoom":15
},
"type":11046
}
{
"event": "20013",
"description": "位置消息事件",
"time": "{{data.send_time}}",
"data": {
"instanceId": "string",
"robotId": "string",
"sendTime": "{{data.send_time}}",
"localId": "{{data.local_id}}",
"serverId": "{{data.server_id}}",
"messageType": 103,
"address": "{{data.address}}",
"latitude": "{{data.latitude}}",
"longitude": "{{data.longitude}}",
"title": "{{data.title}}",
"zoom": "{{data.zoom}}",
"appInfo": "",
"messageSource": 0,
"conversationId": "{{data.conversation_id}}",
"fromWxId": "{{data.sender}}",
"toWxId": "{{data.receiver}}",
"fromNickName": "{{data.sender_name}}",
"isPc":0
}
}