From 2e7a150d6cf4111432e2c50c4d7db99a46b6422c Mon Sep 17 00:00:00 2001 From: gooking Date: Sat, 20 May 2017 22:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E5=8D=95=E6=97=B6?= =?UTF-8?q?=E5=80=99=E6=8F=90=E7=A4=BAtoken=E5=A4=B1=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d84c9683..6782be26 100644 --- a/app.js +++ b/app.js @@ -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();