This commit is contained in:
邹宗楠
2022-07-14 14:02:14 +08:00
parent 7d080421a5
commit 115dfc580d
2 changed files with 4 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ func TestPrintMsgWithToken(t *testing.T) {
}
func TestGetPrintStatus(t *testing.T) {
state, err := api.GetPrintStatus("4004627655")
state, err := api.GetPrintStatus("4004802855")
handleError(t, err)
baseapi.SugarLogger.Debug(state)
}