Sfoglia il codice sorgente

抢礼物,推送测试

lizhen_gitee 1 anno fa
parent
commit
29bdd77ea0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 = ['*'];