diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index dd00454..26fa347 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -1215,6 +1215,10 @@ class PatientOrderService extends BaseService // 实际支付金额 $payment_amount_total = $amount_total + $logistics_fee; + if(env("APP_ENV") == "dev"){ + $payment_amount_total = 0.01; + } + // 获取收货地址 $params = array();