1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package jxprintapi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi"
|
||||
"go.uber.org/zap"
|
||||
"testing"
|
||||
@@ -109,5 +110,8 @@ func TestDoPrint(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetPrintList(t *testing.T) {
|
||||
api.GetPrintList("", "", -9, -9, 0, 30)
|
||||
list, count, err := api.GetPrintList("", "", -9, -9, 0, 10)
|
||||
fmt.Println(list)
|
||||
fmt.Println(count)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user