userId; } public function setUserId($userId) { $this->userId = $userId; $this->apiParams["userId"] = $userId; } public function getItemcode() { return $this->itemcode; } public function setItemcode($itemcode) { $this->itemcode = $itemcode; $this->apiParams["itemcode"] = $itemcode; } public function getOrderId() { return $this->orderId; } public function setOrderId($orderId) { $this->orderId = $orderId; $this->apiParams["orderId"] = $orderId; } public function getApiMethodName(){ return 'suning.cloud.orderrel.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->userId, 'userId'); RequestCheckUtil::checkNotNull($this->itemcode, 'itemcode'); RequestCheckUtil::checkNotNull($this->orderId, 'orderId'); } public function getBizName(){ return "getOrderRel"; } } ?>