From 684779576c02c13cb2a18a7d93e88da7e57fd4b8 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期二, 31 三月 2020 11:25:13 +0800 Subject: [PATCH] 2.1 需求 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java | 34 +++------------------------------- 1 files changed, 3 insertions(+), 31 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java index 881bb04..e846e55 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java @@ -22,28 +22,6 @@ */ public void addUserVIPInfo(UserVIPInfo info) throws UserVIPInfoException; - /** - * 鐢宠VIP - * - * @param uid - * @throws UserVIPInfoException - */ - public void applyVIP(Long uid) throws UserVIPInfoException; - - /** - * 閫氳繃vip鐢宠 - * - * @param uid - */ - public void passVIPApply(Long uid) throws UserVIPInfoException; - - /** - * 鎷掔粷鐢宠 - * - * @param uid - * @param reason - */ - public void rejectVIPApply(Long uid, String reason) throws UserVIPInfoException; /** * 鏄惁涓篤IP @@ -82,12 +60,6 @@ */ public Map<Long,Boolean> listByUids(List<Long> uid); - /** - * 楠岃瘉鏄惁婊¤冻浼氬憳鏉′欢 - * @param uid - * @return - */ - public boolean verifyConform(Long uid); /** * 寰呭鏍稿垪琛� @@ -112,7 +84,7 @@ * @param uid * @throws UserVIPInfoException */ - public void passVIPApplyNew(Long uid) throws UserVIPInfoException; + public void passVIPApply(Long uid) throws UserVIPInfoException; /** * 瓒呯骇浼氬憳鏈�氳繃 @@ -120,13 +92,13 @@ * @param reason * @throws UserVIPInfoException */ - public void rejectVIPApplyNew(Long uid, String reason) throws UserVIPInfoException; + public void rejectVIPApply(Long uid, String reason) throws UserVIPInfoException; /** * 瓒呯骇浼氬憳鐢宠 * @param uid * @throws UserVIPInfoException */ - public void applyVIPNew(Long uid) throws UserVIPInfoException; + public void applyVIP(Long uid) throws UserVIPInfoException; } -- Gitblit v1.8.0