@ccw-api/api
    Preparing search index...

    Interface StudentSelfDetail

    interface StudentSelfDetail {
        abGroup: string;
        accountNumber: string;
        address: string;
        addressCode: string;
        age: number;
        archive: boolean;
        avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`;
        bio: string;
        birthday: number;
        birthYear: number;
        category: string;
        city: string;
        commentCount: number;
        contactPhone: string;
        countryCode: string;
        createdAt: number;
        currentMajorClazzOid: string;
        currentParent: CurrentParent;
        distinctId: string;
        district: string;
        email: string;
        energy: number;
        energyRegain: number;
        examScore: number;
        extraInfo: ProfileExtraInfo;
        firstTime: boolean;
        followingStatus: string;
        fullName: string;
        gender: string;
        grade: number;
        group: string;
        guest: boolean;
        guestNumber: string;
        hideGender: boolean;
        host: string;
        identity: string;
        identityAuthRank: string;
        identityType: string;
        informationModifyDate: InfoModifyDate;
        keywords: string[];
        lastLoginAt: number;
        lastStudyAt: number;
        lowAge: boolean;
        midexamScore: number;
        miniprojectFreeNum: number;
        mpClicked: boolean;
        mpShowedModal: boolean;
        mpTutorial: string;
        name: string;
        newWorkbenchTutorial: boolean;
        oid: string;
        orgId: string;
        parents: ParentInfo[];
        passwordDigest: string;
        photo: string;
        picUrl: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`;
        province: string;
        qq: string;
        receiver: string;
        regChannel: string;
        remarkName: string;
        reputationScore: ReputationScore;
        role: string;
        school: string;
        showServiceTerm: boolean;
        showTaskList: boolean;
        stats: object;
        studentNumber: string;
        task: object;
        teacherUnreadedMessages: number;
        tutorialSteps: string;
        updatedAt: number;
        validateSchool: boolean;
        virtualValue:
            | `https://m.xiguacity.cn/${string}`
            | `https://m.ccw.site/${string}`;
        watchedMiniProjectTutorailVideo: boolean;
        xiguaStudentNo: string;
    }
    Index

    Properties

    abGroup: string
    accountNumber: string
    address: string
    addressCode: string
    age: number
    archive: boolean
    avatar: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    bio: string
    birthday: number
    birthYear: number
    category: string
    city: string
    commentCount: number
    contactPhone: string
    countryCode: string
    createdAt: number
    currentMajorClazzOid: string
    currentParent: CurrentParent
    distinctId: string
    district: string
    email: string
    energy: number
    energyRegain: number
    examScore: number
    extraInfo: ProfileExtraInfo
    firstTime: boolean
    followingStatus: string
    fullName: string
    gender: string
    grade: number
    group: string
    guest: boolean
    guestNumber: string
    hideGender: boolean
    host: string
    identity: string
    identityAuthRank: string
    identityType: string
    informationModifyDate: InfoModifyDate
    keywords: string[]
    lastLoginAt: number
    lastStudyAt: number
    lowAge: boolean
    midexamScore: number
    miniprojectFreeNum: number
    mpClicked: boolean
    mpShowedModal: boolean
    mpTutorial: string
    name: string
    newWorkbenchTutorial: boolean
    oid: string
    orgId: string
    parents: ParentInfo[]
    passwordDigest: string
    photo: string
    picUrl: `https://m.xiguacity.cn/${string}` | `https://m.ccw.site/${string}`
    province: string
    qq: string
    receiver: string
    regChannel: string
    remarkName: string
    reputationScore: ReputationScore
    role: string
    school: string
    showServiceTerm: boolean
    showTaskList: boolean
    stats: object
    studentNumber: string
    task: object
    teacherUnreadedMessages: number
    tutorialSteps: string
    updatedAt: number
    validateSchool: boolean
    virtualValue:
        | `https://m.xiguacity.cn/${string}`
        | `https://m.ccw.site/${string}`
    watchedMiniProjectTutorailVideo: boolean
    xiguaStudentNo: string