pageIndex = $pageIndex; $this->apiParas["page_index"] = $pageIndex; } public function getPageIndex() { return $this->pageIndex; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["page_size"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function getApiMethodName() { return "dingtalk.oapi.workbench.shortcut.listbypaging"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }