feat: 统一字段命名风格,使用下划线格式替代驼峰式命名
This commit is contained in:
@@ -5,5 +5,5 @@ type UploadResult struct {
|
||||
URL string `json:"url"`
|
||||
Filename string `json:"filename"`
|
||||
Size int64 `json:"size"`
|
||||
MimeType string `json:"mimeType"`
|
||||
MimeType string `json:"mime_type"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user