This commit is contained in:
Taric Xin
2022-03-22 17:41:58 +08:00
parent 873ff7f61b
commit e3a14bb57f
15 changed files with 218 additions and 249 deletions

View File

@ -99,8 +99,8 @@ export class TicketService extends ShipperBaseService {
// 查询快递轨迹
$api_get_express_routes = '/api/fcc/ficoExpressH/searchRoutes';
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
super(injector, eaCacheSrv);
constructor(public injector: Injector) {
super(injector);
}
reviewPDF(url: string) {