feat:不展示文档、展示角色名称

This commit is contained in:
2025-09-09 17:49:34 +08:00
parent 9aefed746d
commit e479f3851c
3 changed files with 13 additions and 10 deletions

View File

@@ -18,6 +18,8 @@ interface BasicUserInfo {
* 用户角色
*/
roles: string[];
roleName: string;
/**
* 用户id
*/