mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
11 lines
235 B
Ruby
11 lines
235 B
Ruby
json.code @code
|
|
# json.message @message
|
|
json.status @code == 1000
|
|
if @user.present?
|
|
json.userInfoBO do
|
|
json.name @user.real_name
|
|
json.userEmail @user.mail
|
|
json.phone @user.phone
|
|
# json.tenantCode "TI1001383"
|
|
end
|
|
end |