orderSource; } public function setOrderSource($orderSource) { $this->orderSource = $orderSource; $this->apiParams["orderSource"] = $orderSource; } public function getCancelType() { return $this->cancelType; } public function setCancelType($cancelType) { $this->cancelType = $cancelType; $this->apiParams["cancelType"] = $cancelType; } public function getOutOrderId() { return $this->outOrderId; } public function setOutOrderId($outOrderId) { $this->outOrderId = $outOrderId; $this->apiParams["outOrderId"] = $outOrderId; } public function getApiMethodName(){ return 'suning.fourps.order.delete'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->orderSource, 'orderSource'); RequestCheckUtil::checkNotNull($this->cancelType, 'cancelType'); RequestCheckUtil::checkNotNull($this->outOrderId, 'outOrderId'); } public function getBizName(){ return "deleteOrder"; } } ?>