getRefundRecord 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "result": 1,
  3. "description": null,
  4. "para": {
  5. "total": 2,
  6. "refundTotal": 4,
  7. "dataList": [
  8. {
  9. "name": "张三",
  10. "avatar": "img/headImg.jpg",
  11. "id": "xx1312321321",
  12. "groupName": "武汉大学",
  13. "description": "呜呜呜呜",
  14. "coins": 2,
  15. "operator": "杨秋月",
  16. "createdTime": "2016-06-02"
  17. },
  18. {
  19. "name": "张三",
  20. "avatar": "img/headImg.jpg",
  21. "id": "xx1312321321",
  22. "groupName": "武汉大学",
  23. "description": "呜呜呜呜",
  24. "coins": 2,
  25. "operator": "杨秋月",
  26. "createdTime": "2016-06-02"
  27. }
  28. ]
  29. }
  30. }