From c2742f0ae7de62c72280b7c6d77b44a44ba52f72 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:46:15 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/info.json.jbuilder b/app/views/users/info.json.jbuilder index 1ad5a80f6..7435a8295 100644 --- a/app/views/users/info.json.jbuilder +++ b/app/views/users/info.json.jbuilder @@ -5,7 +5,7 @@ if @user.present? json.userInfoBO do json.name @user.real_name json.userEmail @user.mail - # json.phone @user.phone - json.tenantCode "TI1001383" + json.phone @user.phone + # json.tenantCode "TI1001383" end end \ No newline at end of file