fix: 请求方式修改

This commit is contained in:
mixtan 2025-06-27 20:43:21 +08:00
parent a04db00c4f
commit 2bd37864a4

View File

@ -113,7 +113,7 @@ export async function syncShopImages(data) {
data = stringify(data) data = stringify(data)
return request({ return request({
url: `/admin/shop/shop-sync-productMapper/syncShopImages?${data}`, url: `/admin/shop/shop-sync-productMapper/syncShopImages?${data}`,
method: 'get', method: 'post',
}) })
} }