广告平台(媒体使用)
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
dengbiao 4f5295a053 first commit hace 1 mes
app first commit hace 1 mes
bin first commit hace 1 mes
cmd/task first commit hace 1 mes
docs first commit hace 1 mes
etc first commit hace 1 mes
k8s first commit hace 1 mes
static/html first commit hace 1 mes
test first commit hace 1 mes
.gitignore first commit hace 1 mes
Dockerfile first commit hace 1 mes
Dockerfile-task first commit hace 1 mes
Makefile first commit hace 1 mes
README.md first commit hace 1 mes
build.sh first commit hace 1 mes
cmd_dao.bat first commit hace 1 mes
cmd_db.bat first commit hace 1 mes
cmd_db.sh first commit hace 1 mes
cmd_implement.bat first commit hace 1 mes
cmd_run.bat first commit hace 1 mes
cmd_run.sh first commit hace 1 mes
cmd_task.bat first commit hace 1 mes
cmd_task.sh first commit hace 1 mes
go.mod first commit hace 1 mes
main.go first commit hace 1 mes
wap.conf first commit hace 1 mes
zyos-mall-deployment.yaml first commit hace 1 mes

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