PPiing / backend

PPong 프로젝트의 백앤드 리포지토리입니다.
3 stars 2 forks source link

:bug: blame @skim user profile에 이차인증 여부 좀 불러다주세요... #193

Closed KKWANH closed 2 years ago

KKWANH commented 2 years ago

Symptom

현재 api/users/profile/:userSeq의 response가 이렇게 생겼는데 user_info에 secAuthStatus로 이차인증 여부 좀 넣어주세요 ,,

{
    "relation_info": "R02",
    "user_info":
    {
        "userSeq": 1,
        "userName": "skim",
        "userEmail": "skim@student.42seoul.kr",
        "userStatus": "USST10",
        "userImage": "./img/defaultProfile.jpg"
    },
    "achiv_info":
    [
        {
            "achiv_seq": 1,
            "achiv_title": "Score50",
            "achiv_image": "./img/achiv/score50.png",
            "achiv_complete": true
        }
    ],
    "rank_info":
    {
        "rank_score": 50,
        "rank_name": "silver"
    },
    "game_log":
    [
        {
            "winner_name": "skim",
            "loser_name": "kkim",
            "game_type": false,
            "winner_score": 10,
            "loser_score": 10,
            "start_time": "2022-07-09-15:38"
        }
    ]
}
subin195-09 commented 2 years ago

@KKWANH 완성 :)