Referencia de API
/- Navegador
- API local
/
Obtener resolución
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/base/resolution/list \
-H 'Content-Type: application/json' \
-d '{
"os": 1,
"ua": ""
}'Response
{ "code": 0, "msg": null, "data": [ { … } ], "requestId": "string" }