service = new SignsService(); $this->cateService = new SignCatesService(); } /** * 打卡签到类型 * @return mixed */ public function options(){ return $this->cateService->getOptions(); } /** * 打卡签到提交 */ public function submit(){ return $this->service->submit($this->userId); } }