mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 11:29:58 +08:00
update 关闭余额充值功能
This commit is contained in:
@@ -58,7 +58,7 @@ public class PayController extends BaseController {
|
|||||||
RestApiResponse<?> response;
|
RestApiResponse<?> response;
|
||||||
try {
|
try {
|
||||||
if (dto != null) {
|
if (dto != null) {
|
||||||
throw new BusinessException("00500005", "充值余额功能暂时下线维护,账户已有余额可以继续使用,推荐使用在线支付订单");
|
throw new BusinessException("00500005", "充值功能维护,已有余额可用,推荐使用在线支付");
|
||||||
}
|
}
|
||||||
if (StringUtils.isBlank(dto.getCode()) || StringUtils.isBlank(dto.getAmount())) {
|
if (StringUtils.isBlank(dto.getCode()) || StringUtils.isBlank(dto.getAmount())) {
|
||||||
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
|
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
|
||||||
|
|||||||
Reference in New Issue
Block a user