feat: 拆分文本账单结算
This commit is contained in:
1
src/types/user.d.ts
vendored
1
src/types/user.d.ts
vendored
@@ -24,6 +24,7 @@ export interface UserUpdateParams {
|
||||
export interface UserBillType {
|
||||
id: string;
|
||||
time: string;
|
||||
type: 'chat' | 'splitData' | 'return';
|
||||
textLen: number;
|
||||
tokenLen: number;
|
||||
userId: string;
|
||||
|
||||
Reference in New Issue
Block a user