Commit b41919ad authored by sugar's avatar sugar

鹿马支付宝

parent 5f7a9840
......@@ -192,9 +192,9 @@ class Withdraw extends Backend
$wxpayConstants = new WXPayConstants();
$result = false;
// $row['money'] = sprintf("%.2f", $row['money'] / 100);
//提现固定扣除1%手续费
//提现固定扣除3%手续费
foreach ($row as $key => $val){
$val['money'] = floor((int)$val['money'] - (int)$val['money'] * 0.01);
$val['money'] = floor((int)$val['money'] - (int)$val['money'] * 0.03);
$withraw_money = $val['money'];
Db::startTrans();
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment