categoryId; } public function setCategoryId($categoryId) { $this->categoryId = $categoryId; $this->apiParams["categoryId"] = $categoryId; } public function getApiMethodName(){ return 'suning.govbus.getspecialgoods.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->categoryId, 'categoryId'); RequestCheckUtil::checkNotNull($this->pageNo, 'pageNo'); RequestCheckUtil::checkNotNull($this->pageSize, 'pageSize'); } public function getBizName(){ return "queryGetspecialgoods"; } } ?>