...
|
...
|
@@ -10,7 +10,7 @@ type CreateUploadImageResponse struct { |
|
|
ImageURL string `json:"imageURL"`
|
|
|
UploadAddress string `json:"uploadAddress"`
|
|
|
UploadAuth string `json:"uploadAuth"`
|
|
|
FileURL string `json:"-"` //fileURL
|
|
|
FileURL string `json:"fileURL"` //fileURL
|
|
|
}
|
|
|
|
|
|
type CreateUploadImagesRequest struct {
|
...
|
...
|
|