feat(kol): expose kol_profile on /api/auth/me and add seed script

This commit is contained in:
2026-04-17 09:02:33 +08:00
parent 70725193eb
commit 40519545c6
5 changed files with 92 additions and 14 deletions
+1
View File
@@ -30,6 +30,7 @@ export interface UserInfo {
tenant_id: number;
tenant_role: string;
permissions: string[];
kol_profile: KolProfileBrief | null;
}
export interface LoginResponse {