diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 967aadc..64f5556 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -1025,7 +1025,6 @@ class PatientOrderService extends BaseService $payment_amount_total = 0.01; } - // 确定支付渠道 // 支付渠道(1:小程序支付 2:微信扫码支付) if ($client_type == 1) {