fix: getNewPhoneNoInfo 已过期
This commit is contained in:
parent
9826bd614b
commit
8ea46b8fc2
@ -127,7 +127,7 @@ public class MemberAuthServiceImpl implements MemberAuthService {
|
||||
// 获得对应的手机号信息
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user