efps-version
elf 1 year ago
parent 827746be00
commit 1f4516d0d2

@ -341,7 +341,7 @@ class PaymentService extends AbstractService
throw new BusinessException('用户ID不能为空'); throw new BusinessException('用户ID不能为空');
} }
if (isset($reqData['amount']) { if (isset($reqData['amount'])) {
if (!is_numeric($reqData['amount'])) { if (!is_numeric($reqData['amount'])) {
throw new BusinessException('请输入金额'); throw new BusinessException('请输入金额');
} }

Loading…
Cancel
Save