correctId; } public function setCorrectId($correctId) { $this->correctId = $correctId; $this->apiParams["correctId"] = $correctId; } public function getApiMethodName(){ return 'suning.selfmarket.mainproduct.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->correctId, 'correctId'); } public function getBizName(){ return "getMainproduct"; } } ?>