This commit is contained in:
Dai 2024-08-08 17:13:07 +08:00
parent 9098815a73
commit 3ddd689a77

View File

@ -37,7 +37,7 @@ class UploadController extends Crud
* 不需要鉴权的方法 * 不需要鉴权的方法
* @var string[] * @var string[]
*/ */
public $noNeedAuth = ['info']; public $noNeedAuth = ['uploadFile'];
/** /**
* 构造函数 * 构造函数