productCode = $productCode; $this->apiParams["productCode"] = $productCode; } public function getProductCode() { return $this->productCode; } public function getApiMethodName() { return 'suning.custom.productdetail.query'; } public function getApiParams() { return $this->apiParams; } public function check() { RequestCheckUtil::checkNotNull($this->productCode, 'productCode'); } public function getBizName(){ return "productDetail"; } } ?>