categoryId = $categoryId; $this->apiParas["category_id"] = $categoryId; } public function getCategoryId() { return $this->categoryId; } public function getApiMethodName() { return "tmall.product.match.schema.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->categoryId,"categoryId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }