skip ci: 移除APK控制器的登录和权限检查

- 添加了$noNeedLogin属性设置为['*']
- 添加了$noNeedRight属性设置为['*']
This commit is contained in:
2026-04-09 11:12:09 +08:00
parent a2fdae02d8
commit 11ba25ab2b

View File

@@ -8,6 +8,9 @@ use think\Request;
class Apk extends Api
{
protected $noNeedLogin = ['*'];
protected $noNeedRight = ['*'];
/**
* 显示资源列表
*