From fb89138d3ed84ef2f9b0e2f8d96ec0f496f56115 Mon Sep 17 00:00:00 2001 From: ljl Date: Tue, 20 Jun 2023 14:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index 57bab0f..9f736ff 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -82,7 +82,7 @@ class PaymentService extends AbstractService $app = $req->getApp(); $data = $req->getData(); - if ($data['payAmount'] > 3000) { + if ($data['payAmount'] > 300000) { throw new BusinessException('超出限额'); }