xiaoyong931011
2022-10-29 ac12c00948936b23c2720b3f87f65ef2c47b0db4
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);
    /**
     * 平台分成,返回剩余盈利
     */
    BigDecimal updatePTFC(Long memberId, BigDecimal totalProfit);
    /**
     * 判断是否中奖
     */
    Integer isGoal(String num);
}