Browse Source

cloudIDE saas定制api

pull/313/head
“xxq250” 3 years ago
parent
commit
f031cd4720
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/users/info.json.jbuilder

+ 1
- 0
app/views/users/info.json.jbuilder View File

@@ -1,5 +1,6 @@
json.code @code
json.message @message
json.status @code == 1000
if @user.present?
json.userInfoBo do
json.name @user.real_name


Loading…
Cancel
Save