From f031cd47209d28d2124eec7f514f68ad1393f6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxxq250=E2=80=9D?= <“xxq250@qq.com”> Date: Wed, 12 Oct 2022 16:34:44 +0800 Subject: [PATCH] =?UTF-8?q?cloudIDE=20saas=E5=AE=9A=E5=88=B6api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/info.json.jbuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/users/info.json.jbuilder b/app/views/users/info.json.jbuilder index 7e4ec1bd6..4ec6b4c14 100644 --- a/app/views/users/info.json.jbuilder +++ b/app/views/users/info.json.jbuilder @@ -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