This commit is contained in:
aozhiwei 2023-07-12 21:36:25 +08:00
parent 2c615ab97d
commit c5b806d149

View File

@ -1,3 +1,11 @@
const constant = require('./constant');
const dbHash = {
constant.GAMEDB_NAME: null,
constant.BCEVENTDB_NAME: null,
constant.BCNFTDB_NAME: null
};
async function getBcEventConn() {
}