chore: update

This commit is contained in:
xiaoxian521 2024-04-22 13:09:32 +08:00
parent efe0c83e4f
commit 88d804df89

View File

@ -3,8 +3,12 @@ import { http } from "@/utils/http";
export type UserResult = {
success: boolean;
data: {
/** 头像 */
avatar: string;
/** 用户名 */
username: string;
/** 昵称 */
nickname: string;
/** 当前登录用户的角色 */
roles: Array<string>;
/** `token` */