| | |
| | | */ |
| | | public interface IPaylogService extends IService<Paylog> { |
| | | |
| | | R<Map<String, Object>> getPayInfo(Integer uid, Integer type, String orderID,String openId, |
| | | R<Map<String, Object>> getPayInfo(Long uid, Integer type, String orderID,String openId, |
| | | HttpServletRequest request); |
| | | |
| | | |
| | |
| | | */ |
| | | void wxnotify(HttpServletRequest request, HttpServletResponse response); |
| | | |
| | | /** |
| | | * @param refundDTOS 退款数据传输对象 |
| | | * @return Map<String, Object> key :orderNo value 退款结果 |
| | | */ |
| | | Map<String, Object> refund(List<RefundDTO> refundDTOS); |
| | | |
| | | void refund1(RefundDTO refundDTOS); |