|
|
@@ -19,7 +19,7 @@ App({
|
|
|
console.log(res)
|
|
|
// 发送 res.code 到后台换取 openId, sessionKey, unionId
|
|
|
wx.request({
|
|
|
- url: 'https://test.scxjc.club/api/openid',
|
|
|
+ url: 'https://caos.tederen.com/api/openid',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
code: res.code
|
|
|
@@ -41,7 +41,7 @@ App({
|
|
|
},
|
|
|
globalData: {
|
|
|
userInfo: null,
|
|
|
- host:'https://test.scxjc.club',
|
|
|
+ host:'https://caos.tederen.com/',
|
|
|
openid: '',
|
|
|
}
|
|
|
})
|