유저정보
해당 유저의 현재 게임내 정보를 가져온다
GET https://{status-domain}/v1.0/swipebrick/info
Headers
Name
Type
Description
Authorization*
String
Bearer (token)
```json
{
"return": 0,
"message": "success",
"value": {
"have_shoot_count": 0,
"shoot_count": 0,
"charged_count": 0
}
}
```curl --location --request GET 'https://localhost:51151/v1.0/swipebrick/info'key
data type
desc.
have_shoot_count
int
남은 슈팅횟수
stage
int
현재 스테이지
charge_count
int
현재까지 충전횟수
return
message
desc.
0
success
성공
72000
Not Found User
Last updated