HttpUtil.js 126 B

12345678
  1. let HttpUtil = {
  2. init() {
  3. this.clientHost = {};
  4. this.clientSender = {}
  5. }
  6. }
  7. module.exports = HttpUtil;