饿百订单自动拣货时间设置

This commit is contained in:
苏尹岚
2020-07-14 09:31:26 +08:00
parent 85820a6fee
commit c591916e16

View File

@@ -24,7 +24,7 @@ import (
const (
// acceptOrderDelay = 180 * time.Second
// pickupOrderDelay = 260 * time.Second
pickupOrderDelay = 1 * time.Minute
pickupOrderDelay = 5 * time.Minute
callDeliveryDelay = 10 * time.Minute
callDeliveryDelayGap = 30