From 52332f3bda269e5bd777ccee3d8dc68783b83499 Mon Sep 17 00:00:00 2001 From: truthhun <1272881215@qq.com> Date: Tue, 30 Jan 2024 12:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/data.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/data.go b/model/data.go index d3b3d34..f0f3281 100644 --- a/model/data.go +++ b/model/data.go @@ -83,6 +83,8 @@ func getPermissions() (permissions []Permission) { {Title: "删除广告", Description: "", Method: "GRPC", Path: "/api.v1.AdvertisementAPI/DeleteAdvertisement"}, {Title: "获取搜索记录列表", Description: "", Method: "GRPC", Path: "/api.v1.SearchRecordAPI/ListSearchRecord"}, {Title: "删除搜索记录", Description: "", Method: "GRPC", Path: "/api.v1.SearchRecordAPI/DeleteSearchRecord"}, + {Title: "更新评论", Description: "", Method: "GRPC", Path: "/api.v1.CommentAPI/UpdateComment"}, + {Title: "文档审核", Description: "", Method: "GRPC", Path: "/api.v1.DocumentAPI/CheckDocument"}, } return }