cloudIDE saas定制api

This commit is contained in:
“xxq250” 2022-10-12 16:46:15 +08:00
parent 483c8d5410
commit c2742f0ae7
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ if @user.present?
json.userInfoBO do
json.name @user.real_name
json.userEmail @user.mail
# json.phone @user.phone
json.tenantCode "TI1001383"
json.phone @user.phone
# json.tenantCode "TI1001383"
end
end