|
@@ -84,7 +84,7 @@ public class TlErpOrderServiceImpl implements TlErpOrderService {
|
|
|
responseBody != null ? responseBody : "无响应体"
|
|
responseBody != null ? responseBody : "无响应体"
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
- throw new RuntimeException("调用[兔灵]接口失败,状态码: " + statusCode + ", 详情见日志");
|
|
|
|
|
|
|
+ throw new RuntimeException("调用[兔灵]接口失败,状态码: " + statusCode);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 解析响应体
|
|
// 解析响应体
|