获取用户菜单列表,新增医生管理
This commit is contained in:
@@ -268,7 +268,6 @@ func (b *User) LoginOut(c *gin.Context) {
|
||||
|
||||
// GetUserMenuList 获取用户菜单列表
|
||||
func (r *User) GetUserMenuList(c *gin.Context) {
|
||||
fmt.Println(1111111)
|
||||
roleId := c.GetInt64("RoleId")
|
||||
if roleId == 0 {
|
||||
responses.Fail(c)
|
||||
|
||||
Reference in New Issue
Block a user