ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java
@@ -538,7 +538,7 @@ req.put("content", sendMagParam.getContent()); isSuccess = HttpUtil.postJsonRequest(xhsmsPath, new Gson().toJson(req)); } else if (visitHosp == 2) { String url = configService.selectConfigByKey("token.360"); String url = configService.selectConfigByKey("token.360",serviceSubtask.getOrgid()); //丽水的短信发送方式 Map<String, String> map = MsgLSEnum.getAddressByCode(serviceSubtask.getOrgid()); String token = LSHospTokenUtil.getToken(serviceSubtask.getOrgid(),url);