From 92236b085a27f1107a09113030fc2fadad547d1d Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 17 Dec 2020 11:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyhproject/app/controller/Index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyhproject/app/controller/Index.php b/hyhproject/app/controller/Index.php index d9aebed..c313665 100755 --- a/hyhproject/app/controller/Index.php +++ b/hyhproject/app/controller/Index.php @@ -6,6 +6,9 @@ use wstmart\app\model\Index as M; * 默认控制器 */ class Index extends Base{ + protected $beforeActionList = [ + 'checkAuth' => ['except'=>'startGiveVouchers,startRevokeVouchers'] + ]; public function tmp(){ //$orderId = 80; // model('common/Settlements')->speedySettlement($orderId);