ajustes no agent
This commit is contained in:
parent
6be329f7e6
commit
0bbd04ee45
2 changed files with 25 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue