This commit is contained in:
suyl
2021-05-06 09:28:50 +08:00
parent 6c11ac29be
commit cb563936c0

View File

@@ -30,8 +30,8 @@ const (
maxLastHours = 7 * 24 // 最多只能查询7天内的订单数据
defLastHours = 2 * 24 // 缺省是两天内的订单
orderSubTimeImmediatelyArrive = 8
orderSubTimeDelayArrive = 5
orderSubTimeImmediatelyArrive = 1
orderSubTimeDelayArrive = 1
)
type tWaybillExt struct {