支付宝禁止退费提示调整

debug
wangsq 1 year ago
parent 3eced532c7
commit edac9e38eb
  1. 2
      src/main/java/com/ynxbd/common/service/PayService.java

@ -77,7 +77,7 @@ public class PayService {
}
if (MerchantEnum.ALI.equals(merchantEnum) && size != 1) {
throw new ServiceException(String.format("[支付宝]缴费单数量为[%s],不为1禁止退费,请联系开发商", size));
throw new ServiceException(String.format("[支付宝]缴费单的项目数量为[%s]项,超过1项,禁止退费。请联系开发者", size));
}
if (updateTime == null) {

Loading…
Cancel
Save