This commit is contained in:
邹宗楠
2023-05-19 15:33:40 +08:00
parent 8193a47a8a
commit 188835f764
2 changed files with 6 additions and 3 deletions

View File

@@ -549,6 +549,7 @@ func (c *DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeiso
// 待接单,待取货(小于一分钟,大于十五分钟)不扣钱
// 待取货1-15分钟内取消扣两元
func (c *DeliveryHandler) GetDeliverLiquidatedDamages(orderId string, deliverId string) (money int64, err error) {
return 200, nil
dadaOrder, err := api.DadaAPI.QueryOrderInfo(orderId)
if err != nil {
return 0, err