修改直播添加商品逻辑
This commit is contained in:
@ -30,4 +30,12 @@ export function sync() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
export default { add, edit, del, sync }
|
||||
|
||||
export function addGoods(data) {
|
||||
return request({
|
||||
url: 'api/yxWechatLive/addGoods',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
export default { add, edit, del, sync, addGoods }
|
||||
|
Reference in New Issue
Block a user