This commit is contained in:
richboo111
2024-01-12 16:58:18 +08:00
parent d48e46be58
commit df1eac88f2

View File

@@ -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
}