dever 6 years ago
parent
commit
fec8351c60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Wechat.php

+ 1 - 1
lib/Wechat.php

@@ -25,7 +25,7 @@ class Wechat extends Core
 	 */
 	public function notify()
 	{
-		$this->log('支付回调-初始化', $GLOBALS['HTTP_RAW_POST_DATA']);
+		$this->log('支付回调-初始化', $_POST);
 		$callback = new Callback();
 		$result = $callback->Handle($this->config, false);
 	}