_pois.ts 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. export const POIS = {
  2. '/pois': {
  3. total: 2,
  4. list: [
  5. {
  6. id: 10000,
  7. user_id: 1,
  8. name: '测试品牌',
  9. branch_name: '测试分店',
  10. geo: 310105,
  11. country: '中国',
  12. province: '上海',
  13. city: '上海市',
  14. district: '长宁区',
  15. address: '中山公园',
  16. tel: '15900000000',
  17. categories: '美食,粤菜,湛江菜',
  18. lng: 121.41707989151003,
  19. lat: 31.218656214644792,
  20. recommend: '推荐品',
  21. special: '特色服务',
  22. introduction: '商户简介',
  23. open_time: '营业时间',
  24. avg_price: 260,
  25. reason: null,
  26. status: 1,
  27. status_str: '待审核',
  28. status_wx: 1,
  29. modified: 1505826527288,
  30. created: 1505826527288,
  31. },
  32. {
  33. id: 10001,
  34. user_id: 2,
  35. name: '测试品牌2',
  36. branch_name: '测试分店2',
  37. geo: 310105,
  38. country: '中国',
  39. province: '上海',
  40. city: '上海市',
  41. district: '长宁区',
  42. address: '中山公园',
  43. tel: '15900000000',
  44. categories: '美食,粤菜,湛江菜',
  45. lng: 121.41707989151003,
  46. lat: 31.218656214644792,
  47. recommend: '推荐品',
  48. special: '特色服务',
  49. introduction: '商户简介',
  50. open_time: '营业时间',
  51. avg_price: 260,
  52. reason: null,
  53. status: 1,
  54. status_str: '待审核',
  55. status_wx: 1,
  56. modified: 1505826527288,
  57. created: 1505826527288,
  58. },
  59. ],
  60. },
  61. };