wrapper.js 97 B

123456
  1. module.exports = function wrapper(object) {
  2. return {
  3. code: 1,
  4. message: object,
  5. };
  6. };