From 6c3cafb8e134685137c8a37f123f6aee18d63006 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:06:05 +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 885e94f..a2f82eb 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -5,6 +5,7 @@ ) type Group struct { + OrderTypeApi ReportSourceApi IsVisitApi SolveRateApi @@ -108,4 +109,5 @@ solveRateService = service.ServiceGroup.SolveRateService isVisitService = service.ServiceGroup.IsVisitService reportSourceService = service.ServiceGroup.ReportSourceService + orderTypeService = service.ServiceGroup.OrderTypeService ) \ No newline at end of file -- Gitblit v1.8.0