query = $query; $this->apiParas["query"] = $query; } public function getQuery() { return $this->query; } public function getApiMethodName() { return "taobao.open.account.search"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->query,"query"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }