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解析错误']);