This commit is contained in:
邹宗楠
2025-07-31 13:35:32 +08:00
parent 539c61e348
commit bba31a84a2
2 changed files with 31 additions and 37 deletions

View File

@@ -73,4 +73,6 @@ type ProductListV2Param struct {
UpdateEndTime int64 `json:"update_end_time"`
// 小时达商家使用的门店id
StoreId int64 `json:"store_id"`
// 商品ID,最大一百个
ProductId []string `json:"product_id"`
}