Commit 22197753 by 王昆

gsb

parent c3f9ee5f
...@@ -52,7 +52,7 @@ class InvoiceCtl extends CtlBase { ...@@ -52,7 +52,7 @@ class InvoiceCtl extends CtlBase {
} }
//发票列表 //发票列表
async merchantinvoicePage(params, pobj2, req) { async invoicePage(params, pobj2, req) {
try { try {
let rs = await this.invoiceSve.merchantinvoicePage(params); let rs = await this.invoiceSve.merchantinvoicePage(params);
return rs; return rs;
......
...@@ -184,7 +184,7 @@ class System { ...@@ -184,7 +184,7 @@ class System {
order: dev + ":3103" + path, order: dev + ":3103" + path,
// 发票服务 // 发票服务
invoice: dev + ":3105" + path, invoice: local + ":3105" + path,
// 用户服务 // 用户服务
uc: dev + ":3106" + path, uc: dev + ":3106" + path,
......
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