동물 세부 미션 클리어하기
Clear Animal's mission
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"status": 200,
"message": "미션 클리어 성공",
"data": {
"clearedMissionIdx": "1",
"afterAnimalInfo": {
"animalName": "고미",
"animalStatus": 11,
"animalProgress": 374
},
"afterIslandInfo": {
"islandName": "푸르르섬",
"islandProgress": 72.8
}
}
}{
"status": 400,
"message": "입력되지 않은 값이 있습니다"
}Last updated