From 5175edfc6e1b09bf34672479ea5784e529a570f1 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 23 Dec 2025 16:31:36 +0800
Subject: [PATCH] chore(config): 更新模拟盘账户API密钥配置

---
 src/main/java/com/xcong/excoin/modules/coin/parameter/dto/InOrderCoinDto.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/coin/parameter/dto/InOrderCoinDto.java b/src/main/java/com/xcong/excoin/modules/coin/parameter/dto/InOrderCoinDto.java
index b69daf2..2a54cf0 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/parameter/dto/InOrderCoinDto.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/parameter/dto/InOrderCoinDto.java
@@ -9,7 +9,7 @@
 import lombok.Data;
 
 @Data
-@ApiModel(value = "进入交易页面参数接收类", description = "进入交易页面参数接收类")
+@ApiModel(value = "InOrderCoinDto", description = "进入交易页面参数接收类")
 public class InOrderCoinDto {
 
 	@NotNull(message = "划转金额不能为空")

--
Gitblit v1.9.1