This commit is contained in:
aozhiwei 2023-07-22 18:21:19 +08:00
parent d91f41f746
commit 96df7903ab

View File

@ -241,6 +241,10 @@ function getAllTables() {
return tables;
}
function getAirDrop(tokenId) {
}
exports.init = init;
exports.getMetaByKey = getMetaByKey;
@ -253,3 +257,4 @@ exports.getContractsConf = getContractsConf;
exports.getNetList = getNetList;
exports.getNetDir = getNetDir;
exports.getAllTables = getAllTables;
exports.getAirDrop = getAirDrop;