不需要鉴权

This commit is contained in:
Dai 2024-08-08 17:12:14 +08:00
parent 7caef728ae
commit 9098815a73

View File

@ -32,6 +32,13 @@ class UploadController extends Crud
*/
protected $dataLimit = 'personal';
/**
* 不需要鉴权的方法
* @var string[]
*/
public $noNeedAuth = ['info'];
/**
* 构造函数
* @return void