Просмотр исходного кода

Merge branch 'st_identity' into pre

zoujiajian 2 лет назад
Родитель
Сommit
5008ca49f2

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/user/UserCertController.java

@@ -94,7 +94,7 @@ public class UserCertController {
 	/**
 	 * 查看大须生认证信息
 	 */
-	@GetMapping("/get/info")
+	@GetMapping("/get/student/info")
 	public Result<UserStudentCertRecord> getUserStudentCertRecord() {
 		long userId = StpUserUtil.getLoginIdAsLong();
 		UserStudentCertRecord record = userIdentCertService.getUserStudentCertRecord(userId);