Referencia de API
/- Navegador
- API local
/
Obtén una lista de zonas...
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/base/list \
-H 'Content-Type: application/json' \
-d '{
"os": 1
}'Response
{ "code": 0, "msg": "string", "data": { "time_zone_list": [ … ], "language_list": [ … ] }, "requestId": "string" }