ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java
@@ -501,7 +501,7 @@ log.error("---------丽水短信发送结果:{}-------", dxCode); ObjectMapper objectMapper = new ObjectMapper(); Map<String, Object> textParam = objectMapper.readValue(dxCode, Map.class); String code = textParam.get("code").toString(); String code = textParam.get("Code").toString(); if (code.equals("0")) { isSuccess = "true"; } @@ -858,7 +858,7 @@ YeWuXX.put("DuanXinXX", DuanXinXX); map.put("XiaoXiTou", headerMap); map.put("DuanXinXX", DuanXinXX); map.put("YeWuXX", YeWuXX); String body = new Gson().toJson(map);