1
This commit is contained in:
@@ -217,8 +217,8 @@ func (d DeliveryHandler) ComplaintRider(bill *model.Waybill, resonID int, resonC
|
||||
return fmt.Errorf("UU跑腿暂不支持此操作")
|
||||
}
|
||||
|
||||
func (d DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeisongId string) (rider *utils.RiderInfo, err error) {
|
||||
waybill, err := api.UuAPI.GetOrderDetail(orderId)
|
||||
func (d DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, uuWaybillID string) (rider *utils.RiderInfo, err error) {
|
||||
waybill, err := api.UuAPI.GetOrderDetail(uuWaybillID)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user