getWeblogs 479 B

123456789101112131415161718192021
  1. {
  2. "result": 1,
  3. "description": null,
  4. "data": {
  5. "total": 12,
  6. "dataList": [
  7. {
  8. "id": "333",
  9. "createdTime": "2018-05-10 10:10",
  10. "title": "系统升级",
  11. "content": "管理系统、经销商升级,接口整改"
  12. },
  13. {
  14. "id": "444",
  15. "createdTime": "2018-01-10 10:10",
  16. "title": "系统重启",
  17. "content": "系统资源消耗严重,释放系统资源"
  18. }
  19. ]
  20. }
  21. }