-
Notifications
You must be signed in to change notification settings - Fork 0
상품이미지URL변환
지훈 edited this page Dec 15, 2021
·
4 revisions
- Content-Type: multipart/form-data
변수 | 타입 | 설명 | 비고 |
---|---|---|---|
images | MultipartFile: list | 이미지 파일 리스트 |
- Content-Type: application/json
returns ImageUrls
statusCode | message |
---|---|
200 | "Success" |
400 | "변환할 이미지가 존재하지 않습니다." |
400 | "파일 사이즈는 최대 5MB 이하여야 합니다." |
500 | "이미지 파일을 전환하는데 실패했습니다." |
500 | "서버에서 내부적으로 에러가 발생했습니다." |