localService.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "code": 200,
  3. "msg": "成功",
  4. "data": {
  5. "logo": "static/logo.png",
  6. "indexServiceList": [
  7. {
  8. "id": 1,
  9. "jumpAddress": "/super_cloud/wx/flashdeliver/#/brandOrder",
  10. "serviceIcon": "/super_cloud/pcm/project_config/flashdeliver/static/images/localService/img_1.png?_v=20230406",
  11. "serviceName": "大牌餐饮"
  12. },
  13. {
  14. "id": 2,
  15. "jumpAddress": "/super_cloud/wx/flashdeliver/?module=canteenReserve",
  16. "serviceIcon": "/super_cloud/pcm/project_config/flashdeliver/static/images/localService/img_2.png?_v=20230406",
  17. "serviceName": "在线点餐"
  18. },
  19. {
  20. "id": 3,
  21. "jumpAddress": "/super_cloud/wx/flashdeliver/#/deliveryService",
  22. "serviceIcon": "/super_cloud/pcm/project_config/flashdeliver/static/images/localService/img_3.png?_v=20230406",
  23. "serviceName": "实时达"
  24. },
  25. {
  26. "id": 4,
  27. "jumpAddress": "/super_cloud/wx/entity_shop/",
  28. "serviceIcon": "/super_cloud/pcm/project_config/flashdeliver/static/images/localService/img_4.png?_v=20230406",
  29. "serviceName": "饭卡买单"
  30. },
  31. {
  32. "id": 5,
  33. "jumpAddress": "/super_cloud/wx/flashdeliver/#/reserveService",
  34. "serviceIcon": "/super_cloud/pcm/project_config/flashdeliver/static/images/localService/img_5.png?_v=20230406",
  35. "serviceName": "预订服务"
  36. }
  37. ]
  38. }
  39. }