index.json 791 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "code": 200,
  3. "msg": "成功",
  4. "data": {
  5. "logo": "/static/logo.png",
  6. "theme": {
  7. "brandColor": "#175393"
  8. },
  9. "tabBar": {
  10. "selectedColor": "#175393"
  11. },
  12. "service": {
  13. "flashdeliver_canteenReserve": {
  14. "name": "二楼餐厅",
  15. "supplyTime": {
  16. "1": {
  17. "下单": "前一天18:00前",
  18. "退单": "前一天18:00前",
  19. "送餐": "当天07:30-08:30"
  20. },
  21. "2": {
  22. "下单": "当天09:50前",
  23. "退单": "当天10:00前",
  24. "送餐": "当天11:30-12:30"
  25. },
  26. "3": {
  27. "下单": "当天15:50前",
  28. "退单": "当天16:00前",
  29. "送餐": "当天17:30-18:30"
  30. }
  31. }
  32. }
  33. }
  34. }
  35. }