mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 关闭余额充值功能
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user