Commit 897e9610 authored by 石盼盼's avatar 石盼盼

修改合并冲突

parent 0a3089d6
......@@ -58,11 +58,7 @@ App({
codeChangeToken(code, cb) {
let that = this
wx.request({
<<<<<<< HEAD
url: 'https://wandoutiyu.test.xueyoubangedu.com/api/getsessionkey',
=======
url: that.globalData.baseUrl + 'getsessionkey',
>>>>>>> 9b5fba64e12f4260ccfb533045accbeb74c16f37
data: {
code: code
},
......@@ -91,11 +87,7 @@ App({
wx.checkSession({
success() {
wx.request({
<<<<<<< HEAD
url: 'https://wandoutiyu.test.xueyoubangedu.com/api/saveinfo',
=======
url: that.globalData.baseUrl + 'saveinfo',
>>>>>>> 9b5fba64e12f4260ccfb533045accbeb74c16f37
data: {
encryptedData: encodeURIComponent(info.encryptedData),
iv: encodeURIComponent(info.iv),
......
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 to comment