Commit 6928a612 by 蒋勇

d

parent d8323461
...@@ -10,5 +10,9 @@ class RouteCtl extends CtlBase { ...@@ -10,5 +10,9 @@ class RouteCtl extends CtlBase {
constructor() { constructor() {
super("common", CtlBase.getServiceName(RouteCtl)); super("common", CtlBase.getServiceName(RouteCtl));
} }
async create(p,q,req){
let rtn= await this.service.create(p,q);
return system.getResult(rtn)
}
} }
module.exports = RouteCtl; module.exports = RouteCtl;
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