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