This commit is contained in:
Taric Xin
2022-02-23 17:01:01 +08:00
parent f763db279d
commit 53a8809f64
2 changed files with 34 additions and 30 deletions

View File

@ -38,6 +38,8 @@ export class TicketService extends ShipperBaseService {
$api_push_invoic = '/api/fcc/ficoVatinvH/crmPushInvo';
// 运营端批量推送开票-E税云开票
$api_batch_push_invoic = '/api/fcc/ficoVatinvH/crmPushInvoBath';
// 发票作废
$api_cancel_invoic = '/api/fcc/ficoInpinvH/inpinvHCancel';
// 获取汇总下单路径
$api_get_order_summary_path = '/api/fcc/ficoExpressH/getSummaryOrderAddress';