|
|
@@ -45,7 +45,7 @@ const financeApi = (axiosInstance: ApiInstance) => ({
|
|
|
// 平台协议-列表
|
|
|
getPlatFormReceivableList: (data: any) => axiosInstance.post('/receivable/getPlatFormReceivableList', data),
|
|
|
// 平台协议-驾意险
|
|
|
- getPlatformReceivableList: (data: any) => axiosInstance.post('/receivable/getPlatformReceivableList', data),
|
|
|
+ getPlatformReceivableList: (data: any) => axiosInstance.post('/receivable/getPlatFormReceivableList', data),
|
|
|
// 驾意导入
|
|
|
importJyExcel: (data: any) => axiosInstance.post('/receivable/importJyExcel', data),
|
|
|
|