去掉快捷

master
tpingzhang 5 years ago
parent fac5ae347a
commit 623888c4cc

@ -1936,11 +1936,11 @@ class UserController extends BaseController
'zfb_type' => $zfb_type,
'ptb_game' => $ptb_game,
'bind_game' => $bind_game,
'squnion_pay' => $squnion_pay, // 银联0关 1开
'squnion_pay' => 0,//$squnion_pay, // 银联0关 1开
'platform_coin' => $balance,
'bind_coin' => $bind_balance,
'wx_type' => $wx_small, // 0微信 1 微信小程序 双乾
'shortcut_pay' => $shortcut_pay, // 快捷支付 0关 1开
'shortcut_pay' => 0,$shortcut_pay, // 快捷支付 0关 1开
)));
}

Loading…
Cancel
Save