secToken = $secToken; $this->apiParas["sec_token"] = $secToken; } public function getSecToken() { return $this->secToken; } public function getApiMethodName() { return "taobao.top.once.token.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->secToken,"secToken"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }