xiaoyong931011
2020-08-04 55850ae02f0edfffb1d8a11e0f850ecb3d9f8068
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);
    }