const hit = require('./hit/prepaid'); exports.buy = (task) => { hit(task, false); }; exports.advice = (task) => { hit(task, true); };