智慧食堂
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
dengbiao 1c16e7086f 1 1ヶ月前
app 1 1ヶ月前
bin init project 1年前
cmd/task update 1年前
docs 1 3ヶ月前
static add 菜谱 1ヶ月前
.gitignore update 1年前
Makefile init project 1年前
README.md init project 1年前
cmd_db.bat add 单笔微信转账给用户 4ヶ月前
cmd_db.sh init project 1年前
cmd_run.bat init project 1年前
cmd_run.sh init project 1年前
cmd_task.bat init project 1年前
cmd_task.sh init project 1年前
go.mod add mq 2ヶ月前
main.go update 2ヶ月前
main_back.go update 2ヶ月前
static消费明细表_1694180739026.xlsx update 1年前
wap.conf init project 1年前

README.md

smart_canteen

  • 智慧食堂

要看 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