添加评论,帖子,用户指标获取,添加经验功能

pull/701/head
miaowuawa 1 year ago
parent ba22948628
commit c9a413e31f

@ -13,10 +13,10 @@ type TweetMetric struct {
PostId int64
IncentiveScore int
DecayFactor int
CommentCount int32
UpvoteCount int32
CollectionCount int32
ShareCount int32
CommentCount int64
UpvoteCount int64
CollectionCount int64
ShareCount int64
}
func (m *TweetMetric) RankScore(motivationFactor int) int64 {

Loading…
Cancel
Save