我正在尝试使用Postmate API为预定交付创建报价/交付。PM给出的参数有点混乱:
dropoff_ready_dt must be less than or equal to pickup_deadline_dt. This is to prevent a scenario where a courier has to hold onto an order between the pickup and dropoff windows.
例如:现在给定的时间是下午 3 点,预计下午 5 点在目标端投递。什么是好的价值pickup_ready_dt, pickup_deadline_dt, dropoff_ready_dt and dropoff_deadline_dt
?