{
"taskNo":"2024/08/15280911153585",
"taskNum": 1,
"printDeviceName": "武汉中心打印机"
}
curl --location --request POST 'localhost:8245/printer/task' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskNo":"2024/08/15280911153585",
"taskNum": 1,
"printDeviceName": "武汉中心打印机"
}'
{
"code": "string",
"message": "string",
"data": null,
"time": "string",
"success": true
}