pageIndex; } public function setPageIndex($pageIndex) { $this->pageIndex = $pageIndex; $this->apiParams["pageIndex"] = $pageIndex; } public function getSize() { return $this->size; } public function setSize($size) { $this->size = $size; $this->apiParams["size"] = $size; } public function getApiMethodName(){ return 'suning.netalliance.mycommodityselectgroup.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "queryMycommodityselectgroup"; } } ?>