package com.sinata.ministryoftransport.server;
|
|
public interface IMinistryOfTransportService {
|
|
|
/**
|
* 上传企业基本信息
|
* @param baseInfoCompany
|
* @throws Exception
|
*/
|
String baseInfoCompany(String baseInfoCompany) throws Exception;
|
|
|
/**
|
* 上传网约车平台公司营运规模信息
|
* @param baseInfoCompanyStat
|
* @throws Exception
|
*/
|
String baseInfoCompanyStat(String baseInfoCompanyStat) throws Exception;
|
|
|
/**
|
* 上传网约车平台公司支付信息
|
* @param baseInfoCompanyPay
|
* @throws Exception
|
*/
|
String baseInfoCompanyPay(String baseInfoCompanyPay) throws Exception;
|
|
|
/**
|
* 上传网约车平台公司服务机构
|
* @param baseInfoCompanyService
|
* @throws Exception
|
*/
|
String baseInfoCompanyService(String baseInfoCompanyService) throws Exception;
|
|
|
/**
|
* 网约车平台公司经营许可
|
* @param baseInfoCompanyPermit
|
* @throws Exception
|
*/
|
String baseInfoCompanyPermit(String baseInfoCompanyPermit) throws Exception;
|
|
|
/**
|
* 网约车平台公司运价信息
|
* @param baseInfoCompanyFare
|
* @throws Exception
|
*/
|
String baseInfoCompanyFare(String baseInfoCompanyFare) throws Exception;
|
|
|
/**
|
* 车辆基本信息
|
* @param baseInfoVehicle
|
* @throws Exception
|
*/
|
String baseInfoVehicle(String baseInfoVehicle) throws Exception;
|
|
|
/**
|
* 车辆保险信息
|
* @param baseInfoVehicleInsurance
|
* @throws Exception
|
*/
|
String baseInfoVehicleInsurance(String baseInfoVehicleInsurance) throws Exception;
|
|
|
/**
|
* 网约车车辆里程信息
|
* @param baseInfoVehicleTotalMile
|
* @throws Exception
|
*/
|
String baseInfoVehicleTotalMile(String baseInfoVehicleTotalMile) throws Exception;
|
|
|
/**
|
* 驾驶员基本信息
|
* @param baseInfoDriver
|
* @throws Exception
|
*/
|
String baseInfoDriver(String baseInfoDriver) throws Exception;
|
|
|
/**
|
* 网约车驾驶员培训信息
|
* @param baseInfoDriverEducate
|
* @throws Exception
|
*/
|
String baseInfoDriverEducate(String baseInfoDriverEducate) throws Exception;
|
|
|
/**
|
* 驾驶员移动终端信息
|
* @param baseInfoDriverApp
|
* @throws Exception
|
*/
|
String baseInfoDriverApp(String baseInfoDriverApp) throws Exception;
|
|
|
/**
|
* 驾驶员统计信息
|
* @param baseInfoDriverStat
|
* @throws Exception
|
*/
|
String baseInfoDriverStat(String baseInfoDriverStat) throws Exception;
|
|
|
/**
|
* 乘客基本信息
|
* @param baseInfoPassenger
|
* @throws Exception
|
*/
|
String baseInfoPassenger(String baseInfoPassenger) throws Exception;
|
|
|
/**
|
* 订单发起接口
|
* @param orderCreate
|
* @throws Exception
|
*/
|
String orderCreate(String orderCreate) throws Exception;
|
|
|
/**
|
* 订单成功接口
|
* @param orderMatch
|
* @throws Exception
|
*/
|
String orderMatch(String orderMatch) throws Exception;
|
|
|
/**
|
* 订单撤销接口
|
* @param orderCancel
|
* @throws Exception
|
*/
|
String orderCancel(String orderCancel) throws Exception;
|
|
|
/**
|
* 车辆经营上线接口
|
* @param operateLogin
|
* @throws Exception
|
*/
|
String operateLogin(String operateLogin) throws Exception;
|
|
|
/**
|
* 车辆经营下线接口
|
* @param operateLogout
|
* @throws Exception
|
*/
|
String operateLogout(String operateLogout) throws Exception;
|
|
|
/**
|
* 经营出发接口
|
* @param operateDepart
|
* @throws Exception
|
*/
|
String operateDepart(String operateDepart) throws Exception;
|
|
|
/**
|
* 经营到达接口
|
* @param operateArrive
|
* @throws Exception
|
*/
|
String operateArrive(String operateArrive) throws Exception;
|
|
|
/**
|
* 经营支付接口
|
* @param operatePay
|
* @throws Exception
|
*/
|
String operatePay(String operatePay) throws Exception;
|
|
|
/**
|
* 驾驶员定位信息
|
* @param positionDriver
|
* @throws Exception
|
*/
|
String positionDriver(String positionDriver) throws Exception;
|
|
|
/**
|
* 车辆定位信息
|
* @param positionVehicle
|
* @throws Exception
|
*/
|
String positionVehicle(String positionVehicle) throws Exception;
|
|
|
/**
|
* 乘客评价信息
|
* @param ratedPassenger
|
* @throws Exception
|
*/
|
String ratedPassenger(String ratedPassenger) throws Exception;
|
|
|
/**
|
* 乘客投诉信息
|
* @param ratedPassengerComplaint
|
* @throws Exception
|
*/
|
String ratedPassengerComplaint(String ratedPassengerComplaint) throws Exception;
|
|
|
/**
|
* 驾驶员处罚信息
|
* @param ratedDriverPunish
|
* @throws Exception
|
*/
|
String ratedDriverPunish(String ratedDriverPunish) throws Exception;
|
|
|
/**
|
* 驾驶员信誉信息
|
* @param ratedDriver
|
* @throws Exception
|
*/
|
String ratedDriver(String ratedDriver) throws Exception;
|
|
|
/**
|
* 私人小客车合乘信息服务平台基本信息
|
* @param shareCompany
|
* @throws Exception
|
*/
|
String shareCompany(String shareCompany) throws Exception;
|
|
/**
|
* 私人小客车合乘驾驶员行程发布接口
|
* @param shareRoute
|
* @throws Exception
|
*/
|
String shareRoute(String shareRoute) throws Exception;
|
|
|
/**
|
* 私人小客车合乘订单接口
|
* @param shareOrder
|
* @throws Exception
|
*/
|
String shareOrder(String shareOrder) throws Exception;
|
|
|
/**
|
* 私人小客车合乘订单支付接口
|
* @param sharePay
|
* @throws Exception
|
*/
|
String sharePay(String sharePay) throws Exception;
|
}
|