This commit is contained in:
邹宗楠
2023-07-14 16:01:02 +08:00
parent 9c5fd65a65
commit b0dffe1c69
8 changed files with 35 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ func TestRetailDiscountBatchSave(t *testing.T) {
}
func TestRetailDiscountList(t *testing.T) {
result, err := api.RetailDiscountList("8694203", RetailActTypeSecKill)
result, err := api.RetailDiscountList("9202390", RetailActTypeSecKill)
if err != nil {
t.Fatal(err)
}