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); }