正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -313,7 +313,7 @@ func (svr AuthService) OrgSwitch(switchOrgCommand *command.SwitchOrgCommand) (in | @@ -313,7 +313,7 @@ func (svr AuthService) OrgSwitch(switchOrgCommand *command.SwitchOrgCommand) (in | ||
313 | var res = map[string]interface{}{ | 313 | var res = map[string]interface{}{ |
314 | "user": user, | 314 | "user": user, |
315 | "accessMenus": resultMenu.Menus, | 315 | "accessMenus": resultMenu.Menus, |
316 | - "token": token["token"], | 316 | + "access": token["token"], |
317 | } | 317 | } |
318 | return res, nil | 318 | return res, nil |
319 | } | 319 | } |
-
请 注册 或 登录 后发表评论