home
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user