广告平台(媒体使用)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 1 mois
il y a 1 mois
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # 广告媒体平台
  2. ## 要看 nginx.conf 和 wap conf
  3. ## 层级介绍
  4. - hdl 做接收数据的报错, 数据校验
  5. - svc 做数据处理的报错, 数据转换
  6. - lib 只抛出错误给hdl或者svc进行处理, 不做数据校验
  7. - db 可以处理db错误,其它错误返回给svc进行处理
  8. - mw 中间件
  9. - md 结构体
  10. #### 介绍
  11. 基于gin的接口小程序
  12. #### 软件架构
  13. 软件架构说明
  14. #### 安装教程
  15. 1. xxxx
  16. 2. xxxx
  17. 3. xxxx
  18. #### 使用说明
  19. 1. xxxx
  20. 2. xxxx
  21. 3. xxxx
  22. #### 参与贡献
  23. 1. Fork 本仓库
  24. 2. 新建 Feat_xxx 分支
  25. 3. 提交代码
  26. 4. 新建 Pull Request
  27. ## swagger
  28. ```
  29. // 参考:https://segmentfault.com/a/1190000013808421
  30. // 安装命令行
  31. go get -u github.com/swaggo/swag/cmd/swag
  32. // 生成
  33. swag init
  34. ```