From a53591167bf111ffc0eb2cb129aa7ff8b4cb470d Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 15 八月 2023 19:34:22 +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 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