Commit 4970f61e by libai

测试

parent b9c52570
Showing with 3 additions and 3 deletions
......@@ -156,10 +156,10 @@ function loginGo(){
$.ajax({
url:$ip+'third/login',
data:{
openid:382456482257502,
openid:info.id,
opentype:6,
authToken:response.authResponse.accessToken,
// authSecret:r2.twitter.oauth_token_secret,
authSecret:'02f716c256cb1aab9299145ede73c13f',
nickname:info.name,
// facepath:p.thumbnail
},
......@@ -1059,7 +1059,7 @@ function login_twitter(network) { //登录方法,并将twitter 作为参数
$.ajax({
url:$ip+'third/login',
data:{
openid:'cEGECNgXN3ZN00r3Zb82vwh55',
openid:r2.twitter.user_id,
opentype:5,
authToken:r2.twitter.oauth_token,
authSecret:r2.twitter.oauth_token_secret,
......
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