...
|
...
|
@@ -12,7 +12,7 @@ use app\mobile\model\Exam; |
|
|
*/
|
|
|
class Index extends Api
|
|
|
{
|
|
|
protected $noNeedLogin = ['index','newsInfo'];
|
|
|
protected $noNeedLogin = ['index','newsList','newsInfo'];
|
|
|
protected $noNeedRight = ['*'];
|
|
|
|
|
|
public function _initialize()
|
...
|
...
|
|