暂时去除支付金额
This commit is contained in:
parent
d5f1564892
commit
9bda0e130f
@ -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:微信扫码支付)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user