Skip to content

애정도조회

황규철 edited this page Apr 22, 2022 · 2 revisions

애정도 조회

메소드 경로 설명
GET /selfLove 애정도 조회

요청 헤더

Content-Type: application/json
Header: jwt token

응답 바디

SUCCESS : 애정도 조회 성공

{
    "status": 200,
    "success": true,
    "message": "사용자 캐릭터 애정도 조회 성공",
    "data": {
        "usrChrName": "닉넴1",
        "usrChrLove": 0.8
    }
}

Clone this wiki locally