From 1c613fd48ab6b9df1c0c6d109a5cf186c658727e Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 13 Mar 2020 16:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E6=94=AF=E4=BB=98bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/ShortcutController.class.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Application/Sdk/Controller/ShortcutController.class.php b/Application/Sdk/Controller/ShortcutController.class.php index 1337cc79..6d246ee5 100644 --- a/Application/Sdk/Controller/ShortcutController.class.php +++ b/Application/Sdk/Controller/ShortcutController.class.php @@ -869,15 +869,15 @@ class ShortcutController extends BaseController{ } //0 官方 1双乾 - if (get_shortcut_pay_type() == 0) { - // 暂时只有双乾 - }elseif(get_shortcut_pay_type() == 1){ - if($request['code']==1){ - $this->add_spend($request,1); - }else{ - $this->add_deposit($request,1); - } - } +// if (get_shortcut_pay_type() == 0) { +// // 暂时只有双乾 +// }elseif(get_shortcut_pay_type() == 1){ +// if($request['code']==1){ +// $this->add_spend($request,1); +// }else{ +// $this->add_deposit($request,1); +// } +// } // var_dump($request['goods_info']);die(); $this->assign("pay_amount", $request['actual_amount']?$request['actual_amount']:$request['price']); $this->assign("user_id", $request['user_id']);