index.js 550 B

123456789101112131415161718
  1. //客户列表查看
  2. export const API_GET_CUSTOMERINFO_LOOK = '/customerInfo/selectCustomerInfo'
  3. //查看客户信息
  4. export const API_GET_LOOK_CUSTOMERINFO = '/customerInfo/getCustomerInfo'
  5. // 添加客户
  6. export const API_POST_ADDCUSTOMERINFO = '/customerInfo/api/addCustomerInfo'
  7. // 编辑
  8. export const API_POST_EDITCUSTOMERINFO = '/customerInfo/api/modifyCustomerInfo'
  9. // 删除
  10. export const API_POST_DELCUSTOMERINFO = '/customerInfo/deleteCustomerInfo'
  11. //识别银行卡
  12. export const API_GET_CUSTOMER_GETBANK = '/driverViewInfo/bankShibie'