Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afb58f8

Browse files
committed
Update resource.go
回滚
1 parent 6e15b38 commit afb58f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/controller/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (ResourceController) Modify(ctx echo.Context) error {
155155
if err == logic.NotModifyAuthorityErr {
156156
return ctx.String(http.StatusForbidden, "没有权限修改")
157157
}
158-
return fail(ctx, 2, "内部服务错误,请稍候再试!!")
158+
return fail(ctx, 2, "内部服务错误,请稍候再试!")
159159
}
160160

161161
return success(ctx, nil)

0 commit comments

Comments
 (0)