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

    Interface IPreRegisterInfo

    注册信息

    interface IPreRegisterInfo {
        captcha: string;
        invitecode?: string;
        phone: string;
        username: string;
    }

    Implemented by

    Index

    Properties

    captcha: string

    验证码

    invitecode?: string

    邀请码

    phone: string

    手机号

    username: string

    用户名