diff --git a/server/httpproxy/session.js b/server/httpproxy/session.js index 6c88322..0ceb5ea 100644 --- a/server/httpproxy/session.js +++ b/server/httpproxy/session.js @@ -9,6 +9,10 @@ class Session { this.nowTime = utils.getUtcTime(); } + destory() { + + } + getNowTime() { return this.nowTime; }