广告平台(站长下代理使用)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

8 行
171 B

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