xiaoyong931011
2022-11-03 a241055c2dc4ffd0b46a5e50b5c3b4666fc27cf1
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);
}