作者 tangxuhui
... ... @@ -499,6 +499,7 @@ func (svr AuthService) getUserInfo(operator domain.Operator) (interface{}, error
var user = map[string]interface{}{
"userId": resultUser.UserBaseId,
//"publicUserId":fmt.Sprintf("%v",resultUser.UserBaseId),
"userType": resultUser.UserType,
"userCode": resultUser.UserCode,
"userInfo": map[string]interface{}{
"userName": resultUser.UserInfo.UserName,
... ...