UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java
@@ -195,4 +195,22 @@ * @throws Exception */ Map<String, Object> queryBalance(Integer orderId, Integer uid) throws Exception; /** * 获取订单详情 * @param orderId * @return * @throws Exception */ Map<String, Object> queryOrderInfo(Integer orderId) throws Exception; /** * 获取优惠券列表 * @param orderId * @return * @throws Exception */ List<Map<String, Object>> queryCoupon(Integer orderId, Integer uid, Integer pageNum, Integer size) throws Exception; }