Commit 9000c4c8 by libai

测试

parent 20755215
Showing with 2 additions and 2 deletions
...@@ -156,10 +156,10 @@ function loginGo(){ ...@@ -156,10 +156,10 @@ function loginGo(){
$.ajax({ $.ajax({
url:$ip+'third/login', url:$ip+'third/login',
data:{ data:{
openid:info.id, openid:response.authResponse.userID,
opentype:6, opentype:6,
authToken:response.authResponse.accessToken, authToken:response.authResponse.accessToken,
// authSecret:'02f716c256cb1aab9299145ede73c13f', authSecret:'02f716c256cb1aab9299145ede73c13f',
nickname:info.name, nickname:info.name,
// facepath:p.thumbnail // facepath:p.thumbnail
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment