1
This commit is contained in:
parent
1071b47150
commit
602ab7a5de
@ -1215,6 +1215,10 @@ class PatientOrderService extends BaseService
|
|||||||
|
|
||||||
// 实际支付金额
|
// 实际支付金额
|
||||||
$payment_amount_total = $amount_total + $logistics_fee;
|
$payment_amount_total = $amount_total + $logistics_fee;
|
||||||
|
if(env("APP_ENV") == "dev"){
|
||||||
|
$payment_amount_total = 0.01;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// 获取收货地址
|
// 获取收货地址
|
||||||
$params = array();
|
$params = array();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user