renderSuccess(compact('data')); } /** * 借阅,办证 * 分馆年借还,今日借、还,今日办证 * @return array */ public function getLibraryService() { $library = $this->request->param('library') ?: '044007'; $url = $this->url . "/SSBusiness/monitor/getLibraryService?library={$library}"; $result = curlPost($url); $data = json_decode($result,true); return $this->renderSuccess(compact('data')); } }