targetChannel = $targetChannel; $this->apiParams["targetChannel"] = $targetChannel; } public function getTargetChannel() { return $this -> targetChannel; } public function setCategoryCode($categoryCode) { $this->categoryCode = $categoryCode; $this->apiParams["categoryCode"] = $categoryCode; } public function getCategoryCode() { return $this->categoryCode; } public function getApiMethodName() { return 'suning.custom.itemparameters.query'; } public function getApiParams() { return $this->apiParams; } public function check($pageNoMin = 1, $pageNoMax = 99999, $pageSizeMin = 10, $pageSizeMax = 50) { RequestCheckUtil::checkNotNull($this->categoryCode, 'categoryCode'); parent::check(); } public function getBizName(){ return "itemParameters"; } } ?>