Commit 38ebf3a6 authored by 刘凡's avatar 刘凡

*)修改报错

parent d01395b8
...@@ -528,7 +528,6 @@ public class DPSubServiceImpl { ...@@ -528,7 +528,6 @@ public class DPSubServiceImpl {
if (200 != responseModel.getStatus()){ if (200 != responseModel.getStatus()){
log.info("调用第三方接口失败, 请求地址:{}", apiObj); log.info("调用第三方接口失败, 请求地址:{}", apiObj);
throw new RuntimeException(String.format("调用第三方接口失败!"));
} }
JSONObject ruleData = apiObj.getJSONObject("ruleData"); JSONObject ruleData = apiObj.getJSONObject("ruleData");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment