diff --git a/business/jxcallback/orderman/oder_comment.go b/business/jxcallback/orderman/oder_comment.go index 7112b0492..958ff4496 100644 --- a/business/jxcallback/orderman/oder_comment.go +++ b/business/jxcallback/orderman/oder_comment.go @@ -27,7 +27,7 @@ const ( COMMENTS_SCORE_FOUR_ORFIVE_BEGIN_DELAY_TIME = 2 * 60 //评论回复四星或五星回复延迟开始时间区间 COMMENTS_SCORE_FOUR_ORFIVE_END_DELAY_TIME = 5 * 60 //评论回复四星或五星回复延迟结束时间区间 - MAX_REAPLY_TIME = 2 * time.Hour + MAX_REAPLY_TIME = 18 * time.Hour ) type tReplyConfig struct { diff --git a/business/partner/purchase/ebai/order_comment.go b/business/partner/purchase/ebai/order_comment.go index 2f75de5c4..4ea3025f7 100644 --- a/business/partner/purchase/ebai/order_comment.go +++ b/business/partner/purchase/ebai/order_comment.go @@ -13,9 +13,11 @@ import ( "git.rosy.net.cn/jx-callback/globals/api" ) +// 饿百的评价不是一点一点出来的,而是一下把前一天的全部崩出来。。。 + const ( - RefreshCommentTime = 4 * time.Hour - RefreshCommentTimeInterval = 10 * time.Minute + RefreshCommentTime = 36 * time.Hour + RefreshCommentTimeInterval = 60 * time.Minute ) func (c *PurchaseHandler) StartRefreshComment() {