edit
This commit is contained in:
@ -53,6 +53,15 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
// 拒绝提现
|
||||
$api_disagree_refund = '/api/fcc/refundApplicationOBC/disagreeRefund';
|
||||
|
||||
// 查询订单退款申请表
|
||||
$api_get_refund_record_page = '/api/fcc/billRefundApplication/list/page';
|
||||
// 同意退款
|
||||
$api_agree_refund_record= '/api/fcc/billRefundApplication/agreeRefund';
|
||||
// 不同意退款
|
||||
$api_disagree_refund_record = '/api/fcc/billRefundApplication/disagreeRefund';
|
||||
// 重新发起
|
||||
$api_rebulid_refund_record = '/api/fcc/billRefundApplication/rebulid';
|
||||
|
||||
// 查询充值信息表
|
||||
$api_get_recharge_page = '/api/fcc/rechargeInfo/list/getPageByOperator';
|
||||
// 查询异常入金
|
||||
|
||||
Reference in New Issue
Block a user