This commit is contained in:
Taric Xin
2022-03-23 10:30:58 +08:00
parent 5d9b136898
commit 0cce1559f3
2 changed files with 26 additions and 7 deletions

View File

@ -108,6 +108,9 @@ export class TicketService extends ShipperBaseService {
// 查询快递轨迹
$api_get_express_routes = '/api/fcc/ficoExpressH/searchRoutes';
// 下载对账单文件
$api_downloadPdf = '/api/fcc/ficoVatappBill/downloadPdf';
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
super(injector, eaCacheSrv);
}