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);