This commit is contained in:
邹宗楠
2025-03-17 13:46:55 +08:00
parent bdcc7b25f2
commit b308322826
5 changed files with 57 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ func TestSkuList(t *testing.T) {
PageSize: 100,
SkuIdOffset: skuIdOffset,
}
foodList, err := api.SkuList(utils.Int2Str(102778), param)
foodList, err := api.SkuList(utils.Int2Str(100002), param)
if err != nil {
break
}