修改文字说明错误
This commit is contained in:
parent
efe539dbd2
commit
07b030d9a8
|
@ -66,7 +66,7 @@ func Update{{.StructName}}(c *gin.Context) {
|
|||
if err != nil {
|
||||
response.FailWithMessage(fmt.Sprintf("更新失败,%v", err), c)
|
||||
} else {
|
||||
response.OkWithMessage("删除成功", c)
|
||||
response.OkWithMessage("更新成功", c)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue