From 9ec9a4987cb5fe4a3bd39d61029add5c51d3ab92 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 02 十二月 2023 11:00:26 +0800
Subject: [PATCH] 添加来源

---
 model/response/response.go |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/model/response/response.go b/model/response/response.go
index cc15773..0c6991f 100644
--- a/model/response/response.go
+++ b/model/response/response.go
@@ -349,4 +349,8 @@
 		List  []*model.CollectionProjection `json:"list"`
 		Count int                           `json:"count"`
 	}
+
+	ContactInformationResponse struct {
+		List []*model.ContactInformation `json:"list"`
+	}
 )

--
Gitblit v1.8.0