Aucune description

zoie 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
.idea cf41ea76e8 2023-04-25 il y a 1 an
Nats 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
conf 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
controllers 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
lib 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
logs 13822b370c update: 日志 il y a 1 an
models 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
routers 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
script 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
static d6d260e998 add:导出pdf添加报告专用章 il y a 3 mois
tests 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
.gitignore 8efe6713db update: 修改表名 il y a 1 an
ColdVerify_server.go 43fc861c16 add:验证模板分类 il y a 1 an
Makefile 8efe6713db update: 修改表名 il y a 1 an
README.md 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
Z_Build.bat b9bd176e7b first commit il y a 2 ans
go.mod 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
go.sum 87857c540a 代码提交-通知管理 任务管理 il y a 1 mois
nohup.out c98f092b75 ADD:更新校准证书与布局编号关联 il y a 5 mois
run.sh b9bd176e7b first commit il y a 2 ans
test.log b9bd176e7b first commit il y a 2 ans

README.md

ColdVerify_server

冷链验证报告系统

项目部署

安装python依赖

pip install PyPDF2

1、修改配置文件

conf/app.conf

2、打包linux二进制包

GOOS=linux GOARCH=amd64 go build ColdVerify_server.go

3、启动服务

./ColdVerify_server