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