-
Notifications
You must be signed in to change notification settings - Fork 0
웹툰메인_사진
HwangJaeSuk edited this page Jun 9, 2019
·
1 revision
[GET] ~/main/image
| 메소드 | 파라미터명 | 설명 |
header | Content-Type | application/json |
---|
{
"status": 200,
"success": true,
"message": "메인 이미지 조회 성공",
"data": [
"https://s3.ap-northeast-2.amazonaws.com/sopt24server/main1.jpg",
"https://s3.ap-northeast-2.amazonaws.com/sopt24server/main2.jpg",
"https://s3.ap-northeast-2.amazonaws.com/sopt24server/main3.jpg"
]
}