_pois.ts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*
  2. * Copyright [2022] [MaxKey of copyright http://www.maxkey.top]
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. export const POIS = {
  17. '/pois': {
  18. total: 2,
  19. list: [
  20. {
  21. id: 10000,
  22. user_id: 1,
  23. name: '测试品牌',
  24. branch_name: '测试分店',
  25. geo: 310105,
  26. country: '中国',
  27. province: '上海',
  28. city: '上海市',
  29. district: '长宁区',
  30. address: '中山公园',
  31. tel: '15900000000',
  32. categories: '美食,粤菜,湛江菜',
  33. lng: 121.41707989151003,
  34. lat: 31.218656214644792,
  35. recommend: '推荐品',
  36. special: '特色服务',
  37. introduction: '商户简介',
  38. open_time: '营业时间',
  39. avg_price: 260,
  40. reason: null,
  41. status: 1,
  42. status_str: '待审核',
  43. status_wx: 1,
  44. modified: 1505826527288,
  45. created: 1505826527288,
  46. },
  47. {
  48. id: 10001,
  49. user_id: 2,
  50. name: '测试品牌2',
  51. branch_name: '测试分店2',
  52. geo: 310105,
  53. country: '中国',
  54. province: '上海',
  55. city: '上海市',
  56. district: '长宁区',
  57. address: '中山公园',
  58. tel: '15900000000',
  59. categories: '美食,粤菜,湛江菜',
  60. lng: 121.41707989151003,
  61. lat: 31.218656214644792,
  62. recommend: '推荐品',
  63. special: '特色服务',
  64. introduction: '商户简介',
  65. open_time: '营业时间',
  66. avg_price: 260,
  67. reason: null,
  68. status: 1,
  69. status_str: '待审核',
  70. status_wx: 1,
  71. modified: 1505826527288,
  72. created: 1505826527288,
  73. },
  74. ],
  75. },
  76. };