From cabfd18f0988d133bffc38b22acfad5421a123ae Mon Sep 17 00:00:00 2001 From: ldh Date: Thu, 10 Aug 2023 15:40:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=91=E5=AE=9A=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=EF=BC=8C=E9=9C=80=E4=BC=A0code=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/platform/provider/wechat/miniProgram.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sheep/platform/provider/wechat/miniProgram.js b/sheep/platform/provider/wechat/miniProgram.js index 54cf6fe4..60341752 100644 --- a/sheep/platform/provider/wechat/miniProgram.js +++ b/sheep/platform/provider/wechat/miniProgram.js @@ -200,6 +200,7 @@ const bindUserPhoneNumber = (e) => { sessionId: uni.getStorageSync('sessionId'), iv: e.iv, encryptedData: e.encryptedData, + code: e.code, }), ), });