帖子附件下载权限排除

This commit is contained in:
taoser 2020-12-14 15:04:38 +08:00
parent 7666402809
commit 0c6e324144

View File

@ -16,7 +16,7 @@ use app\common\lib\Msgres;
class Article extends BaseController
{
protected $middleware = [
'logincheck' => ['except' => ['cate','detail'] ],
'logincheck' => ['except' => ['cate','detail','download'] ],
];
//文章分类