price string

This commit is contained in:
苏尹岚
2020-11-27 16:29:55 +08:00
parent d1b8283913
commit 1840222f48

View File

@@ -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,