productCode = $productCode; $this->apiParams["productCode"] = $productCode; } public function getProductCode() { return $this->productCode; } public function setItemCode($itemCode) { $this->itemCode = $itemCode; $this->apiParams["itemCode"] = $itemCode; } public function getItemCode() { return $this->itemCode; } public function getApiMethodName() { return 'suning.custom.price.get'; } public function getApiParams() { return $this->apiParams; } public function check() { } public function getBizName(){ return "getPrice"; } } ?>