Browse Source

代码修改

yeshijie 7 năm trước cách đây
mục cha
commit
0bb4401051
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/server/models/client/wechat.client.js

+ 1 - 0
src/server/models/client/wechat.client.js

@ -20,6 +20,7 @@ let https = require('https');
let async = require('async');
const CONTENT_TYPES = require('../../include/commons').CONTENT_TYPES;
const SESSION_TYPES = require('../../include/commons').SESSION_TYPES;
const SOCKET_TYPES = require('../../include/commons').SOCKET_TYPES;
const REDIS_KEYS = require('../../include/commons').REDIS_KEYS;