Browse Source

抢礼物,推送测试

lizhen_gitee 1 năm trước cách đây
mục cha
commit
29bdd77ea0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = ['*'];