From 26f9c60f5bdd36696e96ff35c276ef34346dc7ff Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Fri, 14 Jan 2022 16:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=A4=B1=E8=B4=A5=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E5=86=8D=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crypconfigure/controller/CrypConfigureController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }