diff --git a/interface.d.ts b/interface.d.ts index 5f3f0be..8f6cfbc 100644 --- a/interface.d.ts +++ b/interface.d.ts @@ -271,20 +271,20 @@ export function batch( ): Promise export function captcha_sent( - params: { cellphone: string; ctcode?: number | string } & RequestBaseConfig, + params: { phone: string; ctcode?: number | string } & RequestBaseConfig, ): Promise export function captcha_verify( params: { ctcode?: number | string - cellphone: number | string + phone: number | string captcha: string } & RequestBaseConfig, ): Promise export function cellphone_existence_check( params: { - cellphone: number | string + phone: number | string countrycode: number | string } & RequestBaseConfig, ): Promise