Browse Source

修复绑定手机号,需传code参数

ldh 2 years ago
parent
commit
cabfd18f09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sheep/platform/provider/wechat/miniProgram.js

+ 1 - 0
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,
         }),
       ),
     });