This commit is contained in:
苏尹岚
2021-03-12 16:54:12 +08:00
parent 60ff7e5854
commit df5ad51e3d

View File

@@ -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"`