edit
This commit is contained in:
@ -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';
|
||||
// 拒绝提现
|
||||
|
||||
Reference in New Issue
Block a user