src/main/java/com/xcong/excoin/modules/documentary/controller/DocumentaryController.java
@@ -45,7 +45,7 @@ * @return */ @PostMapping("traderConfirm") @ControllerEndpoint(operation = "实名认证---确认", exceptionMessage = "认证失败") @ControllerEndpoint(operation = "交易员申请---确认", exceptionMessage = "认证失败") public FebsResponse traderConfirm(@Valid FollowTraderInfoEntity followTraderInfoEntity) { return documentaryService.traderConfirm(followTraderInfoEntity); }