Commit 33848e28 by linboxuan

lin add submitService/editService,delete getWay pushlog select

parent c1537697
......@@ -32,9 +32,9 @@ class StatisticsCtl extends CtlBase {
}
}
async editsubmitService(pobj, qobj, req) {
async editService(pobj, qobj, req) {
try {
const rs = await this.service.editsubmitService(pobj);
const rs = await this.service.editService(pobj);
return system.getResult(rs);
} catch (err) {
return system.getResult(null, err.message)
......
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