Commit 9f1a1acd by 孙亚楠

dd

parent 991b6dca
...@@ -89,7 +89,7 @@ class InvoiceCtl extends CtlBase { ...@@ -89,7 +89,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});
...@@ -170,7 +170,7 @@ class InvoiceCtl extends CtlBase { ...@@ -170,7 +170,7 @@ class InvoiceCtl extends CtlBase {
} }
// 功能3开票 // 功能1开票(商户交易 也是线下交易)
async apply20(params, pobj2, req) { async apply20(params, pobj2, req) {
try { try {
...@@ -277,7 +277,7 @@ class InvoiceCtl extends CtlBase { ...@@ -277,7 +277,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