-
Notifications
You must be signed in to change notification settings - Fork 3
배지 상세 조회
famer9716 edited this page Jul 15, 2020
·
3 revisions
| 메소드 | 경로 | 설명 |
|---|---|---|
| GET | /record/badge/detail/:flag | 배지 상세 조회 |
- flag : 배지 위치 (0~11)
이미지 바꿔야함
{
"Content-Type" : "application/json",
"token" : "발급받은 token"
}👍 success
{
"status": 200,
"success": true,
"message": "badge detail",
"result": {
"title": "최고 페이스",
"content": "최고 페이스를 경신하신\n러너에게 드리는 뱃지입니다",
"littleContent": "2020-07-12",
"option": "12'0\""
}
}{
"status": 200,
"success": true,
"message": "badge detail",
"result": {
"title": "10승 달성",
"content": "10승을 달성하신\n러너에게 드리는 뱃지입니다",
"littleContent": "러닝 병아리로 거듭나셨네요!",
"option": ""
}
}👎 fail