Commit 3abcf8df by 宋毅

tj

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