xiaoyong931011
2020-08-04 07214840bab55342a8c4a220f7a5d190e0fc591b
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);
    }