From 18138fab7751306a1423bf0cad7ecd048c222987 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 4 Aug 2023 10:37:44 +0800 Subject: [PATCH] 1 --- webapp/services/callback/OutAppPurchase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/callback/OutAppPurchase.php b/webapp/services/callback/OutAppPurchase.php index 1eec1078..f9d599af 100644 --- a/webapp/services/callback/OutAppPurchase.php +++ b/webapp/services/callback/OutAppPurchase.php @@ -103,7 +103,7 @@ class OutAppPurchase { private function verifySign() { - + $params = array_merge($_REQUEST, array()); } }