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

pull/701/head
miaowuawa 1 year ago
parent 05f3f3b77f
commit ba22948628

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

Loading…
Cancel
Save