18582019636
2024-06-21 45f4118f98840ff098e94a5072a9f937d3810a1c
ruoyi-service/ruoyi-user/src/main/java/com/ruoyi/user/service/WithdrawService.java
@@ -20,7 +20,7 @@
     * @param userid 用户id
     * @return 提现列表
     */
    WithdrawListVO withdrawList(Long userid);
    WithdrawListVO withdrawList(Integer userid);
    /**
     * 确认提现
@@ -29,5 +29,5 @@
     * @param orderId 订单id
     * @return 操作结果
     */
    Boolean confirmWithdraw(Integer orderId, Long userid);
    Boolean confirmWithdraw(Integer orderId, Integer userid);
}