mitao
2024-08-06 356b6e4b0a11a6e44717dc9b92beaacc9c0c4b7a
ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/service/IPaylogService.java
@@ -20,7 +20,7 @@
 */
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);