图片信息

interface Picture {
    cropperPosX: number;
    cropperPosY: number;
    format: string;
    height: number;
    key: string;
    middlePicUrl: string;
    picUrl: string;
    smallPicUrl: string;
    thumbnailUrl: string;
    watermarkPicUrl: string;
    width: number;
}

Hierarchy (view full)

Properties

cropperPosX: number
cropperPosY: number
format: string

格式,如 jpeg, heic

height: number
key: string
middlePicUrl: string
picUrl: string
smallPicUrl: string
thumbnailUrl: string
watermarkPicUrl: string
width: number