From aad6b2138dba1a2d0b124bbf6f397973fe34bc6c Mon Sep 17 00:00:00 2001 From: aarongao Date: Wed, 5 Feb 2020 11:06:31 +0800 Subject: [PATCH] .. --- API/Item.go | 8 ++++---- API/User.go | 6 +++--- README.md | 28 ++++++++++++++-------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/API/Item.go b/API/Item.go index b73c402..7fbbd16 100644 --- a/API/Item.go +++ b/API/Item.go @@ -10,7 +10,7 @@ import ( ) // @Title 查询设备信息 -// @Description 查询设备信息 +// @Description 设备管理-查询设备信息 // @Accept json // @Produce json // @Param id 5dfb03070a9ac17ac7a82054 string true "设备id" @@ -58,7 +58,7 @@ func AllItems(c *gin.Context) { } // @Title 更新设施 -// @Description 更新设施 +// @Description 设备管理-更新设施 // @Accept json // @Produce json // @Success 200 {object} tools.ResponseSeccess "Tags所属标签,标签有分类;LimitHeight限高;PlayDuration游玩时长;SceneTime场次时间;Picture照片;Voice音频;AverageConsumption平均消费;Menu菜单" @@ -116,7 +116,7 @@ type ItemTime struct { } // @Title 更新等待时间 -// @Description 更新等待时间 +// @Description 设备管理-更新等待时间 // @Accept json // @Produce json // @Param item [{"id":"5df864740a9ac17ac7a7feb8","time":"20"},{"id":"5df8660924e03417008b4567","time":"33"}] string true "设备列表" @@ -146,7 +146,7 @@ func UpdateItemTime(c *gin.Context) { // @Title 获得所有设备的等待时间 -// @Description 获得所有设备的等待时间 +// @Description 设备管理-获得所有设备的等待时间 // @Accept json // @Produce json // @Success 200 {object} tools.ResponseSeccess "{5df864740a9ac17ac7a7feb8: '20',.....}" diff --git a/API/User.go b/API/User.go index bbb3134..ae46793 100644 --- a/API/User.go +++ b/API/User.go @@ -84,7 +84,7 @@ import ( 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}$" // @Title 登录 -// @Description 用户登录&注册 +// @Description 用户管理-用户登录&注册 // @Accept json // @Produce json // @Param Mobile aaron string true "手机号" @@ -177,7 +177,7 @@ func LoginUser(c *gin.Context) { } // @Title 用户信息 -// @Description 获取用户信息 +// @Description 用户管理-获取用户信息 // @Accept json // @Produce json // @Param id aaron string true "用户id" @@ -207,7 +207,7 @@ func UserInfo(c *gin.Context) { } // @Title 修改用户信息 -// @Description 修改用户信息 +// @Description 用户管理-修改用户信息 // @Accept json // @Produce json // @Param Password 1 string true "密码" diff --git a/README.md b/README.md index 1e95499..235d42b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### API List 1. [查询所有商品](#allcommodity-get) -1. [获得所有设备的等待时间](#allitemtime-get) +1. [设备管理-获得所有设备的等待时间](#allitemtime-get) 1. [查询所有游玩项目](#allitems-get) 1. [查询所有线路](#allline-get) 1. [所有景区基础信息](#allscenic-get) @@ -20,21 +20,21 @@ 1. [删除提醒](#dealymessage-remove-post) 1. [增加访问日志](#eventlog-post) 1. [增加调查](#investigation-save-post) -1. [查询设备信息](#iteminfo-get) +1. [设备管理-查询设备信息](#iteminfo-get) 1. [查询线路信息](#lineinfo-get) -1. [用户登录&注册](#loginuser-post) +1. [用户管理-用户登录&注册](#loginuser-post) 1. [返回景区基础信息](#scenicinfo-get) 1. [发送短信验证码](#sms-send-post) 1. [标签列表](#tags-get) 1. [保存用户移动轨迹](#trajectory-save-post) 1. [更新商品](#updatecommodity-post) -1. [更新设施](#updateitem-post) -1. [更新等待时间](#updateitemtime-post) +1. [设备管理-更新设施](#updateitem-post) +1. [设备管理-更新等待时间](#updateitemtime-post) 1. [更新线路](#updateline-post) 1. [更新景区基础信息](#updatescenic-post) -1. [修改用户信息](#updateuser-post) +1. [用户管理-修改用户信息](#updateuser-post) 1. [上传](#upload-post) -1. [获取用户信息](#userinfo-get) +1. [用户管理-获取用户信息](#userinfo-get) @@ -57,7 +57,7 @@ #### /AllItemTime (GET) -获得所有设备的等待时间 +设备管理-获得所有设备的等待时间 | Code | Type | Model | Message | |-----|-----|-----|-----| @@ -263,7 +263,7 @@ #### /ItemInfo (GET) -查询设备信息 +设备管理-查询设备信息 | Param Name | Example | Data Type | Description | Required? | |-----|-----|-----|-----|-----| @@ -301,7 +301,7 @@ #### /LoginUser (POST) -用户登录&注册 +用户管理-用户登录&注册 | Param Name | Example | Data Type | Description | Required? | |-----|-----|-----|-----|-----| @@ -408,7 +408,7 @@ #### /UpdateItem (POST) -更新设施 +设备管理-更新设施 | Code | Type | Model | Message | |-----|-----|-----|-----| @@ -422,7 +422,7 @@ #### /UpdateItemTime (POST) -更新等待时间 +设备管理-更新等待时间 | Param Name | Example | Data Type | Description | Required? | |-----|-----|-----|-----|-----| @@ -474,7 +474,7 @@ #### /UpdateUser (POST) -修改用户信息 +用户管理-修改用户信息 | Param Name | Example | Data Type | Description | Required? | |-----|-----|-----|-----|-----| @@ -519,7 +519,7 @@ #### /UserInfo (GET) -获取用户信息 +用户管理-获取用户信息 | Param Name | Example | Data Type | Description | Required? | |-----|-----|-----|-----|-----| -- libgit2 0.21.0