cloudIDE saas定制api

This commit is contained in:
“xxq250” 2022-10-12 16:37:54 +08:00
parent f031cd4720
commit c2673bd48d
1 changed files with 1 additions and 0 deletions

View File

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