getDealerTodoMessage 810 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "result": 1,
  3. "description": "",
  4. "payload":{
  5. "count":2,
  6. "dataList": [
  7. {
  8. "id": 1,
  9. "status": 1,
  10. "title": "流量卡续费通知",
  11. "dateTimeAdded": "2021-12-23 17:55:16",
  12. "content": "欠费,请点击查看续费",
  13. "expiredTime": "2021-12-31 12:00:00",
  14. "link": "https://www.baidu.com",
  15. "handleTime": null
  16. },
  17. {
  18. "id": 2,
  19. "status": 2,
  20. "title": "商户开通通知",
  21. "dateTimeAdded": "2021-12-20 15:00:00",
  22. "content": "欠费,请点击查看续费",
  23. "expiredTime": "2021-12-22 12:00:00",
  24. "link": "https://www.baidu.com",
  25. "handleTime": null
  26. }
  27. ]
  28. }
  29. }