适配api

This commit is contained in:
paulGao
2022-02-14 14:21:37 +08:00
parent acff55dc65
commit 228935034d
5 changed files with 15 additions and 11 deletions

View File

@@ -310,7 +310,7 @@ export const getGoodsSpecInfoSeller = (category_id) => {
//批量设置运费模板
export const batchShipTemplate = params => {
return putRequest(`/goods/freight`, params);
return putRequest(`/goods/goods/freight`, params);
};