From 98346956b542835eb8d59e94bfbf5d47f799f2dd Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期一, 11 八月 2025 08:59:19 +0800
Subject: [PATCH] 赛事模块

---
 cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/three/PlatformUtil.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/three/PlatformUtil.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/three/PlatformUtil.java
index ef136d7..eaad984 100644
--- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/three/PlatformUtil.java
+++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/three/PlatformUtil.java
@@ -368,7 +368,6 @@
 		String response = PlatformUtil.doPostJson(host+url,req.getContent(),headers);
 		return JSONObject.parseObject(response);
 	}
-//	public static void main(String[] args) {
-//	}
+
 }
 

--
Gitblit v1.7.1