|
@@ -47,7 +47,7 @@ public class FrontMbtiController extends BaseController {
|
|
|
@GetMapping("questions")
|
|
@GetMapping("questions")
|
|
|
@ApiOperation("02 步骤题目")
|
|
@ApiOperation("02 步骤题目")
|
|
|
public TableDataInfo question(@ApiParam("stepId") @RequestParam Long stepId) {
|
|
public TableDataInfo question(@ApiParam("stepId") @RequestParam Long stepId) {
|
|
|
- commService.requireVip();
|
|
|
|
|
|
|
+// commService.requireVip();
|
|
|
|
|
|
|
|
BBusiMbtiQuestions exam = new BBusiMbtiQuestions();
|
|
BBusiMbtiQuestions exam = new BBusiMbtiQuestions();
|
|
|
exam.setStepId(stepId);
|
|
exam.setStepId(stepId);
|