jack
2024-04-22 26581a43d52f6f6e62607c51b8224cdc50191a80
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);
    }
}