feat:完善项目

This commit is contained in:
henry
2021-11-04 16:44:42 +08:00
parent c41adc075a
commit fe7c9ad983
8 changed files with 61 additions and 32 deletions

View File

@ -39,7 +39,7 @@ func (this *Router) registerAPI() {
g.Use(NeedLogin(AddSkipperURL([]string{
apiPrefix + "/v1/account/login",
apiPrefix + "/v1/account/logout",
apiPrefix + "/v1/user/info",
apiPrefix + "/v1/captcha",
}...)))
v1 := g.Group("/v1")