-
Notifications
You must be signed in to change notification settings - Fork 0
Main ํ๋ฉด
Lucas edited this page Dec 3, 2019
·
2 revisions
Context-type : application/json
GET /homeSucess
{
"message": "success",
"data": {
"recommands": [
{
"title": "ํ๋ฌด์",
"image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574519728123.png",
"subTitle": "์๋ฃํ ์ ๊ธฐ๋ฐฐ์ก",
"_id": "5dd943b0ceac698b234c76fa"
},
{
"title": "Google Cloud",
"image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574507149865.jpeg",
"subTitle": "๋ฌด๋ฃ๋ก ์ฆ๊ธฐ๋ ์ ์ฅ๊ณต๊ฐ",
"_id": "5dd9128d7b70d28494e834bf"
}
]
}
}Fail : 409
{
"message": "invaild data",
"data": {
}
}Fail : 500
{
"message": "server error",
"data": {
}
}Context-type : application/json
GET /home/totalSucess
{
"message": "success",
"data": {
"totalPrice": 38800
}
}Fail : 409
{
"message": "invaild data",
"data": {
}
}Fail : 500
{
"message": "server error",
"data": {
}
}Context-type : application/json
GET /home/usageSucess
{
"message": "success",
"data": {
"usage": [
{
"title": "Youtube",
"image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574506673972.png",
"price": 20000,
"type": "month",
"score": -46
},
{
"title": "NAVER Cloud",
"image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574506673972.png",
"price": 20000,
"type": "month",
"score": -67
},
{
"title": "Netflix",
"image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574506673972.png",
"price": 20000,
"type": "month",
"score": -88
},
{
"title": "ํ๋ฌด์",
"image": "https://modoctest.s3.ap-northeast-2.amazonaws.com/1574507027962.jpeg",
"price": 5000,
"type": "month",
"score": 20
}
]
}
}Fail : 409
{
"message": "invaild data",
"data": {
}
}> Fail : 500
{
"message": "server error",
"data": {
}
}