This commit is contained in:
aozhiwei 2023-07-12 21:23:37 +08:00
parent f623f77e1b
commit 2c615ab97d

15
server/common/dbpool.js Normal file
View File

@ -0,0 +1,15 @@
async function getBcEventConn() {
}
async function getBcNftConn() {
}
async function getGameConn() {
}
exports.getBcEventConn = getBcEventConn;
exports.getBcNftConn = getBcNftConn;
exports.getGameConn = getGameConn;