|
@@ -41,7 +41,7 @@ import io.swagger.annotations.ApiParam;
|
|
|
@RestController
|
|
|
@Api(tags = "考生预约明细相关接口")
|
|
|
@RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/apply")
|
|
|
-@Aac(strict = false, auth = false)
|
|
|
+@Aac(strict = false, auth = true)
|
|
|
public class StudentApplyController extends BaseController {
|
|
|
|
|
|
@Autowired
|