...
|
...
|
@@ -79,6 +79,9 @@ exports.res = [{ |
|
|
}, {
|
|
|
name: 'productStatusStr',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'isInfoMiss',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//网销信息 -> tab页
|
...
|
...
|
@@ -334,7 +337,7 @@ exports.res = [{ |
|
|
}, {
|
|
|
name: 'productStandardRelationStr',
|
|
|
type: 'string'
|
|
|
},{
|
|
|
}, {
|
|
|
name: 'productMaterial',
|
|
|
type: 'string'
|
|
|
}]
|
...
|
...
|
@@ -707,92 +710,92 @@ exports.res = [{ |
|
|
},
|
|
|
//***********************************陶雨*******************************
|
|
|
{
|
|
|
//保存搜索顺序
|
|
|
route: '/netSale/saveSearchSort',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveSearchSort',
|
|
|
params: [{
|
|
|
name: 'searchSortList',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//查找热搜词
|
|
|
route: '/netSale/queryHotSearchTerms',
|
|
|
method: 'POST',
|
|
|
url: '/searchWords/queryHotSearchTerms',
|
|
|
params: [{
|
|
|
name: 'page',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'size',
|
|
|
type: 'number',
|
|
|
def: 10
|
|
|
}]
|
|
|
}, {
|
|
|
//查找洗涤提示
|
|
|
route: '/netSale/getAll4Select',
|
|
|
method: 'POST',
|
|
|
url: '/washTips/getAll4Select/',
|
|
|
params: []
|
|
|
}, {
|
|
|
//查找材质参数
|
|
|
route: '/netSale/queryAllBySortId4Select',
|
|
|
method: 'POST',
|
|
|
url: '/productMaterial/queryAllBySortId4Select',
|
|
|
params: [{
|
|
|
name: 'param',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
}, {
|
|
|
//查找所有商品参数信息 //暂时没用
|
|
|
route: '/netSale/queryAllGoodsParams',
|
|
|
method: 'POST',
|
|
|
apis: {
|
|
|
washTipsList: {
|
|
|
url: '/washTips/getAll4Select/'
|
|
|
},
|
|
|
materialList: {
|
|
|
url: 'productMaterial/queryAllBySortId4Select',
|
|
|
params: [{
|
|
|
name: 'param',
|
|
|
type: 'number'
|
|
|
}],
|
|
|
isJsonRaw: true
|
|
|
//保存搜索顺序
|
|
|
route: '/netSale/saveSearchSort',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveSearchSort',
|
|
|
params: [{
|
|
|
name: 'searchSortList',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//查找热搜词
|
|
|
route: '/netSale/queryHotSearchTerms',
|
|
|
method: 'POST',
|
|
|
url: '/searchWords/queryHotSearchTerms',
|
|
|
params: [{
|
|
|
name: 'page',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'size',
|
|
|
type: 'number',
|
|
|
def: 10
|
|
|
}]
|
|
|
}, {
|
|
|
//查找洗涤提示
|
|
|
route: '/netSale/getAll4Select',
|
|
|
method: 'POST',
|
|
|
url: '/washTips/getAll4Select/',
|
|
|
params: []
|
|
|
}, {
|
|
|
//查找材质参数
|
|
|
route: '/netSale/queryAllBySortId4Select',
|
|
|
method: 'POST',
|
|
|
url: '/productMaterial/queryAllBySortId4Select',
|
|
|
params: [{
|
|
|
name: 'param',
|
|
|
type: 'number'
|
|
|
}]
|
|
|
}, {
|
|
|
//查找所有商品参数信息 //暂时没用
|
|
|
route: '/netSale/queryAllGoodsParams',
|
|
|
method: 'POST',
|
|
|
apis: {
|
|
|
washTipsList: {
|
|
|
url: '/washTips/getAll4Select/'
|
|
|
},
|
|
|
materialList: {
|
|
|
url: 'productMaterial/queryAllBySortId4Select',
|
|
|
params: [{
|
|
|
name: 'param',
|
|
|
type: 'number'
|
|
|
}],
|
|
|
isJsonRaw: true
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}, {
|
|
|
//保存搜索关键词
|
|
|
route: '/netSale/saveNetSaleSearchKeys',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveNetSaleSearchKeys',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'searchKeys',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//保存商品参数
|
|
|
route: '/netSale/saveProductParam',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveProductParam',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'attributeProValuesOne',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'productStandardRelationStr',
|
|
|
type: 'string'
|
|
|
},{
|
|
|
name: 'productMaterial',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
},
|
|
|
//************************************weiqingting**********************
|
|
|
//商品描述
|
|
|
}, {
|
|
|
//保存搜索关键词
|
|
|
route: '/netSale/saveNetSaleSearchKeys',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveNetSaleSearchKeys',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'searchKeys',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
}, {
|
|
|
//保存商品参数
|
|
|
route: '/netSale/saveProductParam',
|
|
|
method: 'POST',
|
|
|
url: '/product/saveProductParam',
|
|
|
params: [{
|
|
|
name: 'productSkn',
|
|
|
type: 'number'
|
|
|
}, {
|
|
|
name: 'attributeProValuesOne',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'productStandardRelationStr',
|
|
|
type: 'string'
|
|
|
}, {
|
|
|
name: 'productMaterial',
|
|
|
type: 'string'
|
|
|
}]
|
|
|
},
|
|
|
//************************************weiqingting**********************
|
|
|
//商品描述
|
|
|
{
|
|
|
route: '/netSale/saveProductDesc',
|
|
|
method: 'POST',
|
...
|
...
|
|