루미 패스 리스트
GET https://{game_host_ext_ssrm}/v1.0/ssrm/market/premiumpass/list
Headers
Name
Type
Description
Context-Type*
string
application/json
Authorization
string
Login A.T
Request Body
Name
Type
Description
{
"return": 0,
"message": "success",
"value": {
"1": {
"pass_id": 1,
"pass_name": "루미패스(영구)",
"claim_chip_quantity": 20000
}
}
}{
}curl --location 'https://localhost:51152/v1.0/ssrm/market/premiumpass/list' \
--header 'Authorization: ••••••'key
data type
desc.
pass_id
int64
패스 ID
pass_name
string
패스 이름
claim_chip_quantity
int64
보상 칩 수량
return
message
desc.
0
success
성공
Last updated