-
Notifications
You must be signed in to change notification settings - Fork 2
1.4. 응원하기
100yeeun edited this page Jan 2, 2020
·
1 revision
예은
메소드 | 경로 | 설명 |
---|---|---|
PUT | /storeInfo/cheer/:storeIdx | 응원하고 50P 받기 |
Content-Type: application/json
token: "개인 token 값"
조회 등록 성공시
{
"status": 200,
"success": true,
"message": "사용자 수정 성공"
}
잘못된 userIdx
{
"status": 400,
"success": false,
"message": "존재하지 않는 인덱스 값"
}
INTERNAL SERVER ERROR
{
"status" : 500,
"message" : "서버 내부 에러",
"data" : null
}
DB 에러
{
"status" : 600,
"message" : "데이터베이스 에러",
"data" : null
}