...
|
...
|
@@ -453,7 +453,7 @@ module.exports = (data, cb) => { |
|
|
api.get('', sign.apiSign({
|
|
|
productId: data.id,
|
|
|
method: 'h5.product.data'
|
|
|
})).then({
|
|
|
})).then(data => {
|
|
|
var dJson = JSON.parse(data);
|
|
|
|
|
|
cb(detailDataPkg(dJson, 0)); // 待处理 缺少 VIP 等级参数,暂时补充为 0
|
...
|
...
|
|