@@ -31,7 +31,7 @@ async function getTransfers(ctx) {
//提交归集任务
//获取上一次的 gas 费
try {
- var temp_obj = obj
+ var temp_obj = {...obj}
if (temp_obj.address) {
moralis.pushCollectConisObj(temp_obj)
}