Преглед изворни кода

Merge branch 'st_identity' into pre

zoujiajian пре 2 година
родитељ
комит
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() {
 	public Result<UserStudentCertRecord> getUserStudentCertRecord() {
 		long userId = StpUserUtil.getLoginIdAsLong();
 		long userId = StpUserUtil.getLoginIdAsLong();
 		UserStudentCertRecord record = userIdentCertService.getUserStudentCertRecord(userId);
 		UserStudentCertRecord record = userIdentCertService.getUserStudentCertRecord(userId);