Skip to content

Commit

Permalink
修复绑定手机号,需传code参数
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepjs committed Aug 10, 2023
1 parent 055bc91 commit cabfd18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sheep/platform/provider/wechat/miniProgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ const bindUserPhoneNumber = (e) => {
sessionId: uni.getStorageSync('sessionId'),
iv: e.iv,
encryptedData: e.encryptedData,
code: e.code,
}),
),
});
Expand Down

0 comments on commit cabfd18

Please sign in to comment.