| | |
| | | import com.stylefeng.guns.modular.system.warpper.BaseWarpper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | */ |
| | | ResultUtil smallLogistics(Integer type, Integer cargoType, Integer cargoNumber, String remark, String placementLon, String placementLat, String startLon, String startLat, String startAddress, |
| | | String recipient, String recipientPhone, String endLonLat, String endAddress, Integer urgent, Double tipMoney, Date travelTime, Integer orderSource, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 包裹下单2.0 |
| | | * @param remark |
| | | * @param placementLon |
| | | * @param placementLat |
| | | * @param startLon |
| | | * @param startLat |
| | | * @param startAddress |
| | | * @param recipient |
| | | * @param recipientPhone |
| | | * @param endLon |
| | | * @param endLat |
| | | * @param endAddress |
| | | * @param serverCarModelId |
| | | * @param driverId |
| | | * @param orderSource |
| | | * @param language |
| | | * @param uid |
| | | * @return |
| | | */ |
| | | ResultUtil placeOrderPackage(String remark, String placementLon, String placementLat, String startLon, String startLat, String startAddress, |
| | | String recipient, String recipientPhone, String endLon, String endLat, String endAddress, Integer serverCarModelId, |
| | | Integer driverId, Integer orderSource, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | * @param endAddress |
| | | */ |
| | | void updateEndAddress(Integer orderId, String endLon, String endLat, String endAddress); |
| | | |
| | | /** |
| | | * 评论成功后获取红包金额 |
| | | * @param orderId |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil<BaseWarpper> queryRedMoney(Integer orderId) throws Exception; |
| | | |
| | | /** |
| | | * 分享成功后添加红包 |
| | | * @param orderId |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil shareRedEnvelope(Integer orderId, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取红包使用记录 |
| | | * @param uid |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<Map<String, Object>> queryRedEnvelope(Integer language, Integer uid) throws Exception; |
| | | } |