ziwen há 2 anos atrás
pai
commit
ea9e490c2e
1 ficheiros alterados com 0 adições e 4 exclusões
  1. 0 4
      models/response/report.go

+ 0 - 4
models/response/report.go

@@ -9,8 +9,6 @@ type ReportDetail struct {
 	ReportChapterList []*ReportChapterListItem `json:"report_chapter_list"`
 	PermissionCheck   *PermissionCheckInfo     `json:"permission_check"`
 	AuthOk            bool                     `json:"auth_ok"`
-	LikeNum           int64                    `description:"点赞总数" json:"like_num"`
-	LikeEnabled       int8                     `description:"是否已点赞: 0-未点赞 1-已点赞" json:"like_enabled"`
 }
 
 type ReportChapterListItem struct {
@@ -74,8 +72,6 @@ type ReportChapterDetail struct {
 	PermissionCheck        *PermissionCheckInfo    `json:"permission_check"`
 	ReportChapterMenuList  []*ReportChapterMenu    `json:"report_chapter_menu_list"`
 	AuthOk                 bool                    `json:"auth_ok"`
-	LikeNum                int64  `description:"点赞总数" json:"like_num"`
-	LikeEnabled            int8 `description:"是否已点赞: 0-未点赞 1-已点赞" json:"like_enabled"`
 }
 
 type ReportChapterMenu struct {