From 623888c4cc60d1ac4ee91edd222c325aba8180d2 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 28 Nov 2019 07:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BF=AB=E6=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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开 ))); }