음식출처상세조회 - Team-MySide/MySide_Server GitHub Wiki
음식출처팝업조회
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /search/info/source/stats/detail/:food/:cancerNm/:code | 음식출처상세조회 |
요청 파람스
food: 음식명 cancerNm: 암명 code: 1. 좋음/ 2, 애매/ 3. 나쁨
예시
/search/info/source/stats/detail/테스트/간암/1
요청 헤더
Content-Type: application/json,
요청 바디
응답 바디
성공
{
"status": 200,
"success": true,
"message": "음식 출처 상세 조회 성공",
"data": [
{
"headline": "헤드라인",
"comment": "코멘틈",
"source": "세브란스 병원",
"source_link": "https://health.severance.healthcare/health/lifecare/nutrition/diseasediet.do?mode=view&articleNo=70464&article.offset=0&articleLimit=10",
"source_date": "2020-11-09"
},
{
"headline": "헤드라인",
"comment": "코멘틈",
"source": "세브란스 병원",
"source_link": "https://health.severance.healthcare/health/lifecare/nutrition/diseasediet.do?mode=view&articleNo=70464&article.offset=0&articleLimit=10",
"source_date": "2020-11-09"
}
]
}
DB 오류
{
"status": 600,
"success": false,
"message": "DB 오류 입니다"
}
INTERNAL_SERVER_ERROR
{
"status": 500,
"success": false,
"message": "내부 서버 오류 입니다"
}