From 6b7f0626b362929da473d0134af474189f465605 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 15 Mar 2019 09:22:59 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E9=A5=BF=E7=99=BE=E7=9A=84=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E4=B8=8D=E6=98=AF=E4=B8=80=E7=82=B9=E4=B8=80=E7=82=B9?= =?UTF-8?q?=E5=87=BA=E6=9D=A5=E7=9A=84=EF=BC=8C=E8=80=8C=E6=98=AF=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=E6=8A=8A=E5=89=8D=E4=B8=80=E5=A4=A9=E7=9A=84=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=B4=A9=E5=87=BA=E6=9D=A5=E3=80=82=E3=80=82=E3=80=82?= =?UTF-8?q?=EF=BC=8C=E7=9B=B8=E5=BA=94=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/oder_comment.go | 2 +- business/partner/purchase/ebai/order_comment.go | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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() {