Initial qiwei secondary development handoff

This commit is contained in:
2026-06-23 21:11:20 +08:00
commit 858cb68f4f
207 changed files with 52782 additions and 0 deletions

41
eventdata/11049.json Normal file
View File

@@ -0,0 +1,41 @@
{
"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
}
}