This commit is contained in:
邹宗楠
2024-01-22 18:22:38 +08:00
parent 2f41887ff6
commit 52d575e5d5
2 changed files with 2 additions and 1 deletions

View File

@@ -394,6 +394,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
return nil, err
}
}
if result == nil {
return nil, errors.New("达达配送,平台调用错误,无订单数据返回")
}