From c4c7d2598d2eeb10aa6f4c8c82144846160e321f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 21 八月 2023 10:16:48 +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