sendNoticeReq = $sendNoticeReq; $this->apiParas["send_notice_req"] = $sendNoticeReq; } public function getSendNoticeReq() { return $this->sendNoticeReq; } public function getApiMethodName() { return "dingtalk.oapi.workspace.project.notice.send"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }