| GET |
/api/print/tasks/{id} |
PrintTaskController接口 |
| GET |
/api/print/tasks/no/{taskNo} |
PrintTaskController接口 |
| POST |
/api/print/tasks/{id}/cancel |
PrintTaskController接口 |
| POST |
/api/print/tasks/{id}/retry |
PrintTaskController接口 |
| DELETE |
/api/print/tasks/{id} |
PrintTaskController接口 |
| GET |
/api/print/configs/key/{configKey} |
PrintConfigController接口 |
| PUT |
/api/print/configs/{id} |
PrintConfigController接口 |
| DELETE |
/api/print/configs/{id} |
PrintConfigController接口 |
| GET |
/api/print/printers/{id} |
PrinterController接口 |
| GET |
/api/print/printers/code/{printerCode} |
PrinterController接口 |
| GET |
/api/print/printers/available |
PrinterController接口 |
| POST |
/api/print/printers/{id}/default |
PrinterController接口 |
| PUT |
/api/print/printers/{id} |
PrinterController接口 |
| PUT |
/api/print/printers/{id}/status |
PrinterController接口 |
| DELETE |
/api/print/printers/{id} |
PrinterController接口 |
| GET |
/api/print/templates/{id} |
PrintTemplateController接口 |
| GET |
/api/print/templates/code/{templateCode} |
PrintTemplateController接口 |
| POST |
/api/print/templates/{id}/default |
PrintTemplateController接口 |
| PUT |
/api/print/templates/{id} |
PrintTemplateController接口 |
| DELETE |
/api/print/templates/{id} |
PrintTemplateController接口 |
| GET |
/api/print/records/{id} |
PrintRecordController接口 |
| GET |
/api/print/records/no/{recordNo} |
PrintRecordController接口 |
| GET |
/api/print/records/statistics |
PrintRecordController接口 |