GetClient()

This commit is contained in:
2022-11-19 12:50:41 +01:00
parent f555f0f1cf
commit 6e01c41c22
5 changed files with 152 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ const (
TIMESTAMP_OUT_OF_RANGE APIError = 1205
USER_NOT_FOUND APIError = 1301
USER_AUTH_FAILED APIError = 1302
CLIENT_NOT_FOUND APIError = 1302
USER_AUTH_FAILED APIError = 1311
NO_DEVICE_LINKED APIError = 1401