2.1
yujian
2020-03-17 d0f12da013131cd291cec6e81a12d661c02c4bf4
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;
}