Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
go_sku_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
35c626ac
authored
Oct 21, 2020
by
huangchengyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1.0
parent
f9b51644
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
cmd/http/build.bat
conf/dev/config.ini
controller/sku_controller.go
cmd/http/build.bat
0 → 100644
View file @
35c626ac
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
conf/dev/config.ini
View file @
35c626ac
;总配置信息
[web]
port
=
6
0004
port
=
9
0004
mode
=
debug
cors_domain
=
http://bom.liexin.com
...
...
controller/sku_controller.go
View file @
35c626ac
...
...
@@ -100,6 +100,7 @@ func Synchronization(ctx *gin.Context) {
common
.
Output
(
ctx
,
0
,
"查询成功"
,
temp
)
}
/*
健康监测
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment