Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

전시관람

dayoung edited this page Jan 7, 2019 · 15 revisions

전시관람 (/discontents/displays/{display_idx})

1.1 전시관람 url 수정 /discontents/{display_idx} -> /discontents/displays/{display_idx} 아직 반영 안돼서 에러나용
메소드 경로 설명
Get /discontents/displays/{display_idx} 전시관람

요청헤더

Authorization : token

token: 로그인 시 받는 문자열 ex) eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJEb0lUU09QVCIsInVzZXJfaWR4Ijo3LCJleHAiOjE1NDkyODI2MjB9.ZkF-UKRV_OLRcbOo0odXx4OUG-n2PH-qAoKqS3oSP7k

응답바디

{
 "status": 200,
 "message": "전시 입장 성공",
 "data": [
 {
 "d_idx": 2,
 "d_title": "맨발로 기억을 거닐다전展",
 "a_idx": 6,
 "a_name": "태초적인",
 "a_width": 162,
 "a_height": 112,
 "a_depth": 1,
 "a_form": "페인팅",
 "a_year": "2017",
 "pic_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
 "u_idx": 7,
 "u_name": "김자현"
 }
 ]
}
변수 타입 설명
d_idx int 전시 idx
d_title String 전시 제목
a_idx int 작품 idx
a_name String 작품 이름
a_width int 작품 가로 사이즈
a_height int 작품 세로 사이즈
a_depth int 작품 높이 사이즈
a_form String 작품 형태
a_year String 작품 제작년도
pic_url String 작품 사진
u_idx int 유저 idx
u_name String 유저 이름

NOT_FOUND_DISPLAYCONTENT

전시회 내에 작품이 존재하지 않을 경우

{
 "status": 204,
 "message": "전시 작품이 존재하지 않습니다.",
 "data": []
}

NOT_FOUND_DISPLAY

전시회가 존재하지 않을 경우

{
 "status": 403,
 "message": "전시회가 존재하지 않습니다. display_idx를 확인하세요.",
 "data": []
}

INTERNAL SERVER ERROR

{
 "status": 500,
 "message": "서버 내부 에러",
 "data": null
}

Home

URI


(상윤) 로그인*

카카오 로그인 - 정빈

카카오 회원가입 - 정빈


(나연)

오늘의 작품 조회*

테마의 따른 작품 조회*

특정 테마 상세 조회*


작품 전체 조회 2.11수정- 다영 /최신순,높은가격순, 낮은 가격순, 인기순- 정빈

작품 전체 조회(a_idx, pic_url만 받기)/최신순* - 정빈

작품 필터 검색* - 나연 다영

특정 미술작품 조회* - 정빈 다영

구매 페이지(미술작품 조회)* - 상윤

구매 페이지(구매하기 버튼 클릭)* - 상윤

작품 내용 업로드* - 정빈

작품 내용 수정* - 정빈

작품 삭제* - 정빈

작품 좋아요/취소* - 정빈


전시 메인 - 모든 전시 조회* - 다영

전시장 입장 - 삭제 예정ᅲ

전시관람* - 다영

전시신청서* -다영

전시신청* - 다영

전시신청 취소* - 다영


회원 작품 조회* - 상윤

저장(좋아요) 작품 조회* - 상윤

거래 작품 조회* - 상윤

거래 후기 조회* - 상윤

회원 가입* - 상윤 다영

회원 소개란 삽입/수정* - 상윤

회원 정보 조회* - 상윤

회원 정보 수정* - 상윤

회원 비밀번호 수정*- 상윤

회원 삭제


구매 내역 조회 - 다영

판매 내역 조회- 다영

후기 작성 - 정빈(p_state체크 결제 전 작성 안되게)

전시내역- 다영

전시신청 취소*- 다영


특정 작품 모든 댓글 조회* - 정빈

특정 미술작품에 댓글 작성*-정빈

특정 미술작품에 댓글 수정*-정빈

특정 미술작품에 대한 댓글 삭제*-정빈

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /