Commit 9533f74e by 宋毅

新接口

parent 4791b5af
...@@ -80,7 +80,7 @@ class GatewaypushlogService extends ServiceBase { ...@@ -80,7 +80,7 @@ class GatewaypushlogService extends ServiceBase {
} }
let params = [item.requestjson]; let params = [item.requestjson];
let doRes = await invokeObj[item.interface_method].apply(invokeObj, params); let doRes = await invokeObj[item.interface_method].apply(invokeObj, params);
console.log("newTaskHandle..............................................", JSON.stringify(newTaskHandle)) console.log("newTaskHandle..............................................", JSON.stringify(doRes))
return doRes; return doRes;
} }
......
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