Commit aac9b258 by 王栋源

wdy

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