setUserParam($params, "order_id", $this->orderId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.train.cancel.reserve"; } public function setOrderId($orderId) { $this->orderId = $orderId; } }