Commit aac9b258 by 王栋源

wdy

parent 83239905
...@@ -82,17 +82,17 @@ class UserCtl extends CtlBase { ...@@ -82,17 +82,17 @@ class UserCtl extends CtlBase {
req.session.destroy(); req.session.destroy();
return system.getResultSuccess({ "env": settings.env }); return system.getResultSuccess({ "env": settings.env });
} }
//发票申请列表
async invoicelist(p, o, r) { async invoicelist(p, o, r) {
var rtn = await this.execClient.execPost(p, "https://xggpjb.gongsibao.com/api/op/invoiceApi/invoiceListApi"); var rtn = await this.execClient.execPost(p, "https://xggpjb.gongsibao.com/api/op/invoiceApi/invoiceListApi");
return rtn; return rtn;
} }
//发票申请
async invoice(p, o, r) { async invoice(p, o, r) {
var rtn = await this.execClient.execPost(p, "https://xggpjb.gongsibao.com/api/op/invoiceApi/saveInvoiceApi"); var rtn = await this.execClient.execPost(p, "https://xggpjb.gongsibao.com/api/op/invoiceApi/saveInvoiceApi");
return rtn; return rtn;
} }
//支付
async h5payment(p, o, r) { async h5payment(p, o, r) {
var rtn = await this.execClient.execPost(p, "https://igirl.gongsibao.com/api/tlapi/getH5PayUrl"); var rtn = await this.execClient.execPost(p, "https://igirl.gongsibao.com/api/tlapi/getH5PayUrl");
return { return {
......
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