1
This commit is contained in:
parent
1e00ea2684
commit
df358540a1
@ -4,4 +4,9 @@ const event = require('j7/event');
|
||||
const config = require('j7/config');
|
||||
|
||||
const json = utils.readJsonFromFile('/home/kingsome/pub/game2006web3/server/bin_dev/web3dbspider/config/airdrops/23072401.airdop.json');
|
||||
console.log(json);
|
||||
json.forEach(
|
||||
(item) => {
|
||||
item['token_id'] = '111';
|
||||
}
|
||||
);
|
||||
console.log(utils.prettyJsonEncode(json));
|
||||
|
Loading…
x
Reference in New Issue
Block a user