Browse Source

修复api自动入库获取列表的分组不正确的bug

main
QM303176530 4 years ago
parent
commit
0b09772179
  1. 2
      server/api/v1/sys_auto_code.go

2
server/api/v1/sys_auto_code.go

@ -50,7 +50,7 @@ func CreateTemp(c *gin.Context) {
{ {
Path: "/" + a.Abbreviation + "/" + "get" + a.StructName + "List", Path: "/" + a.Abbreviation + "/" + "get" + a.StructName + "List",
Description: "获取" + a.StructName + "列表", Description: "获取" + a.StructName + "列表",
ApiGroup: a.StructName,
ApiGroup: a.Abbreviation,
Method: "GET", Method: "GET",
}, },
} }

Loading…
Cancel
Save