orderCode = $orderCode; $this->apiParams["orderCode"] = $orderCode; } public function getOrderCode() { return $this -> orderCode; } public function getApiMethodName() { return 'suning.custom.singlerejected.get'; } public function getApiParams() { return $this->apiParams; } public function check() { RequestCheckUtil::checkNotNull($this -> orderCode, 'orderCode'); } public function getBizName(){ return "singleGetRejected"; } } ?>