Documentation ¶
Index ¶
Constants ¶
const INDEX = `` /* 559-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func GenerateCaptchaHandler ¶
@Summary 获取验证码 @Description 获取验证码 @Tags 系统 @Accept json @Produce json @Success 200 {string} string "{"code": 200,"data": [...]}" @Router /v1/captcha [get]
func GetRole ¶
@Summary 获取Role数据 @Description 获取JSON @Tags 系统 @Param roleId path string false "roleId" @Success 200 {string} string "{"code": 200, "data": [...]}" @Router /v1/role [get] @Security Bearer
func GetSetting ¶
@Summary 查询系统信息 @Description 获取JSON @Tags 系统 @Success 200 {string} string "{"code": 200, "message": "添加成功"}" @Success 200 {string} string "{"code": -1, "message": "添加失败"}" @Router /api/v1/setting [get]
func HelloWorld ¶
func Info ¶
@Summary 获取用户信息 @Description 获取用户信息 @Tags 系统 @Success 200 {object} app.Response{data=response.InfoResponse} @Router /v1/info [get] @Security Bearer
Types ¶
This section is empty.