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

33
eventdata/11074.json Normal file
View File

@@ -0,0 +1,33 @@
{
"data":{
"member_list":[{
"name":"小邪",
"user_id":"78813xxx2093"
}],
"op_user_id":"16888505xx28682",
"op_user_name":"小邪",
"room_conversation_id":"R:1069604xxx056787",
"room_name":"小邪、小邪"
},
"type":11074
}
{
"event": "20020",
"description": "新增群通知事件",
"time": "",
"data": {
"instanceId": "string",
"robotId": "string",
"sendTime": "",
"memberList": [
{
"name": "{{data.member_list[0].name}}",
"user_id": "{{data.member_list[0].user_id}}"
}
],
"opUserId": "{{data.op_user_id}}",
"opUserName": "{{data.op_user_name}}",
"roomConversationId": "{{data.room_conversation_id}}",
"roomName": "{{data.room_name}}"
}
}