Commit 038fcdbc by zhaoxiqing

gsb

parent 4c48824b
...@@ -59,7 +59,7 @@ class ActionAPI extends APIBase { ...@@ -59,7 +59,7 @@ class ActionAPI extends APIBase {
case "merchantinvoicePage" : //发票列表(商户) case "merchantinvoicePage" : //发票列表(商户)
opResult = await this.saasinvoiceSve.merchantinvoicePage(action_body); opResult = await this.saasinvoiceSve.merchantinvoicePage(action_body);
break; break;
case "platforminvoicePage" : //发票列表(商户) case "platforminvoicePage" : //发票列表(平台)
opResult = await this.saasinvoiceSve.merchantinvoicePage(action_body); opResult = await this.saasinvoiceSve.merchantinvoicePage(action_body);
break; 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