From 46f410ae18f22f5e9a8368f0ea7c721863d18fce Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 02 八月 2023 17:22:35 +0800 Subject: [PATCH] fix --- model/request/contact.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/model/request/contact.go b/model/request/contact.go index 1c39699..3156038 100644 --- a/model/request/contact.go +++ b/model/request/contact.go @@ -31,3 +31,7 @@ PageInfo Keyword string `json:"keyword"` } + +type DeleteContact struct { + Ids []int `json:"ids"` +} -- Gitblit v1.8.0