wisestudy / wisestudy-server

'슬기로운 공부생활' 서버 파트 부분.
0 stars 0 forks source link

feature/#66/User studylist #68

Closed taxijjang closed 4 years ago

taxijjang commented 4 years ago

관련이슈

작업내용

taxijjang commented 4 years ago

Response

    {
        "code": 200,
        "status": "OK",
        "message": {
            "user_id": 1,
            "email": "gw9122@naver.com",
            "name": "김택시",
            "age": null,
            "cellphone": "0106310710",
            "gender": "남",
            "categories": null,
            "study_list": [
                {
                    "id": 1,
                    "title": "축구하자"
                },
                {
                    "id": 7,
                    "title": "축구를 해볼까"
                }
            ]
        }
    }