修改index接口无需登录

This commit is contained in:
2025-05-11 16:46:19 +08:00
parent 6a5d81badc
commit 1bd66c30ba
3 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,7 @@ use addons\shopro\service\order\OrderCreate;
class Activity extends Base
{
protected $noNeedLogin = ['test'];
protected $noNeedLogin = ['index', 'test'];
public function __construct()
{
$this->model = new \app\admin\model\zy\game\Activity;