From 355776c22ddacaacfaf4f0e2e3615cfdb6f88110 Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Sun, 9 Jun 2019 14:00:39 +0800
Subject: [PATCH] 海报

---
 app/portal/controller/BirdController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/portal/controller/BirdController.php b/app/portal/controller/BirdController.php
index 83177a3..956b6b1 100644
--- a/app/portal/controller/BirdController.php
+++ b/app/portal/controller/BirdController.php
@@ -138,7 +138,7 @@ class BirdController extends HomeBaseController
      * @throws \think\db\exception\ModelNotFoundException
      * @throws \think\exception\DbException
      */
-    public function getOrder($indent_id = null){
+    public function getOrder($indent_id = 112){
         if(empty($indent_id)){
             $this->error('缺少必要参数','','','');
         }
--
libgit2 0.24.0