Quellcode durchsuchen

抢礼物,推送测试

lizhen_gitee vor 1 Jahr
Ursprung
Commit
29bdd77ea0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 = ['*'];