- time2Schedule3rdCarrier changed from 30 to 15 minutes for JD 1220.

This commit is contained in:
gazebo
2018-10-20 10:53:15 +08:00
parent 042d3b5616
commit 2308abb775

View File

@@ -22,7 +22,7 @@ import (
const (
time2Delivered = 1 * time.Hour // 正常从下单到送达的时间。
time2Schedule3rdCarrier = 30 * time.Minute // 京东要求5分钟后才能转自送保险起见设置为5分半钟
time2Schedule3rdCarrier = 15 * time.Minute // 京东要求5分钟后才能转自送保险起见设置为5分半钟
// time2Schedule3rdCarrierGap4OrderStatus = 3 * time.Minute // 京东要求是运单状态为待抢单且超时5分钟但为了防止没有运单事件所以就拣货完成事件开始算添加3分钟
time2AutoPickupMin = 15 * time.Minute
time2AutoPickupGap = 5 * 60 //随机5分钟