添加商品刷新

This commit is contained in:
xuwenbo
2020-08-11 22:34:27 +08:00
parent fa42709212
commit 29d7522847
2 changed files with 39 additions and 3 deletions

View File

@ -23,5 +23,11 @@ export function edit(data) {
data
})
}
export default { add, edit, del }
export function sync(ids) {
return request({
url: 'api/yxWechatLiveGoods/sync',
method: 'post',
data: ids
})
}
export default { add, edit, del, sync }