edit
This commit is contained in:
@ -96,6 +96,9 @@ export class TicketService extends ShipperBaseService {
|
||||
// 查询进项发票明细
|
||||
$api_get_input_invoice_detail_page = '/api/fcc/ficoInpinvL/list/page';
|
||||
|
||||
// 查询快递轨迹
|
||||
$api_get_express_routes = '/api/fcc/ficoExpressH/searchRoutes';
|
||||
|
||||
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user