From c8981ed262011559148e4e70a40fcc066fbe0faa Mon Sep 17 00:00:00 2001 From: liuzujun Date: Mon, 27 Sep 2021 16:33:58 +0800 Subject: [PATCH] chatTimes数据下发 --- src/models/Daily.lua | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/models/Daily.lua b/src/models/Daily.lua index 3ca9934..a674d30 100644 --- a/src/models/Daily.lua +++ b/src/models/Daily.lua @@ -417,6 +417,7 @@ function Daily:data() curPool = self:getProperty("curPool"), treasureBase = self:getProperty("treasureBase"), treasureList = self:getProperty("treasureList"), + chatTimes = self:getProperty("chatTimes"), } end -- libgit2 0.21.2