-
Notifications
You must be signed in to change notification settings - Fork 0
9개 셔플 사진 받기
Suzie edited this page Apr 14, 2021
·
4 revisions
메소드 | 경로 | 뷰 | 요청 사항 |
---|---|---|---|
GET | /main | 메인 | 9개 셔플 사진 받기 |
{
"Content-Type":"application/json"
"jwt":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWR4Ijo2LCJpYXQiOjE2MTAxNjM5NjIsImV4cCI6MTYxMDc2ODc2MiwiaXNzIjoiYXBvcGhpcyJ9.gM5avYDIhGybMsXqlvaWwqJCsTfkAjo1lYD2tvxZAdw"
}
{
"status": 200,
"success": true,
"message": "성공",
"data": {
"random1": "",
"random2": "",
"random3": "https://nalul.s3.ap-northeast-2.amazonaws.com/images/origin/1617465736185.jpeg",
"random4": "https://nalul.s3.ap-northeast-2.amazonaws.com/images/origin/1617467264784.jpeg",
"random5": "https://nalul.s3.ap-northeast-2.amazonaws.com/images/origin/1617467846108.jpeg",
"random6": "",
"random7": "",
"random8": "",
"random9": ""
}
}
1 left eye
2 left hand
3 mole
4 right hand
5 ear
6 lips
7 cheek
8 right eye
9 nose
- 사진이 한 개도 없어서 띄울 게 없을 경우
{
"status": 400,
"success": false,
"message": "사진이 없습니다."
}
- 서버 에러
{
"status": 500,
"success": false,
"message": "서버 내부 에러"
}