广告平台(站长下代理使用)
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
huangjiajun a49b9c76d9 更新 18 시간 전
app 更新 18 시간 전
bin first commit 1 개월 전
cmd/task update 1 개월 전
docs 更新 2 주 전
etc 1 1 개월 전
k8s update k8s 6 일 전
static/html first commit 1 개월 전
test first commit 1 개월 전
.gitignore first commit 1 개월 전
Dockerfile first commit 1 개월 전
Dockerfile-task first commit 1 개월 전
Makefile first commit 1 개월 전
README.md update 1 개월 전
build.sh 资质 1 개월 전
cmd_dao.bat first commit 1 개월 전
cmd_db.bat first commit 1 개월 전
cmd_db.sh first commit 1 개월 전
cmd_implement.bat first commit 1 개월 전
cmd_run.bat first commit 1 개월 전
cmd_run.sh first commit 1 개월 전
cmd_task.bat first commit 1 개월 전
cmd_task.sh first commit 1 개월 전
go.mod 更新 6 일 전
main.go update 1 개월 전
wap.conf first commit 1 개월 전
zyos-mall-deployment.yaml first commit 1 개월 전

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