ajustes no agent

This commit is contained in:
Luiz Silva 2026-01-03 16:16:19 -03:00
parent 6be329f7e6
commit 0bbd04ee45
2 changed files with 25 additions and 0 deletions

View file

@ -222,6 +222,15 @@ Depois acesse:
- Teste do widget: `http://localhost:8080/teste.html`
- Painel: `http://localhost:8080/painel` (senha em `SENHA_PAINEL`)
Exportação CSV (painel):
- Endpoint protegido: `GET /painel/export.csv`
- Parâmetros:
- `produto=<produto>` (obrigatório)
- `baixas=1` (opcional; exporta apenas notas baixas <=6)
- Exemplo:
- `http://localhost:8080/painel/export.csv?produto=exemplo&baixas=1`
Painel:
- Acesse `http://localhost:8080/painel`