update 关闭余额充值功能

This commit is contained in:
2023-08-09 16:37:37 +08:00
parent d40e0d42fd
commit ecc95ceee5

View File

@@ -58,7 +58,7 @@ public class PayController extends BaseController {
RestApiResponse<?> response;
try {
if (dto != null) {
throw new BusinessException("00500005", "充值余额功能暂时下线维护,账户已有余额可以继续使用,推荐使用在线支付订单");
throw new BusinessException("00500005", "充值功能维护,已有余额可用,推荐使用在线支付");
}
if (StringUtils.isBlank(dto.getCode()) || StringUtils.isBlank(dto.getAmount())) {
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);