rabin 1 year ago
parent
commit
f91a1cb402
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yspay/Cash.php

+ 1 - 1
yspay/Cash.php

@@ -4,7 +4,7 @@ use Dever;
 class Cash
 {
 	# 入账:待确认
-    public function add($mid, $amount, $order_num, $source_order_num)
+    public function add($mid, $amount, $order_num, $source_order_num, $cash = false)
     {
     	$merchant = Dever::db('pay/yspay_merchant')->one(array('mid' => $mid));
     	if ($merchant) {