This commit is contained in:
wucongxing 2023-03-30 19:25:41 +08:00
parent 1071b47150
commit 602ab7a5de

View File

@ -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();