Commit 09975271ade904094e0d89b743247d0794d8549f

Authored by aarongao
1 parent c3a2c790
Exists in v1.2 and in 2 other branches master, v1.1

.

Showing 1 changed file with 60 additions and 0 deletions   Show diff stats
README.md
... ... @@ -35,6 +35,9 @@
35 35  
36 36 #### /AccessLog (POST)
37 37 <a name='增加访问日志'></a>
  38 +
  39 +增加访问日志
  40 +
38 41 | Param Name | Example | Data Type | Description | Required? |
39 42 |-----|-----|-----|-----|-----|
40 43 | UserId | 5dfb03070a9ac17ac7a82054 | string | 用户ID | Yes |
... ... @@ -57,6 +60,9 @@
57 60  
58 61 #### /AllCommodity (GET)
59 62 <a name='查询所有商品'></a>
  63 +
  64 +查询所有商品
  65 +
60 66 | Code | Type | Model | Message |
61 67 |-----|-----|-----|-----|
62 68 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | Price=价格;ShopName=店铺名称;KvPhoto用于列表页的图片;TopPhoto详情页最上面的轮播图;Images详情页下面的产品详细图 |
... ... @@ -68,6 +74,9 @@
68 74  
69 75 #### /AllItems (GET)
70 76 <a name='查询所有游玩项目'></a>
  77 +
  78 +查询所有游玩项目
  79 +
71 80 | Code | Type | Model | Message |
72 81 |-----|-----|-----|-----|
73 82 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | Tags所属标签,标签有分类;LimitHeight限高;PlayDuration游玩时长;SceneTime场次时间;Picture照片;Voice音频;AverageConsumption平均消费;Menu菜单 |
... ... @@ -79,6 +88,9 @@
79 88  
80 89 #### /AllLine (GET)
81 90 <a name='查询所有线路'></a>
  91 +
  92 +查询所有线路
  93 +
82 94 | Code | Type | Model | Message |
83 95 |-----|-----|-----|-----|
84 96 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | Name名称;SubName副标题;PlayDuration游玩时长;Suitable适合人群;Location线路点坐标;Annotations需要点亮的设施id;Distance距离 |
... ... @@ -90,6 +102,9 @@
90 102  
91 103 #### /AllScenic (GET)
92 104 <a name='所有景区基础信息'></a>
  105 +
  106 +所有景区基础信息
  107 +
93 108 | Code | Type | Model | Message |
94 109 |-----|-----|-----|-----|
95 110 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | |
... ... @@ -101,6 +116,9 @@
101 116  
102 117 #### /CommodityInfo (GET)
103 118 <a name='查询商品信息'></a>
  119 +
  120 +查询商品信息
  121 +
104 122 | Param Name | Example | Data Type | Description | Required? |
105 123 |-----|-----|-----|-----|-----|
106 124 | id | 5dfb03070a9ac17ac7a82054 | string | id | Yes |
... ... @@ -117,6 +135,9 @@
117 135  
118 136 #### /CreateComplaint (POST)
119 137 <a name='增加投诉'></a>
  138 +
  139 +增加投诉
  140 +
120 141 | Param Name | Example | Data Type | Description | Required? |
121 142 |-----|-----|-----|-----|-----|
122 143 | mobile | 18616619599 | string | 联系电话 | Yes |
... ... @@ -136,6 +157,9 @@
136 157  
137 158 #### /CreateUser (POST)
138 159 <a name='用户注册'></a>
  160 +
  161 +用户注册
  162 +
139 163 | Param Name | Example | Data Type | Description | Required? |
140 164 |-----|-----|-----|-----|-----|
141 165 | password | 1 | string | 密码 | Yes |
... ... @@ -157,6 +181,9 @@
157 181  
158 182 #### /ItemInfo (GET)
159 183 <a name='查询设备信息'></a>
  184 +
  185 +查询设备信息
  186 +
160 187 | Param Name | Example | Data Type | Description | Required? |
161 188 |-----|-----|-----|-----|-----|
162 189 | id | 5dfb03070a9ac17ac7a82054 | string | 设备id | Yes |
... ... @@ -173,6 +200,9 @@
173 200  
174 201 #### /LineInfo (GET)
175 202 <a name='查询线路信息'></a>
  203 +
  204 +查询线路信息
  205 +
176 206 | Param Name | Example | Data Type | Description | Required? |
177 207 |-----|-----|-----|-----|-----|
178 208 | id | 5dfb03070a9ac17ac7a82054 | string | id | Yes |
... ... @@ -189,6 +219,9 @@
189 219  
190 220 #### /LoginUser (POST)
191 221 <a name='用户登录'></a>
  222 +
  223 +用户登录
  224 +
192 225 | Param Name | Example | Data Type | Description | Required? |
193 226 |-----|-----|-----|-----|-----|
194 227 | mobile | aaron | string | 用户名 | Yes |
... ... @@ -206,6 +239,9 @@
206 239  
207 240 #### /ScenicInfo (GET)
208 241 <a name='返回景区基础信息'></a>
  242 +
  243 +返回景区基础信息
  244 +
209 245 | Param Name | Example | Data Type | Description | Required? |
210 246 |-----|-----|-----|-----|-----|
211 247 | id | 5dfb03070a9ac17ac7a82054 | string | 景区id | Yes |
... ... @@ -222,6 +258,9 @@
222 258  
223 259 #### /Tags (GET)
224 260 <a name='标签列表'></a>
  261 +
  262 +标签列表
  263 +
225 264 | Code | Type | Model | Message |
226 265 |-----|-----|-----|-----|
227 266 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | {"errcode":0,"result":[{"Type":"menu","Name":"服务设施"},{"Type":"normal","Name":"不错"},{"Type":"thrilling","Name":"刺激"},{"Type":"recommend","Name":"必玩"}]} |
... ... @@ -233,6 +272,9 @@
233 272  
234 273 #### /UpdateCommodity (POST)
235 274 <a name='更新商品'></a>
  275 +
  276 +更新商品
  277 +
236 278 | Code | Type | Model | Message |
237 279 |-----|-----|-----|-----|
238 280 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | |
... ... @@ -244,6 +286,9 @@
244 286  
245 287 #### /UpdateItem (POST)
246 288 <a name='更新设施'></a>
  289 +
  290 +更新设施
  291 +
247 292 | Code | Type | Model | Message |
248 293 |-----|-----|-----|-----|
249 294 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | Tags所属标签,标签有分类;LimitHeight限高;PlayDuration游玩时长;SceneTime场次时间;Picture照片;Voice音频;AverageConsumption平均消费;Menu菜单 |
... ... @@ -255,6 +300,9 @@
255 300  
256 301 #### /UpdateItemTime (POST)
257 302 <a name='更新等待时间'></a>
  303 +
  304 +更新等待时间
  305 +
258 306 | Param Name | Example | Data Type | Description | Required? |
259 307 |-----|-----|-----|-----|-----|
260 308 | item | [{"id":"5df864740a9ac17ac7a7feb8","time":"20"},{"id":"5df8660924e03417008b4567","time":"33"}] | string | 设备列表 | Yes |
... ... @@ -271,6 +319,9 @@
271 319  
272 320 #### /UpdateLine (POST)
273 321 <a name='更新线路'></a>
  322 +
  323 +更新线路
  324 +
274 325 | Code | Type | Model | Message |
275 326 |-----|-----|-----|-----|
276 327 | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | |
... ... @@ -282,6 +333,9 @@
282 333  
283 334 #### /UpdateScenic (POST)
284 335 <a name='更新景区基础信息'></a>
  336 +
  337 +更新景区基础信息
  338 +
285 339 | Param Name | Example | Data Type | Description | Required? |
286 340 |-----|-----|-----|-----|-----|
287 341 | id | 5dfb03070a9ac17ac7a82054 | string | 景区id | Yes |
... ... @@ -298,6 +352,9 @@
298 352  
299 353 #### /Upload (POST)
300 354 <a name='上传'></a>
  355 +
  356 +上传
  357 +
301 358 | Param Name | Example | Data Type | Description | Required? |
302 359 |-----|-----|-----|-----|-----|
303 360 | file | 1 | file | 文件 | Yes |
... ... @@ -314,6 +371,9 @@
314 371  
315 372 #### /UserInfo (GET)
316 373 <a name='获取用户信息'></a>
  374 +
  375 +获取用户信息
  376 +
317 377 | Param Name | Example | Data Type | Description | Required? |
318 378 |-----|-----|-----|-----|-----|
319 379 | id | aaron | string | 用户id | Yes |
... ...