rabin 1 year ago
parent
commit
75f89344f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      yspay/Multi.php

+ 2 - 2
yspay/Multi.php

@@ -23,7 +23,7 @@ class Multi
     	$this->config = $config;
 
     	$mid = $merchant['mid'];
-    	$cash = $info['hf_cash']/10;
+    	$cash = $info['hf_cash'];
     	$order_num = $this->getOrderNum($info['order_num']);
 
     	//整理内容信息
@@ -63,7 +63,7 @@ class Multi
     	$this->config = $config;
 
     	$mid = $this->config['cash_mid'];
-    	$cash = ($info['fz_cash'] + $info['pt_cash'])/10;
+    	$cash = $info['fz_cash'] + $info['pt_cash'];
     	if (!$cash || $cash <= 0) {
     		return false;
     	}