This commit is contained in:
aozhiwei 2023-07-23 13:37:57 +08:00
parent c8278cc3c9
commit 7bd7906a88

View File

@ -242,7 +242,7 @@ function getAllTables() {
} }
function getAirDrop(tokenId, netId, tokenType, contractAddress) { function getAirDrop(tokenId, netId, tokenType, contractAddress) {
const airDropMeta = callMetaStatic('AirDrop', tokenId); const airDropMeta = callMetaStatic('AirDrop', 'getAirDropByTokenId', tokenId);
return airDropMeta; return airDropMeta;
} }