From 18df46f1bbdf5f3aa29aedb828ae2bc9d33e0f90 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 02 Feb 2018 11:22:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop
---
src/assets/pois.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/src/assets/pois.json b/src/assets/pois.json
new file mode 100644
index 0000000..721280f
--- /dev/null
+++ b/src/assets/pois.json
@@ -0,0 +1,59 @@
+{
+ "total": 2,
+ "data": [{
+ "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
+ }
+ ]
+
+}
--
Gitblit v1.8.0