diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index eaaa49b0..7423f8f7 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -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开 ))); }