From a573bd527cfebe634a523121f09af979776e1a24 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Sun, 04 Jan 2026 17:10:28 +0800
Subject: [PATCH] feat(websocket): 重构OKX价格WebSocket客户端实现

---
 src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java b/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java
index ede6fdd..9cd7724 100644
--- a/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java
+++ b/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java
@@ -1,6 +1,6 @@
 package com.xcong.excoin.modules.newPrice.utils;
 
-import cc.mrbird.febs.common.exception.FebsException;
+import com.xcong.excoin.common.exception.FebsException;
 
 import java.util.LinkedHashMap;
 

--
Gitblit v1.9.1