lyhzzz 2 năm trước cách đây
mục cha
commit
022e505538

+ 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);
         }
         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);
         JSONObject obj = new JSONObject();
         obj.put("token", token);