Commit 6456fcf3 by 王栋源

wdy

parent 3e39fdac
...@@ -3,7 +3,6 @@ var system = require("../../../system"); ...@@ -3,7 +3,6 @@ var system = require("../../../system");
class TestAPI extends APIBase { class TestAPI extends APIBase {
constructor() { constructor() {
super(); super();
this.orderSve = system.getObject("service.order.orderSve");
} }
async test(pobj, query, req) { async test(pobj, query, req) {
// var tmp = await this.orderSve.createLicense(pobj.action_body); // var tmp = await this.orderSve.createLicense(pobj.action_body);
......
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