| | |
| | | * @param goodsNames |
| | | * @param prepayId |
| | | */ |
| | | void saveOrderPayment(Long userId, Long shopId, String subMchId, String orderId, BigDecimal payMoney, Date endTime, String profitSharing, String openid, String goodsNames, String prepayId); |
| | | void saveOrderPayment(Long userId, Long shopId, String subMchId, String orderId, String outTradeNo, BigDecimal payMoney, Date endTime, String profitSharing, String openid, String goodsNames, String prepayId); |
| | | |
| | | /** |
| | | * |
| | |
| | | * @return |
| | | */ |
| | | OrderPayment getByOrderId(String orderId); |
| | | |
| | | OrderPayment getByUnpaidOrderId(String orderId); |
| | | /** |
| | | * |
| | | * @param outTradeNo |
| | | * @param transactionId |
| | | */ |
| | | void updatePaySuccess(String outTradeNo, BigDecimal feeAmount, String transactionId); |
| | | } |