From 4eb798070f2926d976d0f28b64c36da805890ee6 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 19 七月 2023 18:31:40 +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