恢复京东商品库
This commit is contained in:
@@ -841,3 +841,12 @@ func (a *API) GetJdSkuDirectPrice(skuID int) (price int64, err error) {
|
|||||||
}
|
}
|
||||||
return price, err
|
return price, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//恢复京东商品库
|
||||||
|
func (a *API) RefreshJdDepot(skuID int) (result interface{}, err error) {
|
||||||
|
jdParams := map[string]interface{}{
|
||||||
|
"wareIds": skuID,
|
||||||
|
}
|
||||||
|
result, err = a.AccessStorePage2("https://pms-store.jddj.com/ware/updateWareRollBackStatus", jdParams, true, "")
|
||||||
|
return result, err
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user