1
zj
2024-08-19 2bb6d396b9e9a8d58ba47504591b71e48d6d6bfb
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);
    }
}