Browse Source

sunguidong

zhangguidong 2 năm trước cách đây
mục cha
commit
46a32adac9

+ 0 - 1
addon/memberwithdraw/model/Withdraw.php

@@ -47,7 +47,6 @@ class Withdraw extends BaseModel
 			"transfer_type" => $info["transfer_type"],
 			"transfer_type" => $info["transfer_type"],
 			"account_number" => $info["account_number"]
 			"account_number" => $info["account_number"]
 		);
 		);
-        print_r($pay_data);die;
 		//调用在线转账借口
 		//调用在线转账借口
 		$pay_result = event("PayTransfer", $pay_data, true);
 		$pay_result = event("PayTransfer", $pay_data, true);
 		if (empty($pay_result)) {
 		if (empty($pay_result)) {