rabin před 1 rokem
rodič
revize
f91a1cb402
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {