mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-04 11:01:26 +08:00
【新增】对象存储
This commit is contained in:
@@ -81,7 +81,7 @@ func (p *{{.ClassName}}Api) Update{{.ClassName}}(rc *ctx.ReqCtx) {
|
||||
var data entity.{{.ClassName}}
|
||||
ginx.BindJsonAndValid(rc.GinCtx, &data)
|
||||
|
||||
p.{{.ClassName}}App.Update(post)
|
||||
p.{{.ClassName}}App.Update(data)
|
||||
}
|
||||
|
||||
// @Summary 删除{{.FunctionName}}
|
||||
|
||||
Reference in New Issue
Block a user