From ff8c7581081082bcd6954ae4c0351855bd11abda Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 28 Nov 2019 07:10:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index 7423f8f7..d03615b2 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -1940,7 +1940,7 @@ class UserController extends BaseController 'platform_coin' => $balance, 'bind_coin' => $bind_balance, 'wx_type' => $wx_small, // 0微信 1 微信小程序 双乾 - 'shortcut_pay' => 0,$shortcut_pay, // 快捷支付 0关 1开 + 'shortcut_pay' => 0,//$shortcut_pay, // 快捷支付 0关 1开 ))); }