...
|
...
|
@@ -50,8 +50,7 @@ const getProductBatch = (param, options) => { |
|
|
return api.get('', {
|
|
|
method: 'h5.product.batch',
|
|
|
productSkn: param.productSkn.join(','),
|
|
|
yh_channel: param.yh_channel,
|
|
|
limit: param.limit || param.productSkn.length
|
|
|
yh_channel: param.yh_channel
|
|
|
}).then(result => {
|
|
|
let data = {};
|
|
|
|
...
|
...
|
|