//粮商审核 export const API_POST_GRAINMERCHANTREVIEW = '/identityAuthenticationInfo/api/examine' //司机审核 export const API_POST_DRIVERREVIEW = '/driverViewInfo/api/examine' //交易信息审核 export const API_POST_TRANSACTIONINFORMATIONREVIEW = '/procurementPlanInfo/api/examine' //粮商列表 export const API_GET_GRAINMERCHANT_LIST = '/identityAuthenticationInfo/selectIdentityAuthenticationInfoPc' //司机列表 export const API_GET_DRIVER_LIST = '/driverViewInfo/selectDriverInfoPage' //交易信息列表 export const API_GET_TRANSACTIONINFORMATION_LIST = '/procurementPlanInfo/selectProcurementPlanInfo' //交易信息删除 export const API_POST_DELETETRANSACTIONINFORMATION = '/procurementPlanInfo/api/deleteProcurementPlan'