fix: 请求方式修改
This commit is contained in:
parent
a04db00c4f
commit
2bd37864a4
@ -113,7 +113,7 @@ export async function syncShopImages(data) {
|
||||
data = stringify(data)
|
||||
return request({
|
||||
url: `/admin/shop/shop-sync-productMapper/syncShopImages?${data}`,
|
||||
method: 'get',
|
||||
method: 'post',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user