1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package yilianyun
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/partner"
|
||||
"testing"
|
||||
@@ -46,3 +47,9 @@ func TestRegisterPrinter(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestStatusPrinter(t *testing.T) {
|
||||
data, err := CurPrinterHandler.GetPrinterStatus(jxcontext.AdminCtx, "4004802883", "441719962922")
|
||||
fmt.Println("data", data)
|
||||
fmt.Println("err", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user