Skip to content

배너 이미지

hyunjong-96 edited this page Dec 7, 2020 · 8 revisions

메소드 경로 설명
GET /banner 배너 이미지 상단

client
client_banner

Request Body

{
  

}

Response Body

< Success >

  • 사진 잘 받아왔을 시
{
   "status":200,
   "message":"배너가져오기 성공",
   "data" :[{
	"id" : "bannerPk(number)"
	"image" : "bannerImg(string)"
   },{"..."},{"..."}]
}

< Fail >

  • 사진 데이터 없을 시
{
   
}

-DB 오류, 통신오류

{
   
}

Clone this wiki locally