Shoot

에이밍 이후 공을 날릴때 호출

POST https://{status-domain}/v1.0/swipebrick/game/shoot

Headers

Name
Type
Description

Authorization*

String

Bearer (webtoken)

Request Body

Name
Type
Description

stage*

int

현재 스테이지

{
    "return": 0,
    "message": "success"
}
curl --location --request POST 'https://localhost:51151/v1.0/swipebrick/game/shoo

Last updated