Skip to content

Commit

Permalink
修复下单时候提示token失效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
gooking committed May 20, 2017
1 parent cf7e099 commit 2e7a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ App({
var encryptedData = res.encryptedData;
// 下面开始调用注册接口
wx.request({
url: 'https://api.it120.cc/'+ app.globalData.subDomain +'/user/wxapp/register/complex',
url: 'https://api.it120.cc/' + that.globalData.subDomain +'/user/wxapp/register/complex',
data: {code:code,encryptedData:encryptedData,iv:iv}, // 设置请求的 参数
success: (res) =>{
wx.hideLoading();
Expand Down

0 comments on commit 2e7a150

Please sign in to comment.