This commit is contained in:
aozhiwei 2022-07-07 14:15:22 +08:00
parent bd85e5cdb4
commit 8990640c84

View File

@ -9,6 +9,10 @@ class Session {
this.nowTime = utils.getUtcTime();
}
destory() {
}
getNowTime() {
return this.nowTime;
}