fix: getNewPhoneNoInfo 已过期

This commit is contained in:
xingyu 2023-06-26 16:53:08 +08:00
parent 9826bd614b
commit 8ea46b8fc2

View File

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