| 12345678910111213141516171819202122232425 |
- {
- "code": 0,
- "data": [
- {
- "cmd": 15000,
- "guid": "test-guid-001",
- "msgType": 13,
- "fromRoomId": "ROOM_TEST_001",
- "msgData": {
- "linkUrl": "https://doc.weixin.qq.com/txdoc/excel?docid=DOC_TEST_abc123xyz",
- "title": "沟通记录在线文档"
- },
- "timestamp": 1716200000
- },
- {
- "cmd": 15000,
- "guid": "test-guid-001",
- "msgType": 0,
- "fromRoomId": "ROOM_TEST_001",
- "msgData": { "content": "普通文本,不应解析 docid" },
- "timestamp": 1716200001
- }
- ],
- "msg": "ok"
- }
|