This commit is contained in:
苏尹岚
2021-03-09 18:03:31 +08:00
parent ae08a80cd4
commit 32a2c0498b
7 changed files with 50 additions and 6 deletions

View File

@@ -93,3 +93,10 @@ func TestActivitySkuList(t *testing.T) {
t.Log(utils.Format4Output(activityInfo, false))
}
}
func TestActMultiChannelQueryIDs(t *testing.T) {
err := api.ActMultiChannelQueryIDs("", 200000066556, "2")
if err != nil {
t.Fatal(err)
}
}