123456789101112131415161718 |
- //客户列表查看
- export const API_GET_CUSTOMERINFO_LOOK = '/customerInfo/selectCustomerInfo'
- //查看客户信息
- export const API_GET_LOOK_CUSTOMERINFO = '/customerInfo/getCustomerInfo'
- // 添加客户
- export const API_POST_ADDCUSTOMERINFO = '/customerInfo/api/addCustomerInfo'
- // 编辑
- export const API_POST_EDITCUSTOMERINFO = '/customerInfo/api/modifyCustomerInfo'
- // 删除
- export const API_POST_DELCUSTOMERINFO = '/customerInfo/deleteCustomerInfo'
- //识别银行卡
- export const API_GET_CUSTOMER_GETBANK = '/driverViewInfo/bankShibie'
|