From 8990640c8481348720f3e13ec36e7a1361cbdd54 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 7 Jul 2022 14:15:22 +0800 Subject: [PATCH] 1 --- server/httpproxy/session.js | 4 ++++ 1 file changed, 4 insertions(+) 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; }