加载失败日志再发送
This commit is contained in:
@ -129,7 +129,7 @@ public class CrypConfigureController{
|
||||
*/
|
||||
@ApiOperation("加载失败日志再发送")
|
||||
@PostMapping("/errorLogsGoToCryp")
|
||||
public BaseResponse<Boolean> errorLogsGoToCryp(@RequestBody BlockChainLogVo vo) {
|
||||
public BaseResponse<Boolean> errorLogsGoToCryp(@RequestBody(required = false) BlockChainLogVo vo) {
|
||||
|
||||
return BaseResponse.success(this.iCrypConfigureService.errorLogsGoToCryp(vo));
|
||||
}
|
||||
|
Reference in New Issue
Block a user