Browse Source

限制接口访问

master
wanghongjun 3 years ago
parent
commit
217749b3bf
  1. 2
      app/controller/Index.php

2
app/controller/Index.php

@ -15,7 +15,7 @@ class Index extends BaseController
{
protected $middleware = [
CheckUser::class => [
'only' => ['getNoticeInfo']
'only' => ['getNoticeInfo','rotationChart','awardRecords','zoneList','getNotice']
]
];

Loading…
Cancel
Save