Commit 01ae5613 by 王昆

gsb

parent 7bb10cfe
...@@ -32,5 +32,10 @@ class InvoiceService extends ServiceBase { ...@@ -32,5 +32,10 @@ class InvoiceService extends ServiceBase {
return rs; return rs;
} }
async invoice(params) {
var rs = await this.callms("invoice", "invoice", params);
return rs;
}
} }
module.exports = InvoiceService; module.exports = InvoiceService;
\ No newline at end of file
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