From 8bf1cad94113d5c604e95e370cf068efdea87d27 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 30 八月 2023 09:43:49 +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