|
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
-@Api(tags = "考生登录相关接口")
|
|
|
|
|
|
+@Api(tags = "【考生端】考生登录相关接口")
|
|
@RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/student")
|
|
@RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/student")
|
|
@Aac(strict = false, auth = false)
|
|
@Aac(strict = false, auth = false)
|
|
public class StudentLoginController extends BaseController {
|
|
public class StudentLoginController extends BaseController {
|