Browse Source

投注测试

彭俊 6 years ago
parent
commit
06dc916cd4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Biz/Money/Money.php

+ 2 - 1
Biz/Money/Money.php

@@ -70,7 +70,8 @@ class Money {
 		}
 		}
 		//更新用户余额
 		//更新用户余额
 		$updateAccountMoney = $this->updateAccountMoney($account_identity,$nowMoney, $nowCash);
 		$updateAccountMoney = $this->updateAccountMoney($account_identity,$nowMoney, $nowCash);
-		dd($updateAccountMoney);
+		var_dump($updateAccountMoney);
+		exit;
 		if($updateAccountMoney != 1){
 		if($updateAccountMoney != 1){
 			return $updateAccountMoney;
 			return $updateAccountMoney;
 		}else {
 		}else {