Commit b9fbfc3f by 王栋源

wdy

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