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

    Interface IRegisterInfo

    注册信息

    interface IRegisterInfo {
        passwd: string;
        r?: string;
        role: string;
        userId: string;
    }

    Implemented by

    Index

    Properties

    Properties

    passwd: string

    用户密码

    r?: string

    邀请人用户名

    role: string

    用户角色

    userId: string

    用户 Id