price string
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user