index.js 746 B

1234567891011121314
  1. //粮商审核
  2. export const API_POST_GRAINMERCHANTREVIEW = '/identityAuthenticationInfo/api/examine'
  3. //司机审核
  4. export const API_POST_DRIVERREVIEW = '/driverViewInfo/api/examine'
  5. //交易信息审核
  6. export const API_POST_TRANSACTIONINFORMATIONREVIEW = '/procurementPlanInfo/api/examine'
  7. //粮商列表
  8. export const API_GET_GRAINMERCHANT_LIST = '/identityAuthenticationInfo/selectIdentityAuthenticationInfoPc'
  9. //司机列表
  10. export const API_GET_DRIVER_LIST = '/driverViewInfo/selectDriverInfoPage'
  11. //交易信息列表
  12. export const API_GET_TRANSACTIONINFORMATION_LIST = '/procurementPlanInfo/selectProcurementPlanInfo'
  13. //交易信息删除
  14. export const API_POST_DELETETRANSACTIONINFORMATION = '/procurementPlanInfo/api/deleteProcurementPlan'