From 4324117e156e063cb2a266151724690bd295e180 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 18 七月 2023 19:38:42 +0800 Subject: [PATCH] fix --- api/v1/index.go | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/api/v1/index.go b/api/v1/index.go index f8911cf..1985418 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -44,6 +44,10 @@ ServiceFollowupApi CustomerServiceSheetApi ServiceFeeManageApi + AuthorityApi + MenuApi + GetAllDataApi + DepartmentApi } var ApiGroup = new(Group) @@ -87,4 +91,9 @@ serviceFollowupService = service.ServiceGroup.FollowupService customerServiceSheetService = service.ServiceGroup.CustomerServiceSheetService serviceFeeManageService = service.ServiceGroup.FeeManageService + casbinService = service.ServiceGroup.CasbinService + authorityService = service.ServiceGroup.AuthorityService + menuService = service.ServiceGroup.MenuService + allDataServer = service.ServiceGroup.DataServer + departmentService = service.ServiceGroup.DepartmentService ) -- Gitblit v1.8.0