diff --git a/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs b/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs index c0561324..872489c8 100644 --- a/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs +++ b/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs @@ -6144,14 +6144,14 @@ namespace Myshipping.Application } JArray jarrData = jobjRtn.GetValue("data") as JArray; if (jarrData==null|| jarrData.Count==0) { - throw Oops.Bah($"请求爬虫获取数据为空{rtn}"); + throw Oops.Bah($"单号信息不存在"); } JObject it = jarrData[0] as JObject; JArray array = it.GetValue("data") as JArray; if (array == null || array.Count == 0) { - throw Oops.Bah($"请求爬虫获取数据为空{rtn}"); + throw Oops.Bah($"单号信息不存在"); } JObject item = array[0] as JObject;