agentid = $agentid; $this->apiParas["agentid"] = $agentid; } public function getAgentid() { return $this->agentid; } public function setEvent($event) { $this->event = $event; $this->apiParas["event"] = $event; } public function getEvent() { return $this->event; } public function getApiMethodName() { return "dingtalk.oapi.calendar.v2.event.update"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }