勋章信息

interface Medal {
    gotMedalAt: string;
    name: string;
    picUrl: string;
}

Properties

gotMedalAt: string

获取时间

name: string

勋章名称

picUrl: string

图片地址