From 5a2467391f4508c175752dad7f3ccb571e68af52 Mon Sep 17 00:00:00 2001 From: Odboy Date: Sun, 4 Feb 2024 19:15:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B7=AF=E7=94=B1=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0cee65a..c221518 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ https://gin-gonic.com/docs/quickstart https://gorm.io/zh_CN/docs/index.html ``` +### 结构说明 +```text +1、所有API接口必须在"src/infra/bind_api.go"上定义与"gin.HandlerFunc"的绑定关系 +2、所有API接口必须在"system_router"表中定义 +``` + ### golang版本 ```text