Administrator
2025-04-23 595b7935a30e84fba1bc3561d05f9d19d3e32e1f
src/main/java/com/taoke/autopay/service/UserSettingService.java
@@ -1,6 +1,7 @@
package com.taoke.autopay.service;
import com.taoke.autopay.dto.UserSubmitKeyLimitDto;
import com.taoke.autopay.entity.OrderChannelEnum;
import java.util.List;
@@ -33,9 +34,10 @@
     * @author hxh 
     * @description 根据总提交次数获取每日提交次数
     * @date 22:47 2024/8/1
     * @param:  orderType
     * @param: totalCount
     * @return int
     **/
    public int getLimitCountByTotalCount(int totalCount);
    public int getLimitCountByTotalCount(int orderType, long totalCount,  OrderChannelEnum orderChannel);
}