停车场项目web, 互联网仓库, 开发完成后, 需要将代码回传云桌面.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
503 B

  1. {
  2. "status": 20000,
  3. "message": "success",
  4. "data": {
  5. "list": [
  6. {
  7. "id": "55",
  8. "name": "第三方封闭车场计费模式",
  9. "operator": 1,
  10. "card_num": 332,
  11. "original_price": 10,
  12. "discount_amount": 9,
  13. "channel":1,
  14. "channel_id": 1,
  15. "status":2,
  16. "status_id": 1,
  17. "user": "张三",
  18. "create_time": "2023-10-31 13:13:13"
  19. }
  20. ],
  21. "total": "14"
  22. }
  23. }