This commit is contained in:
苏尹岚
2021-04-21 14:35:48 +08:00
parent be93f2d9c8
commit d23bba1392
4 changed files with 56 additions and 5 deletions

View File

@@ -20,3 +20,11 @@ func TestCouponList(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestRtnotify(t *testing.T) {
result, err := api.Rtnotify("63962962989562895", "6")
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}