停车场项目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.

20 lines
547 B

  1. {
  2. "status": 20000,
  3. "messgae": "",
  4. "data": {
  5. "list": [
  6. {
  7. "producer_name": "供应商名称",
  8. "code": "供应商组织结构代码",
  9. "contacts": "联系人",
  10. "phone": "联系电话"
  11. },
  12. {
  13. "producer_name": "供应商名称",
  14. "code": "供应商组织结构代码",
  15. "contacts": "联系人",
  16. "phone": "联系电话"
  17. }
  18. ],
  19. "total": 1000
  20. }
  21. }