Commit b9fbfc3f by 王栋源

wdy

parent b8ddee8f
......@@ -22,14 +22,9 @@ class TmtransferTask extends TaskBase {
console.log(result);
return result;
} catch (error) {
console.log(error);
return null;
}
}
}
module.exports = TmtransferTask;
var a = new TmtransferTask();
var b = a.doTask();
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