offset = $offset; $this->apiParas["offset"] = $offset; } public function getOffset() { return $this->offset; } public function setStart($start) { $this->start = $start; $this->apiParas["start"] = $start; } public function getStart() { return $this->start; } public function getApiMethodName() { return "dingtalk.isv.call.getuserlist"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }