diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java index 6554c26..2c3fd84 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/controller/CrypConfigureController.java @@ -129,7 +129,7 @@ public class CrypConfigureController{ */ @ApiOperation("加载失败日志再发送") @PostMapping("/errorLogsGoToCryp") - public BaseResponse errorLogsGoToCryp(@RequestBody BlockChainLogVo vo) { + public BaseResponse errorLogsGoToCryp(@RequestBody(required = false) BlockChainLogVo vo) { return BaseResponse.success(this.iCrypConfigureService.errorLogsGoToCryp(vo)); }