feat:完善项目

This commit is contained in:
henry
2021-11-04 15:44:35 +08:00
parent 0b41c97899
commit 42c6fb01bb
4 changed files with 9 additions and 12 deletions

View File

@ -13,12 +13,12 @@ type Account struct{}
*/
/**
* @api {post} /api/account/login 账号登录
* @api {post} /api/v1/account/login 账号登录
* @apiVersion 1.0.0
* @apiName AccountLogin
* @apiGroup Account
*
* @apiHeader {string} x-equipment 设备平台WebH5App
* @apiHeader {string} Content-Type=application/json 传输方式
*
* @apiParam {String} account 登录账号
* @apiParam {String} password 登录密码