diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index f1b5f2a0..d8b9fdf5 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -1041,7 +1041,7 @@ func (a *API) StoreWareDoUpdate(status int, skuId int64, vendorStoreID string) ( } //门店商品改价 -func (a *API) StoreUpdatePrice(price int, skuId int64, vendorStoreID string) (err error) { +func (a *API) StoreUpdatePrice(price string, skuId int64, vendorStoreID string) (err error) { _, err = a.AccessStorePage2("https://ware.shop.jd.com/rest/storeProduct/updateStoreFeature", map[string]interface{}{ "skuId": skuId, "storeId": vendorStoreID,