refactor(shopro): 取消活动和比赛验证详情的token
This commit is contained in:
@@ -21,7 +21,7 @@ class Activity extends Base
|
||||
{
|
||||
use SkuPrice;
|
||||
|
||||
protected $noNeedLogin = ['index', 'test'];
|
||||
protected $noNeedLogin = ['index', 'view', 'test'];
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
@@ -19,6 +19,8 @@ use addons\shopro\service\order\OrderRefund;
|
||||
|
||||
class Game extends Base
|
||||
{
|
||||
protected $noNeedLogin = ['view'];
|
||||
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user