This commit is contained in:
Taric Xin
2022-03-25 13:35:56 +08:00
parent 99dddaac1e
commit 81c42f2cea
6 changed files with 17 additions and 16 deletions

View File

@ -50,6 +50,8 @@ export class FreightAccountService extends ShipperBaseService {
$api_get_refund_page = '/api/fcc/refundApplicationOBC/list/page';
// 获取提现申请表详情
$api_get_refund_detail = '/api/fcc/refundApplicationOBC/get';
// 获取提现支付详情
$api_get_refund_detail_page = '/api/fcc/refundApplicationOBC/get/payList';
// 同意提现
$api_agree_refund = '/api/fcc/refundApplicationOBC/agreeRefund';
// 拒绝提现