🐛 fix(affiliate): Update user identifier

This commit is contained in:
web@ppanel
2025-03-08 15:43:20 +07:00
parent f5d8fd3b65
commit 35f92c9329
32 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// @ts-ignore
// API 更新时间:
// API 唯一标识:
import * as auth from './auth';
+1 -1
View File
@@ -761,8 +761,8 @@ declare namespace API {
};
type UserAffiliate = {
email: string;
avatar: string;
identifier: string;
registered_at: number;
enable: boolean;
};