-
Notifications
You must be signed in to change notification settings - Fork 0
Home
์ด๋ํ edited this page Nov 23, 2019
·
15 revisions
reqest
response
// 200 ok
{
"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"
}
]
}
}
// 409
{
message:"invaild data",
data:{
}
}
// 500
{
message:"server error",
data:{
}
}