-
Notifications
You must be signed in to change notification settings - Fork 0
리뷰 작성 페이지
jongchan lee edited this page Jul 9, 2019
·
2 revisions
이종찬
Method | URL | Description |
---|---|---|
GET | /goods/:goodsIdx/options/name | 리뷰 작성 페이지 |
-
요청 헤더
Content-Type : application/json authorization
-
파라 미터
goodsIdx : 굿즈 idx
-
응답 성공
// 200 { "message": "Success", "data": { "goods_option_name": [ "색상", "사이즈" ] } }
-
응답 실패
// status : 401 jwt 안넣어주었을때 { "message": "jwt must be provided" }
// status : 401 { "message": "jwt expired" }
// status : 401 글작성자가 아닐 경우 { "message": "Access Denied" }