request->post(); $result = SdLogic::generate($params); if ($result) { return $this->data(SdLogic::getReturnData()); } return $this->data(SdLogic::getError()); } }