龚焕茏
2024-05-29 e97b734831482ccc56ef2457c8cde9892d16d7f9
src/main/java/com/mindskip/xzs/controller/student/SelfPracticeController.java
@@ -48,6 +48,17 @@
    }
    /**
     * 开始看题
     *
     * @param id 练习id
     * @return
     */
    @PostMapping("/start/look/{id}")
    public RestResponse startLook(@PathVariable("id") Integer id) {
        return selfPracticeService.startLook(id);
    }
    /**
     * 随机一道题
     *
     * @param id