Commit 12cf5a58 by Sxy

冲突解决

parent b41048ba
......@@ -590,13 +590,8 @@ class TxHandler {
}
}
<<<<<<< HEAD
return system.rysQueueOper(obj);
=======
return systetm.rysQueueOper(obj);
>>>>>>> 7836d50cb415f70a29da5fdfc628da6d8971e68c
}
// 融易算服务状态变更通知
......@@ -673,7 +668,7 @@ class TxHandler {
return system.rysQueueOper(obj);
}
async test(datajson){
async test(datajson) {
var rc = system.getObject("util.execClient");
var reqUrl = this.bookUrl + "/bizOptCtl/insertInfo";
var result = await rc.execPost3(datajson, reqUrl);
......
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