From 68d7ec0c0b2e2d3caf7f52479b5a3923ec7bbfe2 Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Thu, 7 May 2020 17:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9C=B0=E5=8C=BA=E7=BC=96?= =?UTF-8?q?=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,