[优化]优化命名

This commit is contained in:
PandaX
2024-03-13 14:09:19 +08:00
parent e4dbd843f2
commit 7a25d49846
27 changed files with 27 additions and 27 deletions

View File

@@ -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("获取验证码"))