diff --git a/core/server.go b/core/server.go index db07471de5a90e2536ae127c8500813bbc062257..db72987a3b5175cc31ab7878d5fa82cfc2b8dde6 100644 --- a/core/server.go +++ b/core/server.go @@ -33,6 +33,7 @@ func RunWindowsServer() { 微信公众号: 编程者联盟 默认自动化文档地址: http://127.0.0.1%s/swagger/index.html 默认前端文件运行地址: http://127.0.0.1:8080 + 合作邮箱:xdorg1268@163.com `, address) global.GVA_LOG.Error(s.ListenAndServe().Error()) }