瀏覽代碼

Merge branch 'st_identity' into pre

zoujiajian 2 年之前
父節點
當前提交
5008ca49f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netflix-web/src/main/java/com/cyksj/web/controller/user/UserCertController.java

+ 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);