From e5ff8673f658e24d4f5fafc4616eebd7ae9214e3 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Fri, 26 Dec 2025 10:29:22 +0800 Subject: [PATCH] refactor(symbols): 移除K线详情接口的参数验证检查 --- 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