skip ci: 移除APK控制器的登录和权限检查
- 添加了$noNeedLogin属性设置为['*'] - 添加了$noNeedRight属性设置为['*']
This commit is contained in:
@@ -8,6 +8,9 @@ use think\Request;
|
|||||||
|
|
||||||
class Apk extends Api
|
class Apk extends Api
|
||||||
{
|
{
|
||||||
|
protected $noNeedLogin = ['*'];
|
||||||
|
protected $noNeedRight = ['*'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 显示资源列表
|
* 显示资源列表
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user