-
Notifications
You must be signed in to change notification settings - Fork 1
최근 본 책방 조회
rkdls8268 edited this page Jul 17, 2020
·
7 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /main/recent | 최근 본 책방 조회(최대 10개) |
{
"Content-Type": "application/json",
"token": jwt
}
{
"status": 200,
"success": true,
"message": "최근 본 책방 조회 성공",
"data": [
{
"bookstoreIdx": 10,
"bookstoreName": "책人감",
"profile": "NULL",
"image1": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1594262266496.png"
},
{
"bookstoreIdx": 1,
"bookstoreName": "Piece",
"profile": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1594390924094.jpg",
"image1": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1594260881260.jpg"
},
{
"bookstoreIdx": 4,
"bookstoreName": "순정책방",
"profile": "NULL",
"image1": "https://sopt-server-gain.s3.ap-northeast-2.amazonaws.com/1594262164795.png"
}
]
}
- 최근 본 책방 없음
{
"status": 200,
"success": false,
"message": "최근 본 책방이 없습니다."
}
- EXPIRED TOKEN
{
"status": 401,
"success": false,
"message": "토큰 값이 만료되었습니다."
}
- EMPTY TOKEN
{
"status": 200,
"success": false,
"message": "토큰 값이 없습니다."
}
- INVALID TOKEN
{
"status": 401,
"success": false,
"message": "유효하지 않은 토큰값입니다."
}
- DB 오류
{
"status": 600,
"success": false,
"message": "DB 오류"
}
- MAIN - 지도🌏
- MAIN - 내 정보🙋♀️
- 검색🔍