|
|
@ -318,6 +318,7 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
String returnResult = JSONObject.toJSONString(apiResponse); |
|
|
|
String returnResult = JSONObject.toJSONString(apiResponse); |
|
|
|
String returnResultEncode = Base64.encode(returnResult.getBytes()); |
|
|
|
String returnResultEncode = Base64.encode(returnResult.getBytes()); |
|
|
|
checkLog.setReturnResult(returnResultEncode); |
|
|
|
checkLog.setReturnResult(returnResultEncode); |
|
|
|
|
|
|
|
log.info("封装的查验日志实体为{}",checkLog); |
|
|
|
platformCheckLogService.save(checkLog); |
|
|
|
platformCheckLogService.save(checkLog); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|