Commit 5e3c7fd4dfa310cc025e3a87943c9bb99452d00e
1 parent
802c7ea3
Exists in
v1.2
and in
2 other branches
..
Showing
1 changed file
with
15 additions
and
15 deletions
Show diff stats
README.md
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | |
| 10 | 10 | ### API List |
| 11 | 11 | 1. [查询所有商品](#allcommodity-get) |
| 12 | -1. [设备管理-获得所有设备的等待时间](#allitemtime-get) | |
| 12 | +1. [设备管理 - 获得所有设备的等待时间](#allitemtime-get) | |
| 13 | 13 | 1. [查询所有游玩项目](#allitems-get) |
| 14 | 14 | 1. [查询所有线路](#allline-get) |
| 15 | 15 | 1. [所有景区基础信息](#allscenic-get) |
| ... | ... | @@ -20,21 +20,21 @@ |
| 20 | 20 | 1. [删除提醒](#dealymessage-remove-post) |
| 21 | 21 | 1. [增加访问日志](#eventlog-post) |
| 22 | 22 | 1. [增加调查](#investigation-save-post) |
| 23 | -1. [设备管理-查询设备信息](#iteminfo-get) | |
| 23 | +1. [设备管理 - 查询设备信息](#iteminfo-get) | |
| 24 | 24 | 1. [查询线路信息](#lineinfo-get) |
| 25 | -1. [用户管理-用户登录&注册](#loginuser-post) | |
| 25 | +1. [用户管理 - 用户登录&注册](#loginuser-post) | |
| 26 | 26 | 1. [返回景区基础信息](#scenicinfo-get) |
| 27 | 27 | 1. [发送短信验证码](#sms-send-post) |
| 28 | 28 | 1. [标签列表](#tags-get) |
| 29 | 29 | 1. [保存用户移动轨迹](#trajectory-save-post) |
| 30 | 30 | 1. [更新商品](#updatecommodity-post) |
| 31 | -1. [设备管理-更新设施](#updateitem-post) | |
| 32 | -1. [设备管理-更新等待时间](#updateitemtime-post) | |
| 31 | +1. [设备管理 - 更新设施](#updateitem-post) | |
| 32 | +1. [设备管理 - 更新等待时间](#updateitemtime-post) | |
| 33 | 33 | 1. [更新线路](#updateline-post) |
| 34 | 34 | 1. [更新景区基础信息](#updatescenic-post) |
| 35 | -1. [用户管理-修改用户信息](#updateuser-post) | |
| 35 | +1. [用户管理 - 修改用户信息](#updateuser-post) | |
| 36 | 36 | 1. [上传](#upload-post) |
| 37 | -1. [用户管理-获取用户信息](#userinfo-get) | |
| 37 | +1. [用户管理 - 获取用户信息](#userinfo-get) | |
| 38 | 38 | |
| 39 | 39 | |
| 40 | 40 | |
| ... | ... | @@ -57,12 +57,12 @@ |
| 57 | 57 | #### /AllItemTime (GET) |
| 58 | 58 | |
| 59 | 59 | |
| 60 | -设备管理-获得所有设备的等待时间 | |
| 60 | +设备管理 - 获得所有设备的等待时间 | |
| 61 | 61 | |
| 62 | 62 | | Code | Type | Model | Message | |
| 63 | 63 | |-----|-----|-----|-----| |
| 64 | 64 | | 200 | object | [ResponseSeccess](#github.com.aarongao.tools.ResponseSeccess) | {5df864740a9ac17ac7a7feb8: '20',.....} | |
| 65 | -| 500 | object | [ResponseError](#github.com.aarongao.tools.ResponseError) | {"errcode":1,"errmsg":"错误原因"} | | |
| 65 | +| 500 | object | [ResponseError](#github.com.aarongao.tools.ResponseError) | {} | | |
| 66 | 66 | |
| 67 | 67 | |
| 68 | 68 | |
| ... | ... | @@ -263,7 +263,7 @@ |
| 263 | 263 | #### /ItemInfo (GET) |
| 264 | 264 | |
| 265 | 265 | |
| 266 | -设备管理-查询设备信息 | |
| 266 | +设备管理 - 查询设备信息 | |
| 267 | 267 | |
| 268 | 268 | | Param Name | Example | Data Type | Description | Required? | |
| 269 | 269 | |-----|-----|-----|-----|-----| |
| ... | ... | @@ -301,7 +301,7 @@ |
| 301 | 301 | #### /LoginUser (POST) |
| 302 | 302 | |
| 303 | 303 | |
| 304 | -用户管理-用户登录&注册 | |
| 304 | +用户管理 - 用户登录&注册 | |
| 305 | 305 | |
| 306 | 306 | | Param Name | Example | Data Type | Description | Required? | |
| 307 | 307 | |-----|-----|-----|-----|-----| |
| ... | ... | @@ -408,7 +408,7 @@ |
| 408 | 408 | #### /UpdateItem (POST) |
| 409 | 409 | |
| 410 | 410 | |
| 411 | -设备管理-更新设施 | |
| 411 | +设备管理 - 更新设施 | |
| 412 | 412 | |
| 413 | 413 | | Code | Type | Model | Message | |
| 414 | 414 | |-----|-----|-----|-----| |
| ... | ... | @@ -422,7 +422,7 @@ |
| 422 | 422 | #### /UpdateItemTime (POST) |
| 423 | 423 | |
| 424 | 424 | |
| 425 | -设备管理-更新等待时间 | |
| 425 | +设备管理 - 更新等待时间 | |
| 426 | 426 | |
| 427 | 427 | | Param Name | Example | Data Type | Description | Required? | |
| 428 | 428 | |-----|-----|-----|-----|-----| |
| ... | ... | @@ -474,7 +474,7 @@ |
| 474 | 474 | #### /UpdateUser (POST) |
| 475 | 475 | |
| 476 | 476 | |
| 477 | -用户管理-修改用户信息 | |
| 477 | +用户管理 - 修改用户信息 | |
| 478 | 478 | |
| 479 | 479 | | Param Name | Example | Data Type | Description | Required? | |
| 480 | 480 | |-----|-----|-----|-----|-----| |
| ... | ... | @@ -519,7 +519,7 @@ |
| 519 | 519 | #### /UserInfo (GET) |
| 520 | 520 | |
| 521 | 521 | |
| 522 | -用户管理-获取用户信息 | |
| 522 | +用户管理 - 获取用户信息 | |
| 523 | 523 | |
| 524 | 524 | | Param Name | Example | Data Type | Description | Required? | |
| 525 | 525 | |-----|-----|-----|-----|-----| | ... | ... |