유저Timer 확인
유저의 남은 타이머 시간을 가져온다
GET https://{status-domain}/v1.0/swipebrick/game/timer
Headers
Name
Type
Description
Authorization*
String
Bearer (webtoken)
```json
{
"return": 0,
"message": "success",
"value": {
"remain_sec": -1706854517,
"state": 0
}
}
```curl --location --request GET 'https://localhost:51151/v1.0/swipebrick/game/timer'key
data type
desc.
remain_sec
int
타이머 남은시간(-라면 이미지났다)
state
int
유저 상태 0:커넥트 (중복접속체크되지않음)
1:에이밍 (초기 10초)
2:샷 (초기 2분)
3:충전준 (초기 기본1시간)
return
message
desc.
0
success
성공
72000
Not Found User
72300
Not eligible for a timeout
해당 유저는 타이머가 없습니다
Last updated