mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-13 00:06:01 +08:00
9 lines
173 B
Ruby
9 lines
173 B
Ruby
json.code @code
|
|
json.message @message
|
|
if @user.present?
|
|
json.userInfoBo do
|
|
json.name @user.real_name
|
|
json.userEmail @user.mail
|
|
json.phone @user.phone
|
|
end
|
|
end |