广告平台(总站长使用)
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.
 
 
 
 
 
 
dengbiao 3c90c8deb0 update 4 months ago
app update 4 months ago
bin first commit 4 months ago
cmd/task first commit 4 months ago
docs 回退 4 months ago
etc update 4 months ago
k8s update 4 months ago
static update 4 months ago
test first commit 4 months ago
.gitignore first commit 4 months ago
Dockerfile first commit 4 months ago
Dockerfile-task first commit 4 months ago
Makefile first commit 4 months ago
README.md update 4 months ago
build.sh first commit 4 months ago
cmd_dao.bat first commit 4 months ago
cmd_db.bat update 4 months ago
cmd_db.sh first commit 4 months ago
cmd_implement.bat first commit 4 months ago
cmd_run.bat first commit 4 months ago
cmd_run.sh first commit 4 months ago
cmd_task.bat first commit 4 months ago
cmd_task.sh first commit 4 months ago
go.mod 1 4 months ago
main.go update 4 months ago
wap.conf first commit 4 months ago
zyos-mall-deployment.yaml first commit 4 months 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

>  swagger 命令行工具
go get -u github.com/swaggo/swag/cmd/swag

//go版本1.16之前使用该命令
go install github.com/swaggo/swag/cmd/swag
//go版本1.16版本以及之后的版本使用该命令
go install github.com/swaggo/swag/cmd/swag@latest

>  swagger 依赖
go get "github.com/swaggo/files"
go get "github.com/swaggo/gin-swagger"


>  生成
swag init