xiaoyong931011
2023-08-06 65cf739fe077c398d35e58a083a1c7be40a3b7a2
src/main/java/cc/mrbird/febs/dapp/service/DappSystemService.java
@@ -12,8 +12,6 @@
    SystemDto system();
    void achieveTree(Long memberId);
    /**
     * 投入收益
     *
@@ -96,4 +94,16 @@
    void antKLineMsg(int type);
    void antKLineABMsg(Long id);
    void allMemberPerkAvaMsg(Long id);
    void contractAnDaoMsg(Long flowId);
    void contractAnDaoInMsg(Long flowId);
    void speedPayOrderMsg(Long orderId);
    void speedAutoLevelUpMsg(Long memberId);
    void memberPerk();
}