This commit is contained in:
suyl
2021-07-23 17:10:06 +08:00
parent 3be7c29c20
commit 4839bc241c
2 changed files with 14 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ func TestGetCardInfo(t *testing.T) {
}
func TestBatchQueryCardInfo(t *testing.T) {
result, err := api.BatchQueryCardInfo(1)
result, err := api.BatchQueryCardInfo(nil)
if err != nil {
t.Fatalf("PrintMsg return error:%v", err)
}