feat(#307): add new create sub parameters
This commit is contained in:
@@ -127,7 +127,15 @@ export interface WithdrawParamsV5 {
|
|||||||
|
|
||||||
export interface CreateSubMemberParamsV5 {
|
export interface CreateSubMemberParamsV5 {
|
||||||
username: string;
|
username: string;
|
||||||
|
password?: string;
|
||||||
|
/**
|
||||||
|
* 1: normal, 6: custodial
|
||||||
|
*/
|
||||||
memberType: 1 | 6;
|
memberType: 1 | 6;
|
||||||
|
/**
|
||||||
|
* 0: quick login disabled (default), 1: quick login enabled
|
||||||
|
*/
|
||||||
switch?: 0 | 1;
|
switch?: 0 | 1;
|
||||||
|
isUta?: boolean;
|
||||||
note?: string;
|
note?: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user