There was an error while loading. Please reload this page.
1 parent 81cd979 commit 7601029Copy full SHA for 7601029
application/api/controller/v1/User.php
@@ -17,7 +17,7 @@ class User extends Api
17
* 所有方法都不需要鉴权
18
* [*]
19
*/
20
- protected $noAuth = [];
+ protected $noAuth = ['create'];
21
22
/**
23
* 显示资源列表
0 commit comments