bizType = $bizType; $this->apiParas["biz_type"] = $bizType; } public function getBizType() { return $this->bizType; } public function setFormInstanceId($formInstanceId) { $this->formInstanceId = $formInstanceId; $this->apiParas["formInstance_id"] = $formInstanceId; } public function getFormInstanceId() { return $this->formInstanceId; } public function getApiMethodName() { return "dingtalk.oapi.collection.instance.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->formInstanceId,"formInstanceId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }