Commit aad6b2138dba1a2d0b124bbf6f397973fe34bc6c

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

..

Showing 3 changed files with 21 additions and 21 deletions   Show diff stats
@@ -10,7 +10,7 @@ import ( @@ -10,7 +10,7 @@ import (
10 ) 10 )
11 11
12 // @Title 查询设备信息 12 // @Title 查询设备信息
13 -// @Description 查询设备信息 13 +// @Description 设备管理-查询设备信息
14 // @Accept json 14 // @Accept json
15 // @Produce json 15 // @Produce json
16 // @Param id 5dfb03070a9ac17ac7a82054 string true "设备id" 16 // @Param id 5dfb03070a9ac17ac7a82054 string true "设备id"
@@ -58,7 +58,7 @@ func AllItems(c *gin.Context) { @@ -58,7 +58,7 @@ func AllItems(c *gin.Context) {
58 } 58 }
59 59
60 // @Title 更新设施 60 // @Title 更新设施
61 -// @Description 更新设施 61 +// @Description 设备管理-更新设施
62 // @Accept json 62 // @Accept json
63 // @Produce json 63 // @Produce json
64 // @Success 200 {object} tools.ResponseSeccess "Tags所属标签,标签有分类;LimitHeight限高;PlayDuration游玩时长;SceneTime场次时间;Picture照片;Voice音频;AverageConsumption平均消费;Menu菜单" 64 // @Success 200 {object} tools.ResponseSeccess "Tags所属标签,标签有分类;LimitHeight限高;PlayDuration游玩时长;SceneTime场次时间;Picture照片;Voice音频;AverageConsumption平均消费;Menu菜单"
@@ -116,7 +116,7 @@ type ItemTime struct { @@ -116,7 +116,7 @@ type ItemTime struct {
116 } 116 }
117 117
118 // @Title 更新等待时间 118 // @Title 更新等待时间
119 -// @Description 更新等待时间 119 +// @Description 设备管理-更新等待时间
120 // @Accept json 120 // @Accept json
121 // @Produce json 121 // @Produce json
122 // @Param item [{"id":"5df864740a9ac17ac7a7feb8","time":"20"},{"id":"5df8660924e03417008b4567","time":"33"}] string true "设备列表" 122 // @Param item [{"id":"5df864740a9ac17ac7a7feb8","time":"20"},{"id":"5df8660924e03417008b4567","time":"33"}] string true "设备列表"
@@ -146,7 +146,7 @@ func UpdateItemTime(c *gin.Context) { @@ -146,7 +146,7 @@ func UpdateItemTime(c *gin.Context) {
146 146
147 147
148 // @Title 获得所有设备的等待时间 148 // @Title 获得所有设备的等待时间
149 -// @Description 获得所有设备的等待时间 149 +// @Description 设备管理-获得所有设备的等待时间
150 // @Accept json 150 // @Accept json
151 // @Produce json 151 // @Produce json
152 // @Success 200 {object} tools.ResponseSeccess "{5df864740a9ac17ac7a7feb8: '20',.....}" 152 // @Success 200 {object} tools.ResponseSeccess "{5df864740a9ac17ac7a7feb8: '20',.....}"
@@ -84,7 +84,7 @@ import ( @@ -84,7 +84,7 @@ import (
84 var Regular = "^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|198|199|(147))\\d{8}$" 84 var Regular = "^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|198|199|(147))\\d{8}$"
85 85
86 // @Title 登录 86 // @Title 登录
87 -// @Description 用户登录&注册 87 +// @Description 用户管理-用户登录&注册
88 // @Accept json 88 // @Accept json
89 // @Produce json 89 // @Produce json
90 // @Param Mobile aaron string true "手机号" 90 // @Param Mobile aaron string true "手机号"
@@ -177,7 +177,7 @@ func LoginUser(c *gin.Context) { @@ -177,7 +177,7 @@ func LoginUser(c *gin.Context) {
177 } 177 }
178 178
179 // @Title 用户信息 179 // @Title 用户信息
180 -// @Description 获取用户信息 180 +// @Description 用户管理-获取用户信息
181 // @Accept json 181 // @Accept json
182 // @Produce json 182 // @Produce json
183 // @Param id aaron string true "用户id" 183 // @Param id aaron string true "用户id"
@@ -207,7 +207,7 @@ func UserInfo(c *gin.Context) { @@ -207,7 +207,7 @@ func UserInfo(c *gin.Context) {
207 } 207 }
208 208
209 // @Title 修改用户信息 209 // @Title 修改用户信息
210 -// @Description 修改用户信息 210 +// @Description 用户管理-修改用户信息
211 // @Accept json 211 // @Accept json
212 // @Produce json 212 // @Produce json
213 // @Param Password 1 string true "密码" 213 // @Param Password 1 string true "密码"
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 9
10 ### API List 10 ### API List
11 1. [查询所有商品](#allcommodity-get) 11 1. [查询所有商品](#allcommodity-get)
12 -1. [获得所有设备的等待时间](#allitemtime-get) 12 +1. [设备管理-获得所有设备的等待时间](#allitemtime-get)
13 1. [查询所有游玩项目](#allitems-get) 13 1. [查询所有游玩项目](#allitems-get)
14 1. [查询所有线路](#allline-get) 14 1. [查询所有线路](#allline-get)
15 1. [所有景区基础信息](#allscenic-get) 15 1. [所有景区基础信息](#allscenic-get)
@@ -20,21 +20,21 @@ @@ -20,21 +20,21 @@
20 1. [删除提醒](#dealymessage-remove-post) 20 1. [删除提醒](#dealymessage-remove-post)
21 1. [增加访问日志](#eventlog-post) 21 1. [增加访问日志](#eventlog-post)
22 1. [增加调查](#investigation-save-post) 22 1. [增加调查](#investigation-save-post)
23 -1. [查询设备信息](#iteminfo-get) 23 +1. [设备管理-查询设备信息](#iteminfo-get)
24 1. [查询线路信息](#lineinfo-get) 24 1. [查询线路信息](#lineinfo-get)
25 -1. [用户登录&注册](#loginuser-post) 25 +1. [用户管理-用户登录&注册](#loginuser-post)
26 1. [返回景区基础信息](#scenicinfo-get) 26 1. [返回景区基础信息](#scenicinfo-get)
27 1. [发送短信验证码](#sms-send-post) 27 1. [发送短信验证码](#sms-send-post)
28 1. [标签列表](#tags-get) 28 1. [标签列表](#tags-get)
29 1. [保存用户移动轨迹](#trajectory-save-post) 29 1. [保存用户移动轨迹](#trajectory-save-post)
30 1. [更新商品](#updatecommodity-post) 30 1. [更新商品](#updatecommodity-post)
31 -1. [更新设施](#updateitem-post)  
32 -1. [更新等待时间](#updateitemtime-post) 31 +1. [设备管理-更新设施](#updateitem-post)
  32 +1. [设备管理-更新等待时间](#updateitemtime-post)
33 1. [更新线路](#updateline-post) 33 1. [更新线路](#updateline-post)
34 1. [更新景区基础信息](#updatescenic-post) 34 1. [更新景区基础信息](#updatescenic-post)
35 -1. [修改用户信息](#updateuser-post) 35 +1. [用户管理-修改用户信息](#updateuser-post)
36 1. [上传](#upload-post) 36 1. [上传](#upload-post)
37 -1. [获取用户信息](#userinfo-get) 37 +1. [用户管理-获取用户信息](#userinfo-get)
38 38
39 39
40 40
@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
57 #### /AllItemTime (GET) 57 #### /AllItemTime (GET)
58 58
59 59
60 -获得所有设备的等待时间 60 +设备管理-获得所有设备的等待时间
61 61
62 | Code | Type | Model | Message | 62 | Code | Type | Model | Message |
63 |-----|-----|-----|-----| 63 |-----|-----|-----|-----|
@@ -263,7 +263,7 @@ @@ -263,7 +263,7 @@
263 #### /ItemInfo (GET) 263 #### /ItemInfo (GET)
264 264
265 265
266 -查询设备信息 266 +设备管理-查询设备信息
267 267
268 | Param Name | Example | Data Type | Description | Required? | 268 | Param Name | Example | Data Type | Description | Required? |
269 |-----|-----|-----|-----|-----| 269 |-----|-----|-----|-----|-----|
@@ -301,7 +301,7 @@ @@ -301,7 +301,7 @@
301 #### /LoginUser (POST) 301 #### /LoginUser (POST)
302 302
303 303
304 -用户登录&注册 304 +用户管理-用户登录&注册
305 305
306 | Param Name | Example | Data Type | Description | Required? | 306 | Param Name | Example | Data Type | Description | Required? |
307 |-----|-----|-----|-----|-----| 307 |-----|-----|-----|-----|-----|
@@ -408,7 +408,7 @@ @@ -408,7 +408,7 @@
408 #### /UpdateItem (POST) 408 #### /UpdateItem (POST)
409 409
410 410
411 -更新设施 411 +设备管理-更新设施
412 412
413 | Code | Type | Model | Message | 413 | Code | Type | Model | Message |
414 |-----|-----|-----|-----| 414 |-----|-----|-----|-----|
@@ -422,7 +422,7 @@ @@ -422,7 +422,7 @@
422 #### /UpdateItemTime (POST) 422 #### /UpdateItemTime (POST)
423 423
424 424
425 -更新等待时间 425 +设备管理-更新等待时间
426 426
427 | Param Name | Example | Data Type | Description | Required? | 427 | Param Name | Example | Data Type | Description | Required? |
428 |-----|-----|-----|-----|-----| 428 |-----|-----|-----|-----|-----|
@@ -474,7 +474,7 @@ @@ -474,7 +474,7 @@
474 #### /UpdateUser (POST) 474 #### /UpdateUser (POST)
475 475
476 476
477 -修改用户信息 477 +用户管理-修改用户信息
478 478
479 | Param Name | Example | Data Type | Description | Required? | 479 | Param Name | Example | Data Type | Description | Required? |
480 |-----|-----|-----|-----|-----| 480 |-----|-----|-----|-----|-----|
@@ -519,7 +519,7 @@ @@ -519,7 +519,7 @@
519 #### /UserInfo (GET) 519 #### /UserInfo (GET)
520 520
521 521
522 -获取用户信息 522 +用户管理-获取用户信息
523 523
524 | Param Name | Example | Data Type | Description | Required? | 524 | Param Name | Example | Data Type | Description | Required? |
525 |-----|-----|-----|-----|-----| 525 |-----|-----|-----|-----|-----|