http.js 105 B

123456789
  1. module.exports = {
  2. formmat(data, code, msg){
  3. return {
  4. code,
  5. data,
  6. msg
  7. }
  8. }
  9. }