/** * 品牌处理类 */ 'use strict'; const helpers = global.yoho.helpers; const getContent = (data, type) => {
let resu = {
};
return resu; }; module.exports = { getContent };