src/main/java/com/fzzy/push/sx2025/SX2025ApiRemoteService.java
@@ -148,7 +148,9 @@ SX2025Dto result = sx2025RespDto.getMsgBody(); apiLog.setStatus(result.getCode().equals("200") ? 0 : Integer.valueOf(result.getCode())); apiLog.setResult(result.getVER()); if (!result.getCode().equals("200")) { apiLogRep.save(apiLog); } ResponseDto resd = new ResponseDto(); resd.setSuccess(result.getCode().equals("200") ? 0 : Integer.valueOf(result.getCode())); resd.setMsg(result.getVER());