This commit is contained in:
邹宗楠
2022-05-19 11:56:44 +08:00
parent 995d7f7656
commit 95be84e180
4 changed files with 7 additions and 7 deletions

View File

@@ -398,8 +398,8 @@ func (c *DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeiso
}
return &mtpsapi.RiderInfo{
OrderId: utils.Interface2String(order["mt_peisong_id"]),
ThirdCarrierOrderId: orderId,
OrderId: orderId,
ThirdCarrierOrderId: utils.Interface2String(order["mt_peisong_id"]),
CourierName: utils.Interface2String(order["courier_name"]),
CourierPhone: utils.Interface2String(order["courier_phone"]),
LogisticsProviderCode: string(mtpsapi.MTPsCode),