From 71acc6fbca173323d3dfbb201425eeab2029b8a3 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 19 四月 2024 01:32:26 +0800
Subject: [PATCH] 调整配置文件位置

---
 controller/systemCtl.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/controller/systemCtl.go b/controller/systemCtl.go
index 9fa0a77..b933623 100644
--- a/controller/systemCtl.go
+++ b/controller/systemCtl.go
@@ -109,6 +109,7 @@
 
 // 鏃堕棿鏍″噯
 func (s SystemController) Time(c *gin.Context) {
+	//iTime, _ := strconv.ParseInt(time.Now().Format("20060102150405"), 10, 64)
 	rspMsg := vo.ResponseSystemTime{
 		VIIDServerID: config.ServeConf.ID,
 		LocalTime:    time.Now().Format("20060102150405"),

--
Gitblit v1.8.0