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