Showing
1 changed file
with
1 additions
and
1 deletions
@@ -85,7 +85,7 @@ class passportModel extends global.yoho.BaseModel { | @@ -85,7 +85,7 @@ class passportModel extends global.yoho.BaseModel { | ||
85 | 85 | ||
86 | return this.get({ | 86 | return this.get({ |
87 | data: { | 87 | data: { |
88 | - uid, | 88 | + uid: userId, |
89 | method: 'app.passport.profile' | 89 | method: 'app.passport.profile' |
90 | } | 90 | } |
91 | }).then((userInfo) => { | 91 | }).then((userInfo) => { |
-
Please register or login to post a comment