Commit f6b33319 by 孙亚楠

dd

parent 100c11e6
......@@ -99,6 +99,10 @@ class ActionAPI extends APIBase {
case "signing":
opResult = await this.obusinessmenSve.signing(action_body);
break;
case "signNames":
opResult = await this.obusinessmenSve.signNames(action_body);
break;
// 统计数据(平台)
case "statTransData": //数据简报
opResult = await this.oorderSve.statTransData(action_body);
......
......@@ -100,6 +100,15 @@ class ObusinessmenService extends ServiceBase {
}
}
async signNames(params){
try {
return [];
} catch (error) {
console.log(error);
return system.getResult(null,`系统错误 错误信息:${error}`);
}
}
/**
* 建账
* @param {*} params
......
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