Skip to content

투표권 확인

Hyun Jin K edited this page Feb 24, 2019 · 2 revisions

URL

[GET] ~/vote/ballot/check

메소드 파라미터명 설명
header token 유저 token
header Content-Type application/json

응답예시

{
    "status": 4200,
    "success": true,
    "message": "투표 조회 성공",
    "data": 2
}

투표권조회 에러

{
    "status": 4600,
    "success": false,
    "message": "투표권 조회 에러"
}