dever 6 years ago
parent
commit
d2a082cdeb
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('支付回调-初始化', $_REQUEST);
+		$this->log('支付回调-初始化', $GLOBALS['HTTP_RAW_POST_DATA']);
 		$callback = new Callback();
 		$result = $callback->Handle($this->config, false);
 	}