Commit f1de0ed6 by 王昆

gsb

parents 9bd9ef2b 9f1a1acd
...@@ -90,7 +90,7 @@ class InvoiceCtl extends CtlBase { ...@@ -90,7 +90,7 @@ class InvoiceCtl extends CtlBase {
} }
} }
// 功能2开票 // 功能2开票(平台交易)
async apply10(params, pobj2, req) { async apply10(params, pobj2, req) {
validation.check(params, 'data_ids', {name: "交易信息", arr_require: true}); validation.check(params, 'data_ids', {name: "交易信息", arr_require: true});
...@@ -171,8 +171,7 @@ class InvoiceCtl extends CtlBase { ...@@ -171,8 +171,7 @@ class InvoiceCtl extends CtlBase {
return system.getResultSuccess(data); return system.getResultSuccess(data);
} }
// 功能1开票(商户交易 也是线下交易)
// 功能3开票
async apply20(params, pobj2, req) { async apply20(params, pobj2, req) {
try { try {
// TODO 方法未测试 // TODO 方法未测试
...@@ -290,7 +289,7 @@ class InvoiceCtl extends CtlBase { ...@@ -290,7 +289,7 @@ class InvoiceCtl extends CtlBase {
} }
} }
// 功能1开票 // 功能3开票(订单交易)
async apply00(params, pobj2, req) { async apply00(params, pobj2, req) {
validation.check(params, 'data_ids', {name: "订单信息", arr_require: true}); validation.check(params, 'data_ids', {name: "订单信息", arr_require: true});
......
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