feat: 增加充值功能
This commit is contained in:
1
src/types/user.d.ts
vendored
1
src/types/user.d.ts
vendored
@@ -14,6 +14,7 @@ export interface UserType {
|
||||
}
|
||||
|
||||
export interface UserUpdateParams {
|
||||
balance?: number;
|
||||
accounts?: {
|
||||
type: string;
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user