专业IT科技资讯平台,关注科技、手机、电脑、智能硬件、电脑知识!
当前位置:主页 > 手机 > 资讯 >

UnRecoverableException

导读:

415 { 416 // api调用文章内容,包括标签数据,返回数组 417

415 { 416 // api调用文章内容,包括标签数据,返回数组 417 $apiObj = ApiOperator::__instance ()->get ( array ( 418 'api' => 'Article.getarticle', 419 'articleID' => $id 420 ) ); 421 422 if(!$apiObj->data) 423 { 424 $this->redirect_message ( '该文章已经删除或未审核', $status = 'success', $time = 3, "" ); 425 exit ();