Untitled

Method

GET

Request

Body

Body Sample


Response Parameters

Response Sample

{
    "isSuccess": true,
    "code": 1000,
    "message": "요청에 성공하였습니다.",
    "result": {
        "getMyUser": {
            "userNickname": "소은",
            "userId": "test4"
        },
        "getMyBook": {
            "bookImgUrl": "kobong.jpg",
            "bookTitle": "코퐁의 숲",
            "userNickname": "소은"
        },
        "getMyPets": [
            {
                "petImgUrl": "cat.cat",
                "petName": "코봉이",
                "petType": "C",
                "petBecomeFamilyDay": "2019.06.19"
            },
            {
                "petImgUrl": "nanna.jpg",
                "petName": "난나",
                "petType": "C",
                "petBecomeFamilyDay": "2017.02.17"
            }
        ]
    }
}

Result Code