interface Status {
    captcha_url: string;
    error: string;
    error_code: number;
    message: string;
    msg: string;
    ok: number;
}

Properties

captcha_url: string
error: string
error_code: number
message: string
msg: string
ok: number