广告平台(站长使用)
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
huangjiajun 5451db829d 更新 há 2 semanas
app 更新 há 2 semanas
bin Initial commit há 1 mês
cmd/task Initial commit há 1 mês
docs 更新 há 2 semanas
etc 1 há 1 mês
k8s 更改 há 1 mês
static/html Initial commit há 1 mês
test update há 1 mês
.gitignore Initial commit há 1 mês
Dockerfile Initial commit há 1 mês
Dockerfile-task Initial commit há 1 mês
Makefile Initial commit há 1 mês
README.md update há 1 mês
build.sh 资质 há 1 mês
cmd_dao.bat update há 1 mês
cmd_db.bat update há 1 mês
cmd_db.sh Initial commit há 1 mês
cmd_implement.bat update há 1 mês
cmd_run.bat Initial commit há 1 mês
cmd_run.sh Initial commit há 1 mês
cmd_task.bat Initial commit há 1 mês
cmd_task.sh Initial commit há 1 mês
go.mod 更新 há 2 semanas
main.go 更新 há 2 semanas
wap.conf Initial commit há 1 mês
zyos-mall-deployment.yaml Initial commit há 1 mês

README.md

广告站长平台

要看 nginx.conf 和 wap conf

层级介绍

  • hdl 做接收数据的报错, 数据校验
  • svc 做数据处理的报错, 数据转换
  • lib 只抛出错误给hdl或者svc进行处理, 不做数据校验
  • db 可以处理db错误,其它错误返回给svc进行处理
  • mw 中间件
  • md 结构体

介绍

基于gin的接口小程序

软件架构

软件架构说明

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

swagger

// 参考:https://segmentfault.com/a/1190000013808421
// 安装命令行
go get -u github.com/swaggo/swag/cmd/swag
// 生成
swag init