Name | Type | Required | Description | Remarks |
---|---|---|---|---|
envId | string | Yes | Fingerprint ID | Returned by the browser fingerprint generation interface |
POST http://localhost:50213/api/v1/env/get
{
"envId": "a1ffdb8f88274de28d5066******"
}
Name | Type | Required | Description | Remarks |
---|---|---|---|---|
reqId | string | Yes | Request unique ID | |
code | int | Yes | Response code | |
msg | string | Yes | Response message | |
data | json string | No | Fingerprint details |
Name | Type | Required | Description | Remarks |
---|---|---|---|---|
envId | string | Yes | Fingerprint ID | |
envName | string | No | Name | |
customerId | string | No | Custom client ID | |
system | string | No | Operating system | |
publicIp | string | No | Public IP | |
ipChannel | string | No | IP detection channel |
{
"reqId": "91a0d5d855a24a029a1c03d931f34ea1",
"code": 200,
"msg": "OK",
"data": {
"envId": "619a15aee2f64a9bbb9993dd006ecc46",
"customerId": "xxxxxxxx",
"system": "Windows 7",
"uaVersion": "100",
"publicIp": "10.10.10.103",
"ipChannel": "ipdata"
}
}
Code | Description |
---|---|
-1 | Failure |
200 | Success |
500 | Server error |
1060 | Missing appid |
1061 | Missing timestamp |
1062 | Missing signature |
1063 | Missing envelope |
1064 | Timestamp deviation too large |
1065 | Invalid appId |
1066 | Invalid envelope |
1067 | Invalid signature |
1068 | Invalid appSecret |
1069 | Invalid appId |
1070 | Call limit exceeded |
1071 | Insufficient balance |
1072 | Wallet not found |
10057 | envId cannot be empty |
10058 | Fingerprint information does not exist |