-
Notifications
You must be signed in to change notification settings - Fork 4
후기 작성
dayoung edited this page Jan 9, 2019
·
9 revisions
| 메소드 | 경로 | 설명 |
|---|---|---|
| POST | /notices/buys/{p_idx} | 후기 작성 |
Authorization : token
{
"p_comment" : "hi hi"
}{
"status": 200,
"message": "댓글 작성 성공",
"data": null
}{
"status": 404,
"message": "댓글 작성 실패",
"data": null
}
{
"status": 404,
"message": "결제전이므로 후기를 작성할 수 없습니다.",
"data": null
}{
"status": 401,
"message": "인증 실패",
"data": null
}{
"status": 500,
"message": "서버 내부 에러",
"data": null
}