From 5f00d720ea52ababeb10954da4d33ab6c46e93b7 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 14 七月 2023 17:47:13 +0800
Subject: [PATCH] add

---
 api/v1/index.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/api/v1/index.go b/api/v1/index.go
index f8911cf..c1f205a 100644
--- a/api/v1/index.go
+++ b/api/v1/index.go
@@ -44,6 +44,8 @@
 	ServiceFollowupApi
 	CustomerServiceSheetApi
 	ServiceFeeManageApi
+	AuthorityApi
+	MenuApi
 }
 
 var ApiGroup = new(Group)
@@ -87,4 +89,7 @@
 	serviceFollowupService      = service.ServiceGroup.FollowupService
 	customerServiceSheetService = service.ServiceGroup.CustomerServiceSheetService
 	serviceFeeManageService     = service.ServiceGroup.FeeManageService
+	casbinService               = service.ServiceGroup.CasbinService
+	authorityService            = service.ServiceGroup.AuthorityService
+	menuService                 = service.ServiceGroup.MenuService
 )

--
Gitblit v1.8.0