home
This commit is contained in:
@@ -159,9 +159,9 @@ type StoreSkuInfo struct {
|
|||||||
|
|
||||||
//首页展示信息
|
//首页展示信息
|
||||||
type HomePageInfos struct {
|
type HomePageInfos struct {
|
||||||
StoreInfo StoreInfo `json:"storeInfo"`
|
StoreInfo StoreInfo `json:"storeInfo"`
|
||||||
StoreDeductionInfo []StoreDeductionInfo `json:"StoreDeductionInfo"`
|
StoreDeductionInfo StoreDeductionInfo `json:"StoreDeductionInfo"`
|
||||||
StoreSkuInfo []StoreSkuInfo `json:"StoreSkuInfo"`
|
StoreSkuInfo StoreSkuInfo `json:"StoreSkuInfo"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type JdStoreLevelExt struct {
|
type JdStoreLevelExt struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user