Connect
게임에 접속
POST https://{status-domain}/v1.0/swipebrick/connect
Headers
Name
Type
Description
Authorization*
String
Bearer (webtoken)
{
"return": 0,
"message": "success"
}curl --location --request POST 'https://localhost:51151/v1.0/swipebrick/connect'key
data type
desc.
return
message
desc.
0
success
성공
72100
Already connected
이미게임을진행중인계정
72101
Not Regist Wallet
지갑을 연결하지 않은계정
72400
System Maintenance
점검
72401
Server is busy
서버 글로벌 lock이 허용치를넘었을때
Last updated