src/main/java/com/xcong/excoin/modules/agent/controller/AgentController.java
@@ -46,9 +46,8 @@ @ControllerEndpoint(operation = "新增代理商", exceptionMessage = "新增代理商失败") public FebsResponse add(@Valid AgentUser agentUser) { User user = getCurrentUser(); agentService.addAgent(agentUser, user); log.info("{}添加代理商{}", user.getInviteId(), agentUser.getInviteId()); agentService.addAgent(agentUser, user); return new FebsResponse().success(); }