Commit 82ae3800 authored by 唐峰's avatar 唐峰

旧接口默认小咩租户

parent f356f22d
...@@ -54,8 +54,8 @@ public class UserRegisterServiceImpl implements IUserRegisterService { ...@@ -54,8 +54,8 @@ public class UserRegisterServiceImpl implements IUserRegisterService {
/* 用户销户检查 */ /* 用户销户检查 */
deregisterCheck(phoneNo); deregisterCheck(phoneNo);
//默认加小咩租户
UserRegisterParam userRegisterParam = UserRegisterParam.builder().registerFrom(registerFrom).phoneNo(phoneNo).channelId(registerFrom).sendSuccessSms(true).sendAppSms(true).sendSuccessMq(true).build(); UserRegisterParam userRegisterParam = UserRegisterParam.builder().registerFrom(registerFrom).phoneNo(phoneNo).channelId(registerFrom).sendSuccessSms(true).sendAppSms(true).sendSuccessMq(true).tenantId(560761).build();
User user = saveUser(userRegisterParam); User user = saveUser(userRegisterParam);
applicationEventPublisher.publishEvent(new RegisterEvent(this, userRegisterParam)); applicationEventPublisher.publishEvent(new RegisterEvent(this, userRegisterParam));
return user; return user;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment