service = new SiyuanService(); } public function index(){ return $this->service->getDataList(); } /** * 详情 * @return mixed */ public function info(){ $this->service->updateVisit($this->userId); return $this->service->getInfo(); } /** * 寺院选项 * @return mixed */ public function options(){ return $this->service->getOptions(); } }