Commit 073c3657 by 王昆

Merge branch 'xgg-saas-platform' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-saas-platform

parents fcf64b99 2c260d45
......@@ -138,7 +138,8 @@ class SaasinvoiceService extends ServiceBase {
"additional_tax": invoice.additional_tax || 0,
"value_added_tax": invoice.value_added_tax || 0,
"channel_id": this.DEFAULT_CHANNEL_ID,
"saas_deliver_api": settings.outApi().deliverNotifyApi
"saas_deliver_api": settings.outApi().deliverNotifyApi,
"product_id":"50010000"
}
let url = settings.deliverSysApi().pushInvoiceToDeliver;
......
......@@ -197,7 +197,7 @@ class System {
merchant: dev + ":3101" + path,
// 订单服务
order: local + ":3103" + path,
order: dev + ":3103" + path,
// 发票服务
invoice: dev + ":3105" + 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