Files
qiweimanager-master/eventdata/11049.json

41 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"data": {
"content_type": 26,
"conversation_id": "S:1688xxxx_16888505xxxx",
"desc": "来自xxxxx的红包请进入手机版企业微信查看",
"local_id": "385",
"money": 1,
"packet_id": "10000405012020xxxxxx",
"receiver": "1688850535834755",
"remark": "恭喜发财",
"send_time": "1580616846",
"sender": "168885053xxx",
"sender_name": "xxxxx",
"server_id": "100xxxxxxx"
},
"type": 11049
}
{
"event": "20011",
"description": "红包消息事件",
"time": "{{data.send_time}}",
"data": {
"instanceId": "string",
"robotId": "string",
"sendTime": "{{data.send_time}}",
"localId": "{{data.local_id}}",
"serverId": "{{data.server_id}}",
"messageType": 103,
"packetId": "{{data.packet_id}}",
"desc": "{{data.desc}}",
"remark": "{{data.remark}}",
"money": "{{data.money}}",
"appInfo": "",
"messageSource": 0,
"conversationId": "{{data.conversation_id}}",
"fromWxId": "{{data.sender}}",
"toWxId": "{{data.receiver}}",
"fromNickName": "{{data.sender_name}}",
"isPc": 0
}
}