Browse Source

fixed 授权登录绑定账号

pull/313/head
xxq250 3 years ago
parent
commit
18ad80c51c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/bind_users/create.json.jbuilder

+ 1
- 0
app/views/bind_users/create.json.jbuilder View File

@@ -1,3 +1,4 @@
json.status 0
json.username @user.full_name
json.real_name @user.real_name
json.login @user.login


Loading…
Cancel
Save