setUserParam($params, "order_sn", $this->orderSn); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ktt.order.get"; } public function setOrderSn($orderSn) { $this->orderSn = $orderSn; } }