From a35c7eb12dcce7c650025ba4d801d6ad6f1053c4 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 13 七月 2023 18:07:06 +0800 Subject: [PATCH] add --- api/v1/index.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/api/v1/index.go b/api/v1/index.go index a79e9fd..f8911cf 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -43,6 +43,7 @@ OrderManageApi ServiceFollowupApi CustomerServiceSheetApi + ServiceFeeManageApi } var ApiGroup = new(Group) @@ -85,4 +86,5 @@ orderManageService = service.ServiceGroup.OrderManageService serviceFollowupService = service.ServiceGroup.FollowupService customerServiceSheetService = service.ServiceGroup.CustomerServiceSheetService + serviceFeeManageService = service.ServiceGroup.FeeManageService ) -- Gitblit v1.8.0