コード例 #1
0
ファイル: Abstract.php プロジェクト: ares333/php-api-system
 function apiInit()
 {
     parent::apiInit();
     $this->checkLogin();
 }