userId); return $this->data($data ? ['remind' => 1] : ['remind' => 0]); } /** * 提交问卷 */ public function add() { $params = $this->request->post(); $data = SurveyLogic::add($params); return $data ? $this->success('提交成功') : $this->fail(SurveyLogic::getError()); } }