conferenceId = $conferenceId; $this->apiParas["conference_id"] = $conferenceId; } public function getConferenceId() { return $this->conferenceId; } public function getApiMethodName() { return "dingtalk.oapi.conference.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->conferenceId,"conferenceId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }