🎨 新增轮播图修改状态接口

This commit is contained in:
2023-11-10 13:32:04 +08:00
parent 1cf8afb7ba
commit 8d71e58734
4 changed files with 29 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ func RunWindowsServer() {
// 保证文本顺序输出
// In order to ensure that the text order output can be deleted
time.Sleep(10 * time.Microsecond)
global.GVA_LOG.Info("server.exe.exe run success on ", zap.String("address", address))
global.GVA_LOG.Info("server run success on ", zap.String("address", address))
global.GVA_LOG.Error(s.ListenAndServe().Error())
}