-
Notifications
You must be signed in to change notification settings - Fork 1
📝 레벨과 내용 불러오기 📝
Sehwa edited this page Nov 21, 2020
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
GET | /level/:foodType | 레벨과 내용 불러오기 |
foodType: 0 국밥
foodType: 1 마라탕
{
"status": 200,
"success": true,
"message": "레벨 내용 가져오기 성공",
"data": [
{
"id": 1,
"levelNum": 1,
"description": "할까말까 할때는 마라다. 내가 마라초 짱이다 ㅋ 최고학년에 오르고 자신감에 가득찬 국밥마라.. 하지만 너에겐 중학교가 기다리고 있어",
"foodType": 0,
"levelName": "국밥초 1학년"
}
]
}