From 9f934c960bb6ea39612c370c38b9aa25ae0a4886 Mon Sep 17 00:00:00 2001 From: liasica Date: Sat, 20 Jul 2019 12:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DGET=20URL=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #260 --- src/Gateways/Alipay/WebGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gateways/Alipay/WebGateway.php b/src/Gateways/Alipay/WebGateway.php index dd9799698..b949035a3 100644 --- a/src/Gateways/Alipay/WebGateway.php +++ b/src/Gateways/Alipay/WebGateway.php @@ -71,7 +71,7 @@ public function find($order): array protected function buildPayHtml($endpoint, $payload, $method = 'POST'): Response { if (strtoupper($method) === 'GET') { - return RedirectResponse::create($endpoint.'?'.http_build_query($payload)); + return RedirectResponse::create($endpoint.'&'.http_build_query($payload)); } $sHtml = "
";