This commit is contained in:
gazebo
2019-11-11 14:31:46 +08:00
parent 2cb74791e5
commit b0856aee47
2 changed files with 3 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ import (
)
const (
RefreshCommentTime = 3 * 24 * time.Hour // 此值必须大于24小时
RefreshCommentTime = 7 * 24 * time.Hour // 此值必须大于24小时
RefreshCommentTimeInterval = 60 * time.Minute
BAD_COMMENTS_MAX_MODIFY_TIME = 24 // 小时
BAD_COMMENTS_MAX_MODIFY_TIME = 24 * 6 // 小时
)
func (c *PurchaseHandler) StartRefreshComment() {