From 9bda0e130f68169c076147dab31823579deaa00b Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 30 Mar 2023 19:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8E=BB=E9=99=A4=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientOrderService.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 39ec007..3b82314 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -934,6 +934,10 @@ class PatientOrderService extends BaseService // 实际支付金额 $payment_amount_total = $amount_total + $logistics_fee; + if (env("APP_ENV") == "dev"){ + $payment_amount_total = 0.01; + } + // 确定支付渠道 // 支付渠道(1:小程序支付 2:微信扫码支付)