1
zj
2024-05-17 b271ad62a0e9ea1e16a95f342bbdbc3f93783148
src/main/java/com/nq/controller/agent/AgentController.java
@@ -130,4 +130,12 @@
        }
        return this.iAgentUserService.updateOnlineServices(onLineServices,agentId);
    }
    @RequestMapping("getMoney.do")
    @ResponseBody
    public  ServerResponse getMoney(
            @RequestParam("userId") Integer id){
        return  iUserService.getMoney(id);
    }
}