yujian
2020-03-24 1d841af6d10c30b5eba4089a983c64fee662bbc9
fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java
@@ -94,4 +94,26 @@
    */
   public void inviteSeparate(Long workerId, Long bossId);
   /**
    * 超级会员申请通过
    * @param uid
    * @throws UserVIPInfoException
    */
   public void passVIPApplyNew(Long uid) throws UserVIPInfoException;
   /**
    * 超级会员未通过
    * @param uid
    * @param reason
    * @throws UserVIPInfoException
    */
   public void rejectVIPApplyNew(Long uid, String reason) throws UserVIPInfoException;
   /**
    *  超级会员申请
    * @param uid
    * @throws UserVIPInfoException
    */
   public void applyVIPNew(Long uid) throws UserVIPInfoException;
}