lyhzzz 2 years ago
parent
commit
022e505538
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/java/com/fdkankan/ucenter/service/impl/AppService.java

+ 0 - 3
src/main/java/com/fdkankan/ucenter/service/impl/AppService.java

@@ -155,9 +155,6 @@ public class AppService {
             throw new BusinessException(LoginConstant.FAILURE_CODE_3015, LoginConstant.FAILURE_MSG_3015);
             throw new BusinessException(LoginConstant.FAILURE_CODE_3015, LoginConstant.FAILURE_MSG_3015);
         }
         }
         redisValue = JSONObject.toJSONString(user);
         redisValue = JSONObject.toJSONString(user);
-        if(!stripeService.checkUserStripePay(user.getId(),user.getUserName())){
-            throw new BusinessException(LoginConstant.FAILURE_CODE_3037, LoginConstant.FAILURE_MSG_3037);
-        }
         String token = redisLogin(param.getAppUserName(),redisValue, 604800L);
         String token = redisLogin(param.getAppUserName(),redisValue, 604800L);
         JSONObject obj = new JSONObject();
         JSONObject obj = new JSONObject();
         obj.put("token", token);
         obj.put("token", token);