mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-22 02:27:57 +00:00
Unified return structure
This commit is contained in:
@@ -140,5 +140,4 @@ func DeleteDictType(c *gin.Context) {
|
||||
result, err := data.BatchDelete(IDS)
|
||||
tools.HasError(err, "修改失败", 500)
|
||||
app.OK(c, result, "删除成功")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user