Commit 35c626ac by huangchengyi

1.0

parent f9b51644
SET CGO_ENABLED=0
SET GOARCH=amd64
SET GOOS=linux
go build -o http http_server.go
SET CGO_ENABLED=1
SET GOARCH=
SET GOOS=windows
;总配置信息 ;总配置信息
[web] [web]
port = 60004 port = 90004
mode = debug mode = debug
cors_domain = http://bom.liexin.com cors_domain = http://bom.liexin.com
......
...@@ -100,6 +100,7 @@ func Synchronization(ctx *gin.Context) { ...@@ -100,6 +100,7 @@ func Synchronization(ctx *gin.Context) {
common.Output(ctx,0,"查询成功",temp) common.Output(ctx,0,"查询成功",temp)
} }
/* /*
健康监测 健康监测
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment