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

+ 1 - 1
lib/Core.php

@@ -24,7 +24,7 @@ class Core
 
 			$state = Dever::config('base', 'project')->pay_notify;
 			if ($state) {
-				Dever::load($state, $info['product_id'], $info['uid'], $order_id, $param['status'], $msg);
+				Dever::load($state, $info['product_id'], $info['uid'], $info['cash'], $order_id, $param['status'], $msg);
 			}
 		} else {
 			$this->log('支付失败', '错误的订单id:' . $order_id);