mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 03:18:35 +08:00
[优化]优化命名
This commit is contained in:
@@ -27,7 +27,7 @@ func InitUserRouter(container *restful.Container) {
|
||||
}
|
||||
ws := new(restful.WebService)
|
||||
ws.Path("/system/user").Produces(restful.MIME_JSON)
|
||||
tags := []string{"user"}
|
||||
tags := []string{"system", "用户"}
|
||||
|
||||
ws.Route(ws.GET("/getCaptcha").To(s.GenerateCaptcha).Doc("获取验证码"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user