This commit is contained in:
suyl
2021-05-08 15:50:56 +08:00
parent 317fdd59a1
commit 2ae4b513dd
7 changed files with 122 additions and 4 deletions

View File

@@ -30,3 +30,11 @@ func TestListActivitys(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestUnionPromotion(t *testing.T) {
err := api.UnionPromotion("18160030913903")
if err != nil {
t.Fatal(err)
}
//t.Log(utils.Format4Output(result, false))
}