refactor(shopro): 取消活动和比赛验证详情的token

This commit is contained in:
2025-06-28 21:50:13 +08:00
parent 349841a8a1
commit c77ef29846
2 changed files with 3 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ class Activity extends Base
{
use SkuPrice;
protected $noNeedLogin = ['index', 'test'];
protected $noNeedLogin = ['index', 'view', 'test'];
public function __construct()
{