Commit 09a57744 by wkliang

debug

parent b0df2b75
...@@ -3,7 +3,7 @@ var system = require("../../../system"); ...@@ -3,7 +3,7 @@ var system = require("../../../system");
class CollectAPI extends APIBase { class CollectAPI extends APIBase {
constructor() { constructor() {
super(); super();
this.collectSve = system.getObject("service.askfor.CollectSve"); this.collectSve = system.getObject("service.askfor.collectSve");
} }
async tradeMark (pobj, qobj, req) { async tradeMark (pobj, qobj, req) {
......
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