This commit is contained in:
苏尹岚
2021-03-10 09:04:31 +08:00
parent 32a2c0498b
commit 0bad10fc85
2 changed files with 10 additions and 5 deletions

View File

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