From 989c41b958d9fcc4fb89da5b848f42ce21da5604 Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Mon, 5 Aug 2019 16:16:32 +0800 Subject: [PATCH] 提现最低限制 --- app/portal/controller/PayController.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/portal/controller/PayController.php b/app/portal/controller/PayController.php index b580d2f..a5041fe 100644 --- a/app/portal/controller/PayController.php +++ b/app/portal/controller/PayController.php @@ -199,11 +199,11 @@ class PayController extends HomeBaseController } cache('a1',"789"); - $bird = new BirdController; - $createOrder = $bird -> createOrder($order['id']); - cache('yuyue1',$createOrder); - $takeOrder = $bird -> takeOrder($order['id']); - cache('dingyue1',$takeOrder); +// $bird = new BirdController; +// $createOrder = $bird -> createOrder($order['id']); +// cache('yuyue1',$createOrder); +// $takeOrder = $bird -> takeOrder($order['id']); +// cache('dingyue1',$takeOrder); }else if($order['indent_type'] == 2){ //如果是业务员订单 -- libgit2 0.24.0