| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.order.domain.pojo.Paylog; |
| | | import com.ruoyi.order.domain.Paylog; |
| | | import com.ruoyi.system.api.domain.dto.RefundDTO; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | */ |
| | | public interface IPaylogService extends IService<Paylog> { |
| | | |
| | | R<Map<String, Object>> getPayInfo(Integer uid, Integer type, String subject, String body, String orderID,String openId, |
| | | R<Map<String, Object>> getPayInfo(Integer uid, Integer type, String orderID,String openId, |
| | | HttpServletRequest request); |
| | | |
| | | |