This commit is contained in:
Taric Xin
2022-02-15 15:40:28 +08:00
parent 52e09f2b52
commit bfd843de01
5 changed files with 192 additions and 1 deletions

View File

@ -101,6 +101,9 @@ export class FreightAccountService extends ShipperBaseService {
// 下载银行回单请求
$api_download_receipt_apply = '/api/fcc/spd/callback/receiptApply';
// 查询预收款余额
$api_get_advance_collection_page = '/api/fcc/ficoYskBla/list/page';
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
super(injector, eaCacheSrv);
}