Commit b57f4680 by haojie

1

parent 3da277c9
......@@ -161,6 +161,7 @@ async function run() {
Transfer_callBack(task);
}
} else if (task.type == 2) {
console.log('转账');
let amount = task.amount;
// 转账
const result = await sendToken(to, from, amount);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment