|
@@ -82,7 +82,7 @@ public class TenantInfoController extends BaseController {
|
|
|
String pw = WrapperUtil.toStr(openPar, "pw");
|
|
|
TenantInfo tenantInfo = (TenantInfo) openPar.get("tenantInfo");
|
|
|
if (StringUtils.isNotBlank(pw) && Objects.nonNull(tenantInfo)) {
|
|
|
- Object[] msg = {tenantInfo.getName(), tenantInfo.getPhone(), pw, "https://online.dayaedu.com"};
|
|
|
+ Object[] msg = {tenantInfo.getName(), tenantInfo.getPhone(), pw, "https://gym.lexiaoya.cn"};
|
|
|
tenantInfoSendMsgService.platformSendToAll(OPEN, tenantInfo.getUserId(), tenantInfo.getEmail(), tenantInfo.getPhone(), msg);
|
|
|
}
|
|
|
return succeed();
|