回退 'Pull Request !518 : 添加华为云 maven 升级依赖'

This commit is contained in:
芋道源码
2023-07-02 15:41:26 +00:00
committed by Gitee
parent 6b42efd786
commit 11c4c950b7
16 changed files with 66 additions and 76 deletions

View File

@ -127,7 +127,7 @@ public class MemberAuthServiceImpl implements MemberAuthService {
// 获得对应的手机号信息
WxMaPhoneNumberInfo phoneNumberInfo;
try {
phoneNumberInfo = wxMaService.getUserService().getPhoneNoInfo(reqVO.getPhoneCode());
phoneNumberInfo = wxMaService.getUserService().getNewPhoneNoInfo(reqVO.getPhoneCode());
} catch (Exception exception) {
throw exception(AUTH_WEIXIN_MINI_APP_PHONE_CODE_ERROR);
}