feat: rbac迁移完成,并已部署至dev服务器

This commit is contained in:
Blizzard
2026-05-01 01:19:50 +08:00
parent f80a3dc064
commit 8b11068fef
250 changed files with 6314 additions and 13072 deletions
+5 -5
View File
@@ -166,11 +166,11 @@ service plant-api {
@doc "更新植物"
@handler UpdatePlant
put /my/update (UpdatePlantReq)
post /my/update (UpdatePlantReq)
@doc "删除植物"
@handler DeletePlant
delete /my/delete (IdsReq)
post /my/delete (IdsReq)
@doc "我的植物列表"
@handler GetMyPlantList
@@ -240,7 +240,7 @@ service plant-api {
@doc "删除帖子"
@handler DeletePost
delete /post/delete (IdsReq)
post /post/delete (IdsReq)
@doc "评论帖子"
@handler CommentPost
@@ -267,7 +267,7 @@ service plant-api {
@doc "删除话题"
@handler DeleteTopic
delete /topic/delete (IdsReq)
post /topic/delete (IdsReq)
}
@server (
@@ -323,7 +323,7 @@ service plant-api {
@doc "更新用户资料"
@handler UpdateUserProfile
put /profile/update (UpdateProfileReq)
post /profile/update (UpdateProfileReq)
}
@server (