module.exports.formatResponse = function (code, msg, data) { return { code, msg, data } }