This commit is contained in:
Taric Xin
2022-02-23 17:33:55 +08:00
parent 53a8809f64
commit 91a547c570
2 changed files with 3 additions and 2 deletions

View File

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