Skip to content

명예의 전당

famer9716 edited this page Jul 8, 2020 · 7 revisions
메소드 경로 설명
GET /ranking/winner 명예의 전당

Request Header

{
    "Content-Type" : "application/json",
    "token" : "발급받은 token"
}

Response Body

👍 success

{
    "status" : 200,
    "success" : true,
    "message" : "ranking runner success",
    "result": 
        [
            { "id" : 1, "nickname": "유가희", "distance": "15000" },
            { "id" : 2, "nickname": "주서버", "distance": "10000" },
            { "id" : 3, "nickname": "오란지", "distance": "5000" }
        ]
   
}

Clone this wiki locally