|
|
|
@ -181,10 +181,10 @@ public class SnEmailGatherTask { |
|
|
|
|
Map resultMap = JSONObject.parseObject(body, Map.class); |
|
|
|
|
Object status = resultMap.get("status"); |
|
|
|
|
if(status != null && "200".equals(String.valueOf(status))){ |
|
|
|
|
buildMsg(gatherLogVo,"1","推送影像票夹成功"); |
|
|
|
|
buildMsg(gatherLogVo,"0","推送影像票夹成功"); |
|
|
|
|
}else { |
|
|
|
|
gatherLogVo.setFphm(""); |
|
|
|
|
buildMsg(gatherLogVo,"0","推送影像票夹失败"); |
|
|
|
|
buildMsg(gatherLogVo,"1","推送影像票夹失败"); |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
} catch (NoSuchAlgorithmException e) { |
|
|
|
|