Browse Source

抢礼物,推送测试

lizhen_gitee 1 year ago
parent
commit
29bdd77ea0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Grabgift.php

+ 1 - 1
application/api/controller/Grabgift.php

@@ -12,7 +12,7 @@ use app\common\library\GatewayworkerTools;
 class Grabgift extends Api
 {
 
-    protected $noNeedLogin = [];
+    protected $noNeedLogin = ['test'];
     // 无需鉴权的接口,*表示全部
     protected $noNeedRight = ['*'];