Commit d942a1d1 by zhaoxiqing

gsb

parent daec2d04
......@@ -63,10 +63,10 @@ class ActionAPI extends APIBase {
case "platforminvoicePage" : //发票列表(平台)
opResult = await this.saasinvoiceSve.platforminvoicePage(action_body);
break;
case "merchantinvoiceapplyPage" :
case "merchantinvoiceapplyPage" : //发票申请列表(商户)
opResult = await this.saasinvoiceapplySve.merchantinvoiceapplyPage(action_body);
break;
case "platforminvoiceapplyPage" : //发票列表(平台)
case "platforminvoiceapplyPage" : //发票申请列表(平台)
opResult = await this.saasinvoiceapplySve.platforminvoiceapplyPage(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