删除地区编码数据
This commit is contained in:
parent
06c2e5639c
commit
10b943c57c
|
@ -39,7 +39,7 @@ func CreateTemp(c *gin.Context) {
|
||||||
Path: "/" + a.Abbreviation + "/" + "update" + a.StructName,
|
Path: "/" + a.Abbreviation + "/" + "update" + a.StructName,
|
||||||
Description: "更新" + a.StructName,
|
Description: "更新" + a.StructName,
|
||||||
ApiGroup: a.Abbreviation,
|
ApiGroup: a.Abbreviation,
|
||||||
Method: "POST",
|
Method: "PUT",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Path: "/" + a.Abbreviation + "/" + "find" + a.StructName,
|
Path: "/" + a.Abbreviation + "/" + "find" + a.StructName,
|
||||||
|
|
Loading…
Reference in New Issue