From e52244027c9372bb0638f48585eb4ba4d99c2416 Mon Sep 17 00:00:00 2001 From: weigang Date: Wed, 9 Sep 2020 09:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95=E8=BF=94=E8=AE=A2=E5=8D=95ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/PaymentService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/v3/Implementations/PaymentService.php b/app/Service/v3/Implementations/PaymentService.php index ea06f70..86e0f60 100644 --- a/app/Service/v3/Implementations/PaymentService.php +++ b/app/Service/v3/Implementations/PaymentService.php @@ -77,6 +77,7 @@ class PaymentService implements PaymentServiceInterface ]; $parameters['paySign'] = $this->signture($parameters, $config['key']); + $parameters['order_main_id'] = $orderMain->id; return $parameters;