1234567891011121314151617181920212223242526272829 |
- {
- "result": 1,
- "description": "",
- "payload":{
- "count":2,
- "dataList": [
- {
- "id": 1,
- "status": 1,
- "title": "流量卡续费通知",
- "dateTimeAdded": "2021-12-23 17:55:16",
- "content": "欠费,请点击查看续费",
- "expiredTime": "2021-12-31 12:00:00",
- "link": "https://www.baidu.com",
- "handleTime": null
- },
- {
- "id": 2,
- "status": 2,
- "title": "商户开通通知",
- "dateTimeAdded": "2021-12-20 15:00:00",
- "content": "欠费,请点击查看续费",
- "expiredTime": "2021-12-22 12:00:00",
- "link": "https://www.baidu.com",
- "handleTime": null
- }
- ]
- }
- }
|