From 5a1c0321a666de0a1fe2c185601dd8615f652335 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Wed, 24 Sep 2025 15:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/controller/PaymentService.php | 29 +------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/Server/application/common/controller/PaymentService.php b/Server/application/common/controller/PaymentService.php index e0bd910d..3e7e6a25 100644 --- a/Server/application/common/controller/PaymentService.php +++ b/Server/application/common/controller/PaymentService.php @@ -200,34 +200,7 @@ class PaymentService */ public function notify() { - //$rawBody = file_get_contents('php://input'); - $rawBody = ' - - - - - - - - - - - - - - - - - - - - - - - - -'; - + $rawBody = file_get_contents('php://input'); $payload = $this->parseXmlOrRaw($rawBody); if (!is_array($payload) || empty($payload)) { return json_encode(['code' => 500, 'msg' => 'XML解析错误']);