修改一下bug

This commit is contained in:
xuwenbo
2020-08-12 00:23:57 +08:00
parent 29d7522847
commit fa3ca6b7bb
3 changed files with 74 additions and 21 deletions

View File

@ -25,7 +25,7 @@ export function edit(data) {
}
export function sync(ids) {
return request({
url: 'api/yxWechatLiveGoods/sync',
url: 'api/yxWechatLiveGoods/synchro',
method: 'post',
data: ids
})