|
@@ -26,8 +26,8 @@ import java.util.List;
|
|
* @date 2021-10-20
|
|
* @date 2021-10-20
|
|
*/
|
|
*/
|
|
@RestController
|
|
@RestController
|
|
-@RequestMapping(Constants.STUDENT_PREFIX+"/qustion/info")
|
|
|
|
-@Api(tags={"【H5-题库】"})
|
|
|
|
|
|
+@RequestMapping("/qustion/info")
|
|
|
|
+@Api(tags={"通用-题库】"})
|
|
public class CommonQuestionInfoController extends BaseController{
|
|
public class CommonQuestionInfoController extends BaseController{
|
|
@Autowired
|
|
@Autowired
|
|
private IQuestionInfoService questionInfoService;
|
|
private IQuestionInfoService questionInfoService;
|