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:微信扫码支付)