'; /*require 'idapi_config.php'; require 'idapi_function.php'; //获取应用列表 $idaaps_curl_get = CallInterface(ID_URL.'/idapi/idapps.php','GET'); $apps_jsonarr = json_decode($idaaps_curl_get,true); //遍历各应用退出 foreach($apps_jsonarr as $appid => $app) { if($app['isopen']==1){ echo ''; } } */ ?>