123456789101112131415161718192021 |
- {
- "result": 1,
- "description": null,
- "data": {
- "total": 12,
- "dataList": [
- {
- "id": "333",
- "createdTime": "2018-05-10 10:10",
- "title": "系统升级",
- "content": "管理系统、经销商升级,接口整改"
- },
- {
- "id": "444",
- "createdTime": "2018-01-10 10:10",
- "title": "系统重启",
- "content": "系统资源消耗严重,释放系统资源"
- }
- ]
- }
- }
|