dever 6 years ago
parent
commit
43fdadfaaa
1 changed files with 8 additions and 8 deletions
  1. 8 8
      lib/Core.php

+ 8 - 8
lib/Core.php

@@ -40,14 +40,14 @@ class Core
 			if ($notify && $key) {
 				$this->log($notify, $param);
 				$send = array();
-				$send['product_id'] = $info['product_id'];
-				$send['uid'] = $info['uid'];
-				$send['cash'] = $info['cash'];
-				$send['order_id'] = $order_id;
-				$send['status'] = $param['status'];
-				$send['msg'] = $msg;
-				$send['time'] = time();
-				$send['nonce'] = Dever::nonce();
+				$send['pay_product_id'] = $info['product_id'];
+				$send['pay_uid'] = $info['uid'];
+				$send['pay_cash'] = $info['cash'];
+				$send['pay_order_id'] = $order_id;
+				$send['pay_status'] = $param['status'];
+				$send['pay_msg'] = $msg;
+				$send['pay_time'] = time();
+				$send['pay_nonce'] = Dever::nonce();
 				ksort($send);
 				$send['signature'] = md5($key . '&' . http_build_query($send));