@@ -374,6 +374,7 @@ public class AwaitSendController {
}
} else {
LOGGER.info("请求京东详情失败,jdOrderId: {}, 结果:{}", id, result);
+ throw new RuntimeException("京东订单验证失败,原因:{远程调用失败!}");
} catch (Exception e) {
throw new RuntimeException(e);