This commit is contained in:
yaoyanwei
2025-09-08 16:43:50 +08:00
parent 43803f024b
commit e26f405ea8
13 changed files with 1043 additions and 45 deletions

View File

@@ -126,7 +126,7 @@ exports.KeepOnline = async (req, res, next) => {
};
exports.GetVersion = (req, res) => {
return res.status(200).send({ version: config.version });
return res.status(200).send({description:config.description, version:config.version, md5:config.md5, timestamp: Date.now()});
};
// ----- verify user -----------