Browse Source

两个接口不登陆,已更新

lizhen 18 giờ trước cách đây
mục cha
commit
2e43e1ba27
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      addons/exam/controller/Paper.php

+ 1 - 1
addons/exam/controller/Paper.php

@@ -19,7 +19,7 @@ use think\Db;
  */
 class Paper extends Base
 {
-    protected $noNeedLogin = ['index'];
+    protected $noNeedLogin = ['index','lists','detail'];
     protected $noNeedRight = ['*'];
     protected $user;