dever 6 years ago
parent
commit
d73046787f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lib/Core.php

+ 3 - 1
lib/Core.php

@@ -38,7 +38,7 @@ class Core
 			}
 
 			if ($notify && $key) {
-				$this->log($notify, $param);
+				
 				$send = array();
 				$send['pay_product_id'] = $info['product_id'];
 				$send['pay_uid'] = $info['uid'];
@@ -51,6 +51,8 @@ class Core
 				ksort($send);
 				$send['signature'] = md5($key . '&' . http_build_query($send));
 
+				$this->log($notify, $send);
+
 				Dever::load($notify, $send);
 			}
 		} else {