| | |
| | | * @see com.xinquan.order.domain.vo.ClientPlaceOrderVO |
| | | */ |
| | | ClientPlaceOrderVO placeOrder(Long targetId, Integer orderFrom, Long receiverId,Long orderId, |
| | | Integer balanceFlag, Integer payType,BigDecimal amount,Integer vipType) throws Exception; |
| | | Integer balanceFlag, Integer payType,BigDecimal amount,Integer vipType,Integer type) throws Exception; |
| | | |
| | | /** |
| | | * 根据类型获取已完成的订单列表 |
| | |
| | | */ |
| | | List<Order> getOrderListByType(Long userId, Integer orderFrom); |
| | | |
| | | String placeOrderApple(Long targetId, Integer orderFrom, Long receiverId, Integer balanceFlag, BigDecimal amount, Integer vipType, String transactionIdentifier); |
| | | String placeOrderApple(Long targetId, Integer orderFrom, |
| | | Long receiverId, Integer balanceFlag, BigDecimal amount, |
| | | Integer vipType, |
| | | String transactionIdentifier, |
| | | String originTransactionIdentifier,String receipt); |
| | | |
| | | String refund(Long uid) throws Exception; |
| | | } |