peternameyakj
2024-07-15 63c70bfc6add5979445f93201c410c44b5305f6c
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);
    }
}