This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
cloudIDE saas定制api
pull/313/head
“xxq250”
3 years ago
parent
c2673bd48d
commit
483c8d5410
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/views/users/info.json.jbuilder
+ 3
- 3
app/views/users/info.json.jbuilder
View File
@@ -1,11 +1,11 @@
json.code @code
json.message @message
#
json.message @message
json.status @code == 1000
if @user.present?
json.userInfoB
o
do
json.userInfoB
O
do
json.name @user.real_name
json.userEmail @user.mail
json.phone @user.phone
#
json.phone @user.phone
json.tenantCode "TI1001383"
end
end
Write
Preview
Loading…
Cancel
Save