- mtwm优惠券

This commit is contained in:
gazebo
2019-05-28 17:09:20 +08:00
parent 8d9557a24f
commit a571acef56
3 changed files with 86 additions and 3 deletions

View File

@@ -94,3 +94,11 @@ func TestRetailDiscountDelete(t *testing.T) {
t.Fatal(err)
}
}
func TestInStoreCouponList(t *testing.T) {
result, err := api.InStoreCouponList("6783616", 1, 100)
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}