dev2 #1

Open
panjunjie wants to merge 174 commits from dev2 into main
Showing only changes of commit 2bd37864a4 - Show all commits

View File

@ -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',
})
}