targetChannel = $targetChannel; $this->apiParams["targetChannel"] = $targetChannel; } public function getTargetChannel() { return $this -> targetChannel; } public function setCategoryName($categoryName) { $this -> categoryName = $categoryName; $this->apiParams["categoryName"] = $categoryName; } public function getCategoryName() { return $this -> CategoryName; } public function getApiMethodName() { return 'suning.custom.category.query'; } public function getApiParams() { return $this->apiParams; } public function check($pageNoMin = 1, $pageNoMax = 99999, $pageSizeMin = 10, $pageSizeMax = 50) { parent::check(); } public function getBizName(){ return "category"; } } ?>