ext = $ext; $this->apiParas["ext"] = $ext; } public function getExt() { return $this->ext; } public function setIsvAccountId($isvAccountId) { $this->isvAccountId = $isvAccountId; $this->apiParas["isv_account_id"] = $isvAccountId; } public function getIsvAccountId() { return $this->isvAccountId; } public function setLoginStateExpireIn($loginStateExpireIn) { $this->loginStateExpireIn = $loginStateExpireIn; $this->apiParas["login_state_expire_in"] = $loginStateExpireIn; } public function getLoginStateExpireIn() { return $this->loginStateExpireIn; } public function setOpenAccountId($openAccountId) { $this->openAccountId = $openAccountId; $this->apiParas["open_account_id"] = $openAccountId; } public function getOpenAccountId() { return $this->openAccountId; } public function setTokenTimestamp($tokenTimestamp) { $this->tokenTimestamp = $tokenTimestamp; $this->apiParas["token_timestamp"] = $tokenTimestamp; } public function getTokenTimestamp() { return $this->tokenTimestamp; } public function setUuid($uuid) { $this->uuid = $uuid; $this->apiParas["uuid"] = $uuid; } public function getUuid() { return $this->uuid; } public function getApiMethodName() { return "taobao.open.account.token.apply"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }