diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index 39216529..5a09ca9a 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -1162,7 +1162,7 @@ type StoreProductSearchResult struct { Status int `json:"status"` LastUpTime interface{} `json:"lastUpTime"` LastDownTime int64 `json:"lastDownTime"` - StorePrice interface{} `json:"storePrice"` + StorePrice float64 `json:"storePrice"` StockNum int `json:"stockNum"` SkuName string `json:"skuName"` Logo string `json:"logo"`