From c5a0eb549cba2cd358a2d0496c44f3a289f15d9c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 28 八月 2023 14:22:06 +0800 Subject: [PATCH] fix --- 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 b1d7c1e..b7d9326 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -66,6 +66,7 @@ SatisfactionApi AssignApi CollectionProjectionApi + ContactInformationApi } var ApiGroup = new(Group) @@ -132,4 +133,5 @@ currencyService = service.ServiceGroup.CurrencyService assignService = service.ServiceGroup.AssignService collectionProjectionService = service.ServiceGroup.CollectionProjectionService + contactInformationService = service.ServiceGroup.ContactInformationService ) -- Gitblit v1.8.0