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