We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe539d commit 07b030dCopy full SHA for 07b030d
server/resource/template/te/api.go.tpl
@@ -66,7 +66,7 @@ func Update{{.StructName}}(c *gin.Context) {
66
if err != nil {
67
response.FailWithMessage(fmt.Sprintf("更新失败,%v", err), c)
68
} else {
69
- response.OkWithMessage("删除成功", c)
+ response.OkWithMessage("更新成功", c)
70
}
71
72
0 commit comments