Explorar el Código

抢礼物,推送测试

lizhen_gitee hace 1 año
padre
commit
29bdd77ea0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = ['*'];