package md type ImgReqUpload struct { Dir string `json:"dir"` FileName string `json:"file_name"` FileSize int64 `json:"file_size"` // 文件大小, 单位byte }