Commit 221c9c87 by 王昆

gsb

parent 9513ad99
......@@ -37,33 +37,6 @@ class ActionAPI extends APIBase {
var opResult = null;
switch (action_type) {
// 姓名二要素
case "nameTwo":
opResult = await this.authSve.nameTwo(action_body);
break;
// 银行卡三要素
case "bankThree":
// opResult = await this.userSve.saveMerchantUser(action_body);
break;
// 银行卡四要素
case "bankFour":
// opResult = await this.userSve.adminLogin(action_body);
break;
// 创建账号
case "createAccount":
// opResult = await this.userSve.merchantLogin(action_body);
break;
// 创建模板
case "createTemplate":
// opResult = await this.userSve.merchantLogin(action_body);
break;
// 手动签约
case "handSign":
// opResult = await this.userSve.merchantLogin(action_body);
break;
//
case "autoSign":
// opResult = await this.userSve.info(action_body);
break;
case "ceshi":
opResult = await this.enginsignSve.autoSign(action_body);
break;
......
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