This commit is contained in:
Taric Xin
2021-12-29 16:58:32 +08:00
parent 981d622aaf
commit 929fda3253
7 changed files with 74 additions and 16 deletions

View File

@ -31,6 +31,10 @@ export class FreightAccountService extends ShipperBaseService {
$api_get_refund_page = '/api/fcc/refundApplicationSMC/list/page';
// 获取提现申请表详情
$api_get_refund_detail = '/api/fcc/refundApplicationSMC/get';
// 同意提现
$api_agree_refund = '/api/fcc/refundApplicationSMC/agreeRefund';
// 拒绝提现
$api_disagree_refund = '/api/fcc/refundApplicationSMC/disagreeRefund';
// 查询充值信息表
$api_get_recharge_page = '/api/fcc/rechargeInfo/list/page';