!540 修复部分问题,升级依赖

Merge pull request !540 from xingyu/feature/captcha
This commit is contained in:
芋道源码
2023-07-25 11:20:04 +00:00
committed by Gitee
17 changed files with 79 additions and 67 deletions

View File

@ -128,7 +128,7 @@ public class MemberAuthServiceImpl implements MemberAuthService {
// TODO @芋艿:需要弱化微信小程序的依赖,通过 system 获取手机号
WxMaPhoneNumberInfo phoneNumberInfo;
try {
phoneNumberInfo = wxMaService.getUserService().getNewPhoneNoInfo(reqVO.getPhoneCode());
phoneNumberInfo = wxMaService.getUserService().getPhoneNoInfo(reqVO.getPhoneCode());
} catch (Exception exception) {
throw exception(AUTH_WEIXIN_MINI_APP_PHONE_CODE_ERROR);
}