This commit is contained in:
邹宗楠
2022-05-23 11:58:07 +08:00
parent 189c49815f
commit 32c714b4dc
4 changed files with 19 additions and 19 deletions

View File

@@ -439,7 +439,7 @@ func (c *DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeiso
ThirdCarrierOrderId: mtPeisongId,
CourierName: order.TransporterName,
CourierPhone: order.TransporterPhone,
LogisticsProviderCode: string(mtpsapi.DaDaCode),
LogisticsProviderCode: mtpsapi.DaDaCode,
LogisticsStatus: order.StatusCode,
Latitude: order.TransporterLat,
Longitude: order.TransporterLng,