onPointsRecords 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "result": 1,
  3. "description": "",
  4. "data": {
  5. "sumCoins": 9,
  6. "sumCoinsTotal": 3,
  7. "sumCharge": 50,
  8. "sumChargeTotal": 10,
  9. "rcds": {
  10. "page": 1,
  11. "total": 100,
  12. "pageSize": 25,
  13. "maxPage": 1,
  14. "times": 0,
  15. "items": [
  16. {
  17. "et_type_name": "洗衣机",
  18. "logicalCode": 10001,
  19. "coins": 3,
  20. "groupName": "武汉大学",
  21. "createdStr": "2019-01-01 11:00:00"
  22. }, {
  23. "et_type_name": "洗衣机",
  24. "logicalCode": 10002,
  25. "coins": 3,
  26. "groupName": "武汉大学",
  27. "createdStr": "2019-01-01 12:00:00"
  28. }, {
  29. "et_type_name": "洗衣机",
  30. "logicalCode": 10003,
  31. "coins": 3,
  32. "groupName": "武汉大学",
  33. "createdStr": "2019-01-01 13:00:00"
  34. }
  35. ],
  36. "offset": 0
  37. }
  38. }
  39. }