im
This commit is contained in:
@@ -176,14 +176,15 @@ func TestPrintCancelOrRefund(t *testing.T) {
|
||||
//}
|
||||
//
|
||||
////清空待打印队列
|
||||
//func TestEmptyPrinterQueue(t *testing.T) {
|
||||
// request := &EmpPrinterQueueRequest{
|
||||
// RestRequest: api.GenerateRestRequest(),
|
||||
// Sn: TestPrinterSN,
|
||||
// }
|
||||
// err := api.EmptyPrinterQueue(request)
|
||||
// fmt.Println(err)
|
||||
//}
|
||||
func TestEmptyPrinterQueue(t *testing.T) {
|
||||
//request := &EmpPrinterQueueRequest{
|
||||
// RestRequest: api.GenerateRestRequest(),
|
||||
// Sn: TestPrinterSN,
|
||||
//}
|
||||
err := api.EmptyPrinterQueue(TestPrinterSN)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
//
|
||||
////查询订单状态
|
||||
//func TestQueryOrderState(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user