Test api1 - AlpacasWang/GWRPSChat GitHub Wiki
apiの機能の説明。
-
URL
apiのurl
-
Request Params
| name | client type(c#) | server type(go) |
|---|---|---|
| userID | long | int64 |
- Success Response:
| name | client type(c#) | server type(go) |
|---|---|---|
| userLevel | long | int64 |
-
Error Response:
-
Message: not exist userID
Desciption: ユーザーIDが存在していない
OR
-
Message: user level error
Desciption: ユーザーレベルの異常
-
Message: not exist userID
-
Notes:
他の説明