This commit is contained in:
Taric Xin
2022-02-18 15:47:37 +08:00
parent 1b7f2f2ac9
commit ccaa5006b5
5 changed files with 6 additions and 6 deletions

View File

@ -96,7 +96,7 @@ export class FreightAccountService extends ShipperBaseService {
// 查询收款单抬头
$api_get_receipt_page = '/api/fcc/ficoBrmH/list/page';
// 收款单抬头信息
$api_get_receipt_header = '/api/fcc/ficoBrmH/getFicoPayHById';
$api_get_receipt_header = '/api/fcc/ficoBrmH/get';
// 获取收款单抬头
$api_get_receipt_detail = '/api/fcc/ficoBrmYsk/getListByBrmHid';