...
|
...
|
@@ -20,7 +20,7 @@ module.exports={ |
|
|
{name: 'size', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
getPrice:{
|
|
|
getProductPrice:{
|
|
|
title:'获得单个变价详情',
|
|
|
url: '/product/getProductPrice',
|
|
|
params: [
|
...
|
...
|
@@ -29,7 +29,7 @@ module.exports={ |
|
|
},
|
|
|
updatePrice:{
|
|
|
title:'单个变价接口',
|
|
|
url: '/product/updateProductPrice',
|
|
|
url: '/product/getProductPrice',
|
|
|
params: [
|
|
|
{name: 'product_skn', type: 'number'},
|
|
|
{name: 'sales_price', type: 'number'},
|
...
|
...
|
@@ -48,7 +48,7 @@ module.exports={ |
|
|
{name: 'param', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
batchUpdatePrice:{
|
|
|
batchUpdateProductPrice:{
|
|
|
title:'批量变价接口',
|
|
|
url: '/product/batchUpdateProductPrice',
|
|
|
params: [
|
...
|
...
|
|