package response type RespLike struct { LikeNum int64 `description:"点赞总数" json:"like_num"` LikeEnabled int8 `description:"本次点赞结果: 0-已取消赞 1-有效赞" json:"like_enabled"` }