mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
perf: adjust the return value of the interface to obtain user information in array format #259
This commit is contained in:
@@ -31,7 +31,7 @@ export interface LoginResultModel {
|
||||
* @description: Get user information return value
|
||||
*/
|
||||
export interface GetUserInfoByUserIdModel {
|
||||
role: RoleInfo;
|
||||
roles: RoleInfo[];
|
||||
// 用户id
|
||||
userId: string | number;
|
||||
// 用户名
|
||||
|
Reference in New Issue
Block a user