From 38c066ea8b19eb27f2edcec2f11a8ba265b838b6 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 23 Jan 2019 11:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/appmini/old/weixin/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/appmini/old/weixin/app.js b/public/appmini/old/weixin/app.js index 4d9ad076b..39a9059d4 100755 --- a/public/appmini/old/weixin/app.js +++ b/public/appmini/old/weixin/app.js @@ -225,7 +225,7 @@ App({ success: (res) => { if (res.code) { wx.request({ - url: $this.get_request_url('WechatUserAuth', 'user'), + url: $this.get_request_url('wechatuserauth', 'user'), method: 'POST', data: { authcode: res.code }, dataType: 'json', @@ -267,7 +267,7 @@ App({ var $this = this; // 远程解密数据 wx.request({ - url: $this.get_request_url('WechatUserInfo', 'user'), + url: $this.get_request_url('wechatuserinfo', 'user'), method: 'POST', data: { encrypted_data: auth_data.encryptedData, iv: auth_data.iv, openid: openid }, dataType: 'json',