From 776e50f1481cfc884048f16e9a3c98bfa1c681a8 Mon Sep 17 00:00:00 2001 From: Leufolium Date: Thu, 11 Apr 2024 18:19:34 +0800 Subject: [PATCH] by Robin at 20240411 --- api/proto/zone/proto/zone_vo_api.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/proto/zone/proto/zone_vo_api.go b/api/proto/zone/proto/zone_vo_api.go index 05da4480..8ce52c34 100644 --- a/api/proto/zone/proto/zone_vo_api.go +++ b/api/proto/zone/proto/zone_vo_api.go @@ -13,9 +13,6 @@ type ApiZoneVO struct { VisitorRole int64 `json:"visitor_role"` Previews *dbstruct.MediaComponent `json:"previews"` Expenditure int64 `json:"expenditure"` - ZoneMomentCount int64 `json:"zone_moment_count"` - ImageCount int64 `json:"image_count"` - VideoCount int64 `json:"video_count"` } func (vo *ApiZoneVO) GetMid() int64 {