tb
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user