orderId; } public function setOrderId($orderId) { $this->orderId = $orderId; $this->apiParams["orderId"] = $orderId; } public function getOrderDetailId() { return $this->orderDetailId; } public function setOrderDetailId($orderDetailId) { $this->orderDetailId = $orderDetailId; $this->apiParams["orderDetailId"] = $orderDetailId; } public function getApiMethodName(){ return 'suning.fws.historyorder.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "getHistoryOrder"; } } ?>