detail-bundle-service.js
287 Bytes
/**
* Created by TaoHuang on 2016/11/30.
*/
'use strict';
const api = require('./detail-product-api');
const type = {
package: 'package', // 套餐
bundle: 'bundle' // 量贩
};
const _getBundle = (data) => {
};
const getPackage = (data) => {
};
module.exports = {
}