1.
phpcjl
2024-12-10 071153064e6771e377ee148712be012dba9e13c5
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/AppUserService.java
@@ -57,4 +57,26 @@
    * @return
    */
   List<NearbyReferrerVo> getNearbyReferrer(NearbyReferrer nearbyReferrer);
   /**
    * 获取用户的祖籍列表
    */
   List<AppUser> getUserAncestorList(Long id,List<AppUser> list);
   /**
    * 获取指定用户的直帮上级用户(消费用户绑定的上级,最近一个用户会员类型为【创业者】的用户)
    */
   AppUser getSuperiorLeader(Long id);
   /**
    * 解绑推广人
    */
   void unbindThePromoter();
   /**
    * 在线记录操作,用于赠送积分
    */
   void onlineRecord();
}