...
|
...
|
@@ -8,7 +8,8 @@ let apiUrl = { |
|
|
params: '/platform/queryProductParamBySortId',
|
|
|
attr: '/platform/selectAttributes',
|
|
|
material: '/platform/querySellerProductMaterial',
|
|
|
updateNetInfo: '/platform/updateSellerProductNetSaleInfo'
|
|
|
updateNetInfo: '/platform/updateSellerProductNetSaleInfo',
|
|
|
updateProduct: '/platform/updateProduct'
|
|
|
};
|
|
|
|
|
|
const request = require('axios');
|
...
|
...
|
@@ -139,7 +140,7 @@ function getAllAttr(smallSortId, maxSortId) { |
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 更新商品扩展信息
|
|
|
* 更新商品网销信息
|
|
|
* @param info
|
|
|
*/
|
|
|
function updateNetInfo(info) {
|
...
|
...
|
|