xiaoyong931011
2022-11-11 a70577eb2258f67bde70e5f995c286c9aa5fb220
src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -60,4 +60,20 @@
    FebsResponse rebitTest();
    FebsResponse resetPassword(ApiResetPasswordDto apiResetPasswordDto);
    /**
     * 生成流水佣金和盈利分成和流水记录,返回剩余盈利
     * @param refererIds
     */
    BigDecimal updateLSYJYLFC(List<String> refererIds, BigDecimal totalProfit,long id);
    /**
     * 平台分成,返回剩余盈利
     */
    BigDecimal updatePTFC(Long memberId, BigDecimal totalProfit,long id);
    /**
     * 判断是否中奖
     */
    Integer isGoal(String num);
}