-
Notifications
You must be signed in to change notification settings - Fork 4
후기 작성
jbw1003 edited this page Jan 7, 2019
·
9 revisions
| 메소드 | 경로 | 설명 |
|---|---|---|
| POST | /notices/buys/{p_idx} | 후기 작성 |
Authorization : token
{
"comment":"hihi"
}{
"status": 200,
"message": "댓글 작성 성공",
"data": null
}{
"status": 401,
"message": "인증 실패",
"data": null
}{
"status": 500,
"message": "서버 내부 에러",
"data": null
}