feat:优化信息
This commit is contained in:
@ -43,7 +43,6 @@ func (this *Router) registerWeb() {
|
||||
func (this *Router) registerAPI() {
|
||||
apiPrefix := "/api"
|
||||
g := this.handler.Group(apiPrefix)
|
||||
g.Use()
|
||||
// 登录验证
|
||||
g.Use(NeedLogin(AddSkipperURL([]string{
|
||||
apiPrefix + "/v1/account/login",
|
||||
|
Reference in New Issue
Block a user