Commit 52c3dc5b by 宋毅

tj

parent 4cff256d
...@@ -64,6 +64,7 @@ module.exports = function (app) { ...@@ -64,6 +64,7 @@ module.exports = function (app) {
var p = null; var p = null;
var invokeObj = System.getObject("api." + classPath); var invokeObj = System.getObject("api." + classPath);
if (invokeObj[methodName]) { if (invokeObj[methodName]) {
console.log(JSON.stringify(params), "api.......1");
p = invokeObj[methodName].apply(invokeObj, params); p = invokeObj[methodName].apply(invokeObj, params);
} }
p.then(r => { p.then(r => {
......
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