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

+ 2 - 1
lib/Wechat.php

@@ -25,7 +25,7 @@ class Wechat extends Core
 	 */
 	public function notify()
 	{
-		$this->log('支付回调', $_REQUEST);
+		$this->log('支付回调-初始化', $_REQUEST);
 		$callback = new Callback();
 		$result = $callback->Handle($this->config, false);
 	}
@@ -165,6 +165,7 @@ class Callback extends \WxPayNotify
 	public function NotifyProcess($objData, $config, &$msg)
 	{
 		$data = $objData->GetValues();
+		$this->log('支付回调-获取数据', $data);
 		$obj = Dever::load('pay/lib/core');
 		$callback = function($msg = '') use ($obj, $data) {
 			if ($msg) {