dentryid = $dentryid; $this->apiParas["dentryid"] = $dentryid; } public function getDentryid() { return $this->dentryid; } public function setExpireSeconds($expireSeconds) { $this->expireSeconds = $expireSeconds; $this->apiParas["expire_seconds"] = $expireSeconds; } public function getExpireSeconds() { return $this->expireSeconds; } public function setInnerInvoke($innerInvoke) { $this->innerInvoke = $innerInvoke; $this->apiParas["inner_invoke"] = $innerInvoke; } public function getInnerInvoke() { return $this->innerInvoke; } public function setSpaceid($spaceid) { $this->spaceid = $spaceid; $this->apiParas["spaceid"] = $spaceid; } public function getSpaceid() { return $this->spaceid; } public function getApiMethodName() { return "dingtalk.oapi.cspace.file.presignedurl.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->dentryid,"dentryid"); RequestCheckUtil::checkNotNull($this->spaceid,"spaceid"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }