bizType = $bizType; $this->apiParas["biz_type"] = $bizType; } public function getBizType() { return $this->bizType; } public function setCreator($creator) { $this->creator = $creator; $this->apiParas["creator"] = $creator; } public function getCreator() { return $this->creator; } public function setOffset($offset) { $this->offset = $offset; $this->apiParas["offset"] = $offset; } public function getOffset() { return $this->offset; } public function setSize($size) { $this->size = $size; $this->apiParas["size"] = $size; } public function getSize() { return $this->size; } public function getApiMethodName() { return "dingtalk.oapi.collection.form.list"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->offset,"offset"); RequestCheckUtil::checkNotNull($this->size,"size"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }