作者 sgj

bug tiaoshi

@@ -25,7 +25,7 @@ use think\Request; @@ -25,7 +25,7 @@ use think\Request;
25 */ 25 */
26 class Square extends Api 26 class Square extends Api
27 { 27 {
28 - protected $noNeedLogin = ['listMissionType']; 28 + protected $noNeedLogin = ['listMissionType','index'];
29 protected $noNeedRight = ['*']; 29 protected $noNeedRight = ['*'];
30 protected $Daily; 30 protected $Daily;
31 31