FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Interface IAccount

    登录信息

    interface IAccount {
        mfaCode?: string;
        passwd: string;
        username: string;
    }

    Implemented by

    Index

    Properties

    mfaCode?: string

    二次验证码,非必填

    passwd: string

    密码

    username: string

    用户名