广告平台(站长使用)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
huangjiajun 22d92ea7d5 更新 11 hours ago
app 更新 11 hours ago
bin Initial commit 1 month ago
cmd/task Initial commit 1 month ago
docs 更新 1 week ago
etc 1 1 month ago
k8s update k8s 5 days ago
static/html Initial commit 1 month ago
test update 1 month ago
.gitignore Initial commit 1 month ago
Dockerfile Initial commit 1 month ago
Dockerfile-task Initial commit 1 month ago
Makefile Initial commit 1 month ago
README.md update 1 month ago
build.sh 资质 1 month ago
cmd_dao.bat update 1 month ago
cmd_db.bat update 1 month ago
cmd_db.sh Initial commit 1 month ago
cmd_implement.bat update 1 month ago
cmd_run.bat Initial commit 1 month ago
cmd_run.sh Initial commit 1 month ago
cmd_task.bat Initial commit 1 month ago
cmd_task.sh Initial commit 1 month ago
go.mod 1 5 days ago
main.go 更新 2 weeks ago
wap.conf Initial commit 1 month ago
zyos-mall-deployment.yaml Initial commit 1 month ago

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