central-security.http 957 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ### checkBlocked
  2. POST {{host}}/central/security/v1/device/blocked
  3. Content-Type: application/json
  4. {
  5. "androidId": "db45ae5e9c55044e",
  6. "appId": 0,
  7. "appVersionCode": "211",
  8. "appVersionName": "2.1.1",
  9. "brand": "HUAWEI",
  10. "channelName": "Googleptay",
  11. "model": "NOH-AN00",
  12. "osVersion": "12",
  13. "packageName": "com.weathervision.live",
  14. "tgPlatform": 0
  15. }
  16. ### ip location
  17. POST {{host}}/central/security/v1/ip/location
  18. Content-Type: application/json
  19. {
  20. "androidId": "db45ae5e9c55044e",
  21. "appId": 0,
  22. "appVersionCode": "211",
  23. "appVersionName": "2.1.1",
  24. "brand": "HUAWEI",
  25. "channelName": "Googleptay",
  26. "model": "NOH-AN00",
  27. "osVersion": "12",
  28. "packageName": "com.weathervision.live",
  29. "ip": "61.144.96.180"
  30. }
  31. ### security level add test
  32. POST {{host}}/central/security/v1/security/device/level/add/test
  33. Content-Type: application/json
  34. test: kOdMgulNcb3YV1C0
  35. {
  36. "deviceIds": [],
  37. "level": 1,
  38. "type": "manual",
  39. "reason": "manual"
  40. }