不需要鉴权
This commit is contained in:
parent
7caef728ae
commit
9098815a73
@ -32,6 +32,13 @@ class UploadController extends Crud
|
|||||||
*/
|
*/
|
||||||
protected $dataLimit = 'personal';
|
protected $dataLimit = 'personal';
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 不需要鉴权的方法
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $noNeedAuth = ['info'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 构造函数
|
* 构造函数
|
||||||
* @return void
|
* @return void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user