This commit is contained in:
richboo111
2022-08-25 15:03:56 +08:00
parent c8129d9547
commit 93212f2cee

View File

@@ -159,9 +159,9 @@ type StoreSkuInfo struct {
//首页展示信息
type HomePageInfos struct {
StoreInfo StoreInfo `json:"storeInfo"`
StoreDeductionInfo []StoreDeductionInfo `json:"StoreDeductionInfo"`
StoreSkuInfo []StoreSkuInfo `json:"StoreSkuInfo"`
StoreInfo StoreInfo `json:"storeInfo"`
StoreDeductionInfo StoreDeductionInfo `json:"StoreDeductionInfo"`
StoreSkuInfo StoreSkuInfo `json:"StoreSkuInfo"`
}
type JdStoreLevelExt struct {