1
ydj
2024-06-03 ba9e35f79fa9a703992c58c5951cd1593749172e
src/main/java/com/nq/controller/backend/AdminController.java
@@ -329,7 +329,7 @@
    @RequestMapping("getMoney.do")
    @ResponseBody
    public  ServerResponse updateayChnnel(
    public  ServerResponse getMoney(
            @RequestParam("userId") Integer id){
        return  iUserService.getMoney(id);