Load Points
GET https://{game_host_ext_ssrm}/v1.0/ssrm/points
Headers
Name
Type
Description
Context-Type*
string
application/json
Authorization
string
Login AT
{
"return": 0,
"message": "success",
"value": {
"ssr_point": {
"point_id": 6,
"quantity": 9790000,
"today_exchange_acq_quantity": 0,
"today_exchange_cnsm_quantity": 0,
"reset_date": "",
"point_name": "SSR"
},
"ssrm_point": {
"chip_quantity": 30000
}
}
}curl --location 'https://dev.lumiwavelab.com:51152/v1.0/ssrm/points' \
--header 'Authorization: ••••••'key
data type
desc.
ssr_point
object
SSR 포인트 정보 object
point_id
int64
포인트 ID
quantity
int64
보유 수량
today_exchange_acq_quantity
int64
not used
today_exchange_cnsm_quantity
int64
not used
reset_date
string
not used
point_name
string
"SSR"
ssrm_point
object
SSRM 포인트 정보 object
chip_quantity
int64
보유 수량
return
message
desc.
0
success
성공
500
Internal server error
70000
DB Error
내부 DB 에러
71100
Invalid jwt token
잘못된 토큰
72511
Not exist point info.
포인트 정보가 존재하지 않는다.
72517
Block User!
차단 유져
72518
Please register the innoid first
innoid를 먼저 등록해주세요
Last updated