departmentId = $departmentId; $this->apiParas["department_id"] = $departmentId; } public function getDepartmentId() { return $this->departmentId; } public function setLang($lang) { $this->lang = $lang; $this->apiParas["lang"] = $lang; } public function getLang() { return $this->lang; } public function setOffset($offset) { $this->offset = $offset; $this->apiParas["offset"] = $offset; } public function getOffset() { return $this->offset; } public function setOrder($order) { $this->order = $order; $this->apiParas["order"] = $order; } public function getOrder() { return $this->order; } public function setSize($size) { $this->size = $size; $this->apiParas["size"] = $size; } public function getSize() { return $this->size; } public function getApiMethodName() { return "dingtalk.oapi.user.list"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }