神岛 API 文档 - ArenaPro版
    Preparing search index...

    Type Alias SocialStatisticType

    定义社交统计信息的类型

    type SocialStatisticType = {
        followerNum: number;
        followingNum: number;
        friendsNum: number;
    }
    Index

    Properties

    followerNum: number

    表示用户的粉丝人数

    followingNum: number

    表示用户关注的人数

    friendsNum: number

    表示用户的好友人数