...
|
...
|
@@ -17,7 +17,7 @@ use think\Db; |
|
|
*/
|
|
|
class Index extends Api
|
|
|
{
|
|
|
protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage'];
|
|
|
protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage','agreement'];
|
|
|
protected $noNeedRight = ['*'];
|
|
|
|
|
|
public function _initialize()
|
...
|
...
|
|