qiwei_callbacks_sample.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "code": 0,
  3. "msg": "成功",
  4. "data": [
  5. {
  6. "guid": "test-guid-designer-001",
  7. "cmd": 15000,
  8. "fromRoomId": 10791082136095292,
  9. "msgServerId": 1002115,
  10. "msgType": 13,
  11. "timestamp": 1710000000,
  12. "senderId": 1688852365307991,
  13. "msgData": {
  14. "title": "客户沟通记录表",
  15. "desc": "请在此填写每次沟通内容",
  16. "linkUrl": "https://doc.weixin.qq.com/txdoc/excel?docid=DOC_TEST_abc123xyz&scode=xxx",
  17. "iconUrl": ""
  18. }
  19. },
  20. {
  21. "guid": "test-guid-designer-001",
  22. "cmd": 15000,
  23. "fromRoomId": 10791082136095292,
  24. "msgServerId": 1002116,
  25. "msgType": 0,
  26. "timestamp": 1710000100,
  27. "senderId": 1688852365307991,
  28. "msgData": {
  29. "content": "今天和客户确认了方案"
  30. }
  31. },
  32. {
  33. "guid": "test-guid-designer-001",
  34. "cmd": 15000,
  35. "fromRoomId": 99999999999999,
  36. "msgServerId": 1002117,
  37. "msgType": 13,
  38. "timestamp": 1710000200,
  39. "senderId": 1688852365307991,
  40. "msgData": {
  41. "title": "另一个群的文档",
  42. "linkUrl": "https://doc.weixin.qq.com/doc/DOC_OTHER_room2",
  43. "desc": ""
  44. }
  45. }
  46. ]
  47. }