diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index b08030f..077fdee 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -1255,7 +1255,7 @@ class PatientOrderService extends BaseService } // 实际支付金额 - if (env("APP_ENV") == "prod"){ + if (env("APP_ENV") == "dev"){ $payment_amount_total = 0.01; }else{ $payment_amount_total = $amount_total + $logistics_fee;