daShangDao_psiWebApp/verifyTool
97694731 520712bfab
Some checks failed
CI / build (18.x) (push) Failing after 31m9s
CI / build (20.x) (push) Failing after 1m34s
CI / deploy-preview (push) Has been skipped
CI / lint (push) Failing after 1m35s
CI / test (push) Failing after 33s
CI / security (push) Failing after 34s
程序所在位置
2026-06-26 16:51:51 +08:00
..
.idea 1 2026-06-15 18:09:39 +08:00
cmd/server 1 2026-06-15 18:09:39 +08:00
config 1 2026-06-15 18:09:39 +08:00
data 1 2026-06-15 18:09:39 +08:00
internal 1 2026-06-15 18:09:39 +08:00
launcher first commit 2026-06-03 10:53:47 +08:00
go.mod 1 2026-06-15 18:09:39 +08:00
go.sum 1 2026-06-15 18:09:39 +08:00
kfz-goods-pricing.exe 1 2026-06-15 18:09:39 +08:00
kfzgs-launcher-start.bat 程序所在位置 2026-06-26 16:51:51 +08:00
kfzgs-launcher.exe first commit 2026-06-03 10:53:47 +08:00
kfzgs-launcher.ps1 程序所在位置 2026-06-26 16:51:51 +08:00
launcher-config.json 程序所在位置 2026-06-26 16:51:51 +08:00
README.md 1 2026-06-15 18:09:39 +08:00
setup.bat 程序所在位置 2026-06-26 16:51:51 +08:00
verifyTool.tar 1 2026-06-15 18:09:39 +08:00
使用说明.txt 1 2026-06-15 18:09:39 +08:00

kfz-goods-pricing

商品定价服务

项目结构

kfz-goods-pricing/
├── cmd/
│   └── server/        # 应用入口
├── internal/
│   ├── handler/       # HTTP 处理器
│   ├── service/       # 业务逻辑
│   └── repository/    # 数据访问
├── pkg/               # 公共库
├── configs/           # 配置文件
├── go.mod
└── README.md

运行

go run cmd/server/main.go