This commit is contained in:
邹宗楠
2022-05-23 11:20:26 +08:00
parent 4b140e830c
commit 9559d9e5d4
3 changed files with 21 additions and 12 deletions

View File

@@ -434,10 +434,6 @@ func (c *DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeiso
return nil, err
}
if order.StatusCode != 3 {
return nil, errors.New("订单未分配骑手,或订单已经完成了")
}
result := &mtpsapi.RiderInfo{
OrderId: orderId,
ThirdCarrierOrderId: mtPeisongId,