From 10b943c57c9e80414df1143114f7ee72fd7a6a67 Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Thu, 7 May 2020 17:49:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9C=B0=E5=8C=BA?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/api/v1/sys_auto_code.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/v1/sys_auto_code.go b/server/api/v1/sys_auto_code.go index bd3c7e76..a4a146ff 100644 --- a/server/api/v1/sys_auto_code.go +++ b/server/api/v1/sys_auto_code.go @@ -39,7 +39,7 @@ func CreateTemp(c *gin.Context) { Path: "/" + a.Abbreviation + "/" + "update" + a.StructName, Description: "更新" + a.StructName, ApiGroup: a.Abbreviation, - Method: "POST", + Method: "PUT", }, { Path: "/" + a.Abbreviation + "/" + "find" + a.StructName, From 828dc6cfe8b5583b617eff08f8cba4bfa56c24d7 Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Fri, 8 May 2020 09:45:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh_CN.md | 8 ++++++++ README.md | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index 96af8fd7..eb281f7c 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -146,6 +146,14 @@ swag init  +
架构图
+ + + + + +前端结构图 提供者:baobeisuper + ``` ├─server (后端文件夹) │ ├─api (API) diff --git a/README.md b/README.md index 4f632b82..80225946 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,13 @@ After executing the above command,`docs` will show in `server/`,then open yo  +Architecture diagram
+ + + + +Front-end Architecture diagram Provider:baobeisuper + ``` ├─server (backend) │ ├─api (API entrance)