indexType = $indexType; $this->apiParas["index_type"] = $indexType; } public function getIndexType() { return $this->indexType; } public function setIndexValue($indexValue) { $this->indexValue = $indexValue; $this->apiParas["index_value"] = $indexValue; } public function getIndexValue() { return $this->indexValue; } public function getApiMethodName() { return "taobao.open.account.index.find"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }