fix(park):修改园区信息编辑时给出的提示。
This commit is contained in:
parent
7f43965f1c
commit
c302b32367
|
@ -159,7 +159,7 @@ func modifySpecificPark(c *fiber.Ctx) error {
|
|||
parkLog.Error("无法更新园区信息。", zap.String("park id", parkId), zap.String("user id", session.Uid), zap.Error(err))
|
||||
return result.Error(http.StatusInternalServerError, err.Error())
|
||||
}
|
||||
return result.Updated("已获取到指定园区的详细信息")
|
||||
return result.Updated("已更新指定园区的详细信息")
|
||||
}
|
||||
|
||||
// 修改指定园区的可用性
|
||||
|
|
Loading…
Reference in New Issue
Block a user