edit
This commit is contained in:
		| @ -13,7 +13,9 @@ export class FreightAccountService extends ShipperBaseService { | ||||
|   $api_get_driver_account_page = '/api/fcc/accountBalance/getDriverAccountBalanceByOperator'; | ||||
|  | ||||
|   // 运营端获取货主账户明细信息 | ||||
|   $api_get_shipper_or_driver_account_detail = '/api/fcc/accountBalance/getShipperAccountBalanceDetailByOperator'; | ||||
|   $api_get_shipper_account_detail = '/api/fcc/accountBalanceDetail/getAccountBalanceShipperByOperatorPage'; | ||||
|   // 运营端获取司机账户明细信息 | ||||
|   $api_get_driver_account_detail = '/api/fcc/accountBalanceDetail/getAccountBalanceDriverByOperatorPage'; | ||||
|   // 运营端端获取货主交易收入与支出金额 | ||||
|   $api_get_shipper_account_balance_detail = '/api/fcc/accountBalanceDetail/getAccountBalanceShipperIncomeDetailByOperator'; | ||||
|   // 运营端端获取司机交易收入与支出金额 | ||||
| @ -22,6 +24,21 @@ export class FreightAccountService extends ShipperBaseService { | ||||
|   // 货主端获取账户余额交易明细 | ||||
|   $api_get_balance_by_shipper = '/api/fcc/accountBalanceDetail/getAccountBalanceByShipperPage'; | ||||
|  | ||||
|   // 查询订单支付申请表 | ||||
|   $api_get_order_payment_page = '/api/fcc/billPaymentApplicationOBC/list/page'; | ||||
|  | ||||
|   // 查询提现申请表 | ||||
|   $api_get_refund_page = '/api/fcc/refundApplicationSMC/list/page'; | ||||
|   // 获取提现申请表详情 | ||||
|   $api_get_refund_detail = '/api/fcc/refundApplicationSMC/get'; | ||||
|  | ||||
|   // 查询充值信息表 | ||||
|   $api_get_recharge_page = '/api/fcc/rechargeInfo/list/page'; | ||||
|   // 查询异常入金 | ||||
|   $api_get_abnormal_gold_page = '/api/fcc/rechargeInfo/list/page'; | ||||
|   // 运营端获取账户余额交易明细 | ||||
|   $api_get_account_blance = '/api/fcc/accountBalanceDetail/getAccountBalanceByPage'; | ||||
|  | ||||
|   constructor(public injector: Injector) { | ||||
|     super(injector); | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user