-
Notifications
You must be signed in to change notification settings - Fork 1
공지사항
박지수 Jisu Park edited this page Dec 4, 2020
·
5 revisions
[GET] ~/api/v1/asker/mypage/notices
[GET] ~/api/v1/willsoner/mypage/notices
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
성공
{
"code": "success",
"message": "success",
"data": [
{
"idx": 2,
"title": "[공지] 휴대폰 결제 서비스 시스템 점검 안내 (1/10 금)",
"date": "20.05.08"
},
{
"idx": 1,
"title": "[공지] 시스템 점검 안내 (1/13월)",
"date": "20.04.08"
}
]
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}