refactor: 整理Service

This commit is contained in:
手瓜一十雪
2024-09-07 23:07:24 +08:00
parent a804f90b9c
commit 09be7131c3
5 changed files with 53 additions and 151 deletions

View File

@@ -364,3 +364,15 @@ export interface UserDetailInfoByUin {
vipNameColorId: string
}
}
export enum UserDetailSource {
KDB,
KSERVER
}
export enum ProfileBizType {
KALL,
KBASEEXTEND,
KVAS,
KQZONE,
KOTHER
}