From df5ad51e3d9a1d5d222719866eafa59a87b4de1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 12 Mar 2021 16:54:12 +0800 Subject: [PATCH] aa --- platformapi/jdshopapi/store_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`