| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- ### checkBlocked
- POST {{host}}/central/security/v1/device/blocked
- Content-Type: application/json
- {
- "androidId": "db45ae5e9c55044e",
- "appId": 0,
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "Googleptay",
- "model": "NOH-AN00",
- "osVersion": "12",
- "packageName": "com.weathervision.live",
- "tgPlatform": 0
- }
- ### ip location
- POST {{host}}/central/security/v1/ip/location
- Content-Type: application/json
- {
- "androidId": "db45ae5e9c55044e",
- "appId": 0,
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "Googleptay",
- "model": "NOH-AN00",
- "osVersion": "12",
- "packageName": "com.weathervision.live",
- "ip": "61.144.96.180"
- }
- ### security level add test
- POST {{host}}/central/security/v1/security/device/level/add/test
- Content-Type: application/json
- test: kOdMgulNcb3YV1C0
- {
- "deviceIds": [],
- "level": 1,
- "type": "manual",
- "reason": "manual"
- }
|