Browse Source

消息发送优化

pull/63/MERGE
awenes 1 year ago
parent
commit
42edc978a7
  1. 4
      eiam-core/src/main/java/cn/topiam/employee/core/message/mail/MailMsgEvent.java
  2. 4
      eiam-core/src/main/java/cn/topiam/employee/core/message/mail/MailMsgEventListener.java
  3. 4
      eiam-core/src/main/java/cn/topiam/employee/core/message/sms/SmsMsgEvent.java
  4. 4
      eiam-core/src/main/java/cn/topiam/employee/core/message/sms/SmsMsgEventListener.java

4
eiam-core/src/main/java/cn/topiam/employee/core/message/mail/MailMsgEvent.java

@ -1,6 +1,6 @@
/*
* eiam-core - Employee Identity and Access Management Program
* Copyright © 2020-2023 TopIAM (support@topiam.cn)
* eiam-core - Employee Identity and Access Management
* Copyright © 2022-Present Jinan Yuanchuang Network Technology Co., Ltd. (support@topiam.cn)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
eiam-core/src/main/java/cn/topiam/employee/core/message/mail/MailMsgEventListener.java

@ -1,6 +1,6 @@
/*
* eiam-core - Employee Identity and Access Management Program
* Copyright © 2020-2023 TopIAM (support@topiam.cn)
* eiam-core - Employee Identity and Access Management
* Copyright © 2022-Present Jinan Yuanchuang Network Technology Co., Ltd. (support@topiam.cn)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
eiam-core/src/main/java/cn/topiam/employee/core/message/sms/SmsMsgEvent.java

@ -1,6 +1,6 @@
/*
* eiam-core - Employee Identity and Access Management Program
* Copyright © 2020-2023 TopIAM (support@topiam.cn)
* eiam-core - Employee Identity and Access Management
* Copyright © 2022-Present Jinan Yuanchuang Network Technology Co., Ltd. (support@topiam.cn)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

4
eiam-core/src/main/java/cn/topiam/employee/core/message/sms/SmsMsgEventListener.java

@ -1,6 +1,6 @@
/*
* eiam-core - Employee Identity and Access Management Program
* Copyright © 2020-2023 TopIAM (support@topiam.cn)
* eiam-core - Employee Identity and Access Management
* Copyright © 2022-Present Jinan Yuanchuang Network Technology Co., Ltd. (support@topiam.cn)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by

Loading…
Cancel
Save