gogf / gf-demo-user

A simple user API service.

Home Page:https://goframe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

鉴权范围覆盖的userCtrl,应该是userCtrl.Profile 😄

dunhamdaxia opened this issue · comments

internal/cmd/cmd.go:42

group.ALLMap(g.Map{
"/user/profile": userCtrl,
})

commented

必须赞一个
7C3F1DC3

group.ALLMap(g.Map{ "/user/profile": userCtrl.Profile, })