From 96013660a0afddce2497b94d0b548a1194d146e9 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 08 Feb 2018 12:00:46 +0800
Subject: [PATCH] updates

---
 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