From 0ea721fa0423bc07876e2a34f9969d5a1992a365 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Sat, 8 Jun 2019 15:52:14 +0800
Subject: [PATCH] 支付

---
 app/portal/controller/PayController.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/portal/controller/PayController.php b/app/portal/controller/PayController.php
index bafd1b8..2d4c59d 100644
--- a/app/portal/controller/PayController.php
+++ b/app/portal/controller/PayController.php
@@ -245,10 +245,11 @@ class PayController extends HomeBaseController
                 }
 
             }
+            cache('a',"123");
             $bird = new BirdController;
             $takeOrder = $bird -> takeOrder($order['id']);
-            $createOrder = $bird -> createOrder($order['id']);
             cache('dingyue',$takeOrder);
+            $createOrder = $bird -> createOrder($order['id']);
             cache('yuyue',$createOrder);
             return true; // 返回处理完成
         });
--
libgit2 0.24.0