From e967bf3d3206041d315e88fbc691cb6476ee25ea Mon Sep 17 00:00:00 2001 From: Lansongxx Date: Wed, 27 Mar 2024 13:34:13 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B8=96=E5=AD=90?= =?UTF-8?q?=E7=82=B9=E8=B5=9E=E6=98=BE=E7=A4=BA=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kitex_gen/cloudmind/core_api/content.pb.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kitex_gen/cloudmind/core_api/content.pb.go b/kitex_gen/cloudmind/core_api/content.pb.go index 2efd8ab..5c2b789 100644 --- a/kitex_gen/cloudmind/core_api/content.pb.go +++ b/kitex_gen/cloudmind/core_api/content.pb.go @@ -4437,8 +4437,8 @@ type GetPostResp struct { CommentCount int64 `protobuf:"varint,9,opt,name=commentCount,proto3" json:"commentCount,omitempty"` // 评论量 ShareCount int64 `protobuf:"varint,10,opt,name=shareCount,proto3" json:"shareCount,omitempty"` // 分享量 CollectCount int64 `protobuf:"varint,11,opt,name=collectCount,proto3" json:"collectCount,omitempty"` // 收藏量 - Liked bool `protobuf:"varint,12,opt,name=Liked,proto3" json:"Liked,omitempty"` // - Collected bool `protobuf:"varint,13,opt,name=Collected,proto3" json:"Collected,omitempty"` + Liked bool `protobuf:"varint,12,opt,name=liked,proto3" json:"liked,omitempty"` // + Collected bool `protobuf:"varint,13,opt,name=collected,proto3" json:"collected,omitempty"` CreateTime int64 `protobuf:"varint,14,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateTime int64 `protobuf:"varint,15,opt,name=updateTime,proto3" json:"updateTime,omitempty"` } @@ -6693,10 +6693,10 @@ var file_cloudmind_core_api_content_proto_rawDesc = []byte{ 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x73, 0x68, 0x61, 0x72, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x69, 0x6b, 0x65, 0x64, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x12, 0x1c, 0x0a, - 0x09, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x09, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, + 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6b, 0x65, 0x64, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x12, 0x1c, 0x0a, + 0x09, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x09, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52,