const hit = require('./hit'); exports.buy = (task, xid) => { hit(xid, task); };