no message

This commit is contained in:
2025-10-30 00:53:47 +08:00
parent 86b85e381b
commit 0e47fdb0d1

View File

@ -81,7 +81,7 @@ public class GroupBuyCouponServiceImpl implements GroupBuyCouponService {
String phone = prepareResponse.getData().getMobile();
if (phone != null && !phone.isEmpty()){
if (comparePhoneNumbers(phone, req.getMobile())){
throw new BizException("所提供的手机号码与团购手机号不一致");
throw new BizException("99003","所提供的手机号码与团购手机号不一致");
}
}
//使用输入的手机号进行后续操作
@ -145,7 +145,7 @@ public class GroupBuyCouponServiceImpl implements GroupBuyCouponService {
if (finalPhone != null && !finalPhone.isEmpty()) {
if (comparePhoneNumbers(finalPhone, req.getMobile())){
throw new BizException("所提供的手机号码与团购手机号不一致");
throw new BizException("99003","所提供的手机号码与团购手机号不一致");
}
}