广告平台(站长下代理使用)
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 622c8aa10d 更新 há 1 dia
app 更新 há 1 dia
bin first commit há 1 mês
cmd/task update há 1 mês
docs 更新 há 2 semanas
etc 1 há 1 mês
k8s update k8s há 6 dias
static/html first commit há 1 mês
test first commit há 1 mês
.gitignore first commit há 1 mês
Dockerfile first commit há 1 mês
Dockerfile-task first commit há 1 mês
Makefile first commit há 1 mês
README.md update há 1 mês
build.sh 资质 há 1 mês
cmd_dao.bat first commit há 1 mês
cmd_db.bat first commit há 1 mês
cmd_db.sh first commit há 1 mês
cmd_implement.bat first commit há 1 mês
cmd_run.bat first commit há 1 mês
cmd_run.sh first commit há 1 mês
cmd_task.bat first commit há 1 mês
cmd_task.sh first commit há 1 mês
go.mod 更新 há 6 dias
main.go update há 1 mês
wap.conf first commit há 1 mês
zyos-mall-deployment.yaml first 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