bizId = $bizId; $this->apiParas["biz_id"] = $bizId; } public function getBizId() { return $this->bizId; } public function setBizInstId($bizInstId) { $this->bizInstId = $bizInstId; $this->apiParas["biz_inst_id"] = $bizInstId; } public function getBizInstId() { return $this->bizInstId; } public function getApiMethodName() { return "dingtalk.oapi.pbp.instance.enable"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->bizId,"bizId"); RequestCheckUtil::checkNotNull($this->bizInstId,"bizInstId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }