车辆对接

This commit is contained in:
wangshiming
2021-12-31 13:53:53 +08:00
parent 1561d4b6eb
commit 5245db0b39
5 changed files with 121 additions and 64 deletions

View File

@ -1,3 +1,11 @@
/*
* @Author: your name
* @Date: 2021-12-30 19:36:30
* @LastEditTime: 2021-12-31 13:50:41
* @LastEditors: your name
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\financial-management\services\freight-account.service.ts
*/
import { Injectable, Injector } from '@angular/core';
import { BaseService, ShipperBaseService } from '@shared';
@ -28,13 +36,13 @@ export class FreightAccountService extends ShipperBaseService {
$api_get_order_payment_page = '/api/fcc/billPaymentApplicationOBC/list/page';
// 查询提现申请表
$api_get_refund_page = '/api/fcc/refundApplicationSMC/list/page';
$api_get_refund_page = '/api/fcc/refundApplicationOBC/list/page';
// 获取提现申请表详情
$api_get_refund_detail = '/api/fcc/refundApplicationSMC/get';
$api_get_refund_detail = '/api/fcc/refundApplicationOBC/get';
// 同意提现
$api_agree_refund = '/api/fcc/refundApplicationSMC/agreeRefund';
$api_agree_refund = '/api/fcc/refundApplicationOBC/agreeRefund';
// 拒绝提现
$api_disagree_refund = '/api/fcc/refundApplicationSMC/disagreeRefund';
$api_disagree_refund = '/api/fcc/refundApplicationOBC/disagreeRefund';
// 查询充值信息表
$api_get_recharge_page = '/api/fcc/rechargeInfo/list/getPageByOperator';