refactor🎨:登陆模块接口文档整理

This commit is contained in:
zhangwenjian
2021-06-25 11:34:26 +08:00
parent acdcd0c867
commit 9591be883f
3 changed files with 8 additions and 2 deletions
+7
View File
@@ -10,6 +10,13 @@ type System struct {
api.Api
}
// GenerateCaptchaHandler 获取验证码
// @Summary 获取验证码
// @Description 获取验证码
// @Tags 登陆
// @Success 200 {object} response.Response{data=string,id=string,msg=string} "{"code": 200, "data": [...]}"
// @Router /api/v1/captcha [get]
// @Security Bearer
func (e System) GenerateCaptchaHandler(c *gin.Context) {
err := e.MakeContext(c).Errors
if err != nil {
-2
View File
@@ -415,8 +415,6 @@ func (e SysUser) GetInfo(c *gin.Context) {
permissions[0] = "*:*:*"
var buttons = make([]string, 1)
buttons[0] = "*:*:*"
//RoleMenu := models.RoleMenu{}
//RoleMenu.RoleId = user.GetRoleId(c)
var mp = make(map[string]interface{})
mp["roles"] = roles