我正在使用Google Cloud Print API在EPSON TM T82II中打印收据。我已经指定了3份没有保证金的打印作业单。但它没有反映在我的打印输出中。
{
"version":"1.0",
"print":{
"vendor_ticket_item":[],
"color":{
"type":"STANDARD_MONOCHROME"
},
"margins":{
"top_microns":0,
"right_microns":0,
"bottom_microns":0,
"left_microns":0
},
"fit_to_page":{
"type":1
},
"copies":{
"copies":3
}
}
}