계정 로그인/가입

POST https://{game_host_ext_ssrm}/v1.0/ssrm/auth/login

Headers

Name
Type
Description

Context-Type*

string

application/json

Request Body

Name
Type
Description

social_key*

string

소셜 로그인 시 획득한 액세스 토큰

social_type*

int

소셜 타입(소셜 리스트 API로 부터 전달받은 소셜 정보 참고 부탁 드립니다.) (LINE : 4, Telegram : 5)

ip

string

접속 ip

{
    "return": 0,
    "message": "success",
    "value": {
        "jwt": {
            "access_token": "eyJhb...........dWbZTCjzf4",
            "refresh_token": "eylc.............X7usn3tsc6RUYp7840",
            "access_uuid": "a9c3f957-9cb7-4e5e-8409-77b18e0e840c",
            "refresh_uuid": "a5c90906-b200-4832-903c-51b3c74de6cd",
            "access_token_expire_dt": 1747294943,
            "refresh_token_expire_dt": 1747294943
        },
        "inno_uid": "ABCDEFG",
        "social_type": 5,
        "social_id": "4738904783",
        "user_id": 3982717,
        "public_user_id": 223372036854775808,
        "is_registerd": false
    }
}
{
    "social_key" : "ya29.a0ARrdaM-BzAz7s2Z...",
    "social_type" : 1,
    "ip" : "14.52.155.93",
}

Last updated