|
@@ -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);
|