Message notification processing method and system for multi-threshold dynamic configuration, terminal and storage medium
By acquiring the business code and multi-threshold message notification configuration, and executing the target strategy based on the number of times the message is sent to reach the threshold, the problem of difficulty in implementing multi-threshold message notification in the existing technology with fixed threshold settings is solved, realizing dynamic configuration and precise control, and reducing maintenance costs.
Patent Information
- Application Number
- CN202511696933.3
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-11-19
- Publication Date
- 2026-02-10
AI Technical Summary
In existing technologies, fixed and single threshold settings and notification methods make it difficult to achieve dynamic configuration and precise control of multi-threshold message notifications in complex business scenarios, leading to increased maintenance complexity and manpower costs.
By acquiring the business code and multi-threshold message notification configuration, the system matches the message notification strategy based on the business information, obtains the current number of message sendings and compares it with the threshold, and executes the target strategy when the threshold is reached. This includes the multi-threshold message notification processing method, system, and terminal.
It enables dynamic configuration and precise control of multi-threshold message notifications in complex business scenarios, reducing system maintenance complexity and manpower costs.
Smart Images

Figure CN121509384A_ABST
Abstract
Description
Technical Field
[0001] This invention relates to the field of computer technology, and in particular to a message notification processing method, system, terminal, and computer-readable storage medium with dynamic multi-threshold configuration. Background Technology
[0002] The current common approach is to preset fixed thresholds and corresponding notification methods (such as SMS, email, in-app messages, etc.) based on business needs. When data exceeds the set threshold, a notification or subsequent processing flow is triggered. However, this traditional approach suffers from several drawbacks. First, the threshold settings are relatively simple, lacking flexibility and adaptability. Second, adjusting existing or adding thresholds requires modifying the code logic and redeploying the system, significantly increasing maintenance complexity and manpower costs. Therefore, using traditional, fixed, and singular threshold settings and notification methods makes it difficult to achieve dynamic configuration and precise control of multi-threshold message notifications in complex business scenarios, a problem that urgently needs to be addressed.
[0003] Therefore, existing technologies still need to be improved and developed. Summary of the Invention
[0004] The main objective of this invention is to provide a message notification processing method, system, terminal, and computer-readable storage medium with dynamic multi-threshold configuration, aiming to solve the problem that existing technologies using traditional fixed and single threshold settings and notification methods are difficult to achieve dynamic configuration and precise control of multi-threshold message notifications in complex business scenarios.
[0005] To achieve the above objectives, the present invention provides a message notification processing method with dynamic multi-threshold configuration, the method comprising the following steps: Obtain the service code and multi-threshold message notification configuration, determine the service information based on the service code, match the service information with the multi-threshold message notification configuration, and obtain message notification strategy information; Obtain the current message sending count, and compare the current message sending count with the message threshold of the message notification strategy information to obtain the threshold judgment result; If the current message sending count reaches the message threshold, the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain the target strategy information.
[0006] Optionally, in the multi-threshold dynamic configuration message notification processing method, the business information includes either a reimbursement approval process or a leave application process. The process of obtaining the service code and multi-threshold message notification configuration, determining service information based on the service code, and matching the service information with the multi-threshold message notification configuration to obtain message notification strategy information, specifically includes: Obtain the business code and multi-threshold message notification configuration, and determine the expense approval process or leave application process based on the business code; The business type field of the expense reimbursement approval process or the leave application process is matched with the multi-threshold message notification configuration to obtain message notification strategy information; The message notification strategy information includes message type, time interval, and message threshold.
[0007] Optionally, the multi-threshold dynamically configured message notification processing method, wherein obtaining the current message sending count and comparing the current message sending count with the message threshold of the message notification strategy information to obtain a threshold judgment result specifically includes: Retrieve the message sending history and determine the current message sending count based on the message sending history; Determine whether the current message sending count has reached the message threshold of the message notification policy information; If the current message sending count reaches the message threshold, the threshold judgment result is determined according to the multi-threshold message notification configuration.
[0008] Optionally, in the multi-threshold dynamically configured message notification processing method, the step of obtaining the message sending history and determining the current message sending count based on the message sending history specifically includes: Obtain message data, determine the target type according to the message notification strategy information, and store the message data in the message record table according to the target type; The message sending history is determined based on the message record table, and features are extracted from the message sending history to obtain the current message sending count.
[0009] Optionally, the multi-threshold dynamically configured message notification processing method further includes, after determining whether the current message sending count has reached the message threshold: If the current message sending count does not reach the message threshold, then the message data is time-extracted according to the preset time interval identifier to obtain the target time interval; The message data is sent according to the target time interval to obtain processed message data; The message data includes service code, service type, message category, and message sending order.
[0010] Optionally, the multi-threshold dynamically configured message notification processing method, wherein if the current message sending count has not reached the message threshold, then performing time extraction on the message data according to a preset time interval identifier to obtain a target time interval, specifically includes: If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried according to the threshold judgment result to obtain the target type and the over-threshold interval time; The multi-threshold message notification configuration is filtered based on the over-threshold interval time and the target type to obtain target strategy information.
[0011] Optionally, the multi-threshold dynamic configuration message notification processing method, wherein if the current message sending count reaches the message threshold, the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain the target type and the over-threshold interval time, specifically includes: If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried according to the threshold judgment result to obtain the over-threshold interval time; Determine whether the multi-threshold message notification configuration contains second message data; If the multi-threshold message notification configuration has second message data, then the multi-threshold message notification configuration is queried according to the second service code of the second message data to obtain the target type; The target types include application alerts, email alerts, phone alerts, and SMS alerts.
[0012] Furthermore, to achieve the above objectives, the present invention also provides a message notification processing system with dynamic multi-threshold configuration, wherein the message notification processing system with dynamic multi-threshold configuration includes: The message configuration matching module is used to obtain the business code and the multi-threshold message notification configuration, determine the business information according to the business code, and match the business information with the multi-threshold message notification configuration to obtain message notification strategy information. The message notification judgment module is used to obtain the current message sending count, compare the current message sending count with the message threshold of the message notification strategy information, and obtain the threshold judgment result. The strategy execution module is used to query the multi-threshold message notification configuration based on the threshold judgment result if the current message sending count reaches the message threshold, so as to obtain the target strategy information.
[0013] Furthermore, to achieve the above objectives, the present invention also provides a computer-readable storage medium, wherein the computer-readable storage medium stores a message notification handler with a multi-threshold dynamic configuration, which, when executed by a processor, implements the steps of the message notification processing method with the multi-threshold dynamic configuration as described above.
[0014] In this invention, a service code and a multi-threshold message notification configuration are obtained. Service information is determined based on the service code, and the service information is matched with the multi-threshold message notification configuration to obtain message notification policy information. The current message sending count is obtained, and the current message sending count is compared with the message threshold of the message notification policy information to obtain a threshold judgment result. If the current message sending count reaches the message threshold, the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain target policy information. This invention matches the multi-threshold message configuration with the service code and executes the target policy when the sending count reaches the threshold. Attached Figure Description
[0015] Figure 1 This is a flowchart of a preferred embodiment of the message notification processing method with multi-threshold dynamic configuration of the present invention; Figure 2 This is a schematic diagram of the MSFF module of a preferred embodiment of the message notification processing method with multi-threshold dynamic configuration of the present invention; Figure 3 This is a structural diagram of a preferred embodiment of the message notification processing system with multi-threshold dynamic configuration of the present invention; Figure 4 This is a structural diagram of a preferred embodiment of the terminal of the device of the present invention. Detailed Implementation
[0016] To make the objectives, technical solutions, and advantages of this invention clearer and more explicit, the invention will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
[0017] The current common approach is to preset fixed thresholds and corresponding message notification methods (such as SMS, email, in-app messages, etc.) based on business needs. When data exceeds the set threshold, a notification or subsequent processing flow is triggered. Traditional solutions suffer from two main drawbacks: firstly, the threshold settings are relatively simple, lacking flexibility and adaptability; secondly, adjusting existing or adding thresholds requires modifying the code logic and redeploying the system, significantly increasing maintenance complexity and manpower costs. This makes it difficult to achieve dynamic configuration and precise control of multi-threshold message notifications in complex business scenarios using traditional fixed and singular threshold settings and notification methods. Therefore, a multi-threshold dynamically configurable message notification processing method is needed, which matches multi-threshold message configurations to business codes and executes a target strategy based on the number of times a threshold is reached.
[0018] The preferred embodiment of the message notification processing method with multi-threshold dynamic configuration described in this invention, such as... Figure 1 and Figure 2 As shown, the message notification processing method with dynamic multi-threshold configuration includes the following steps: Step S10: Obtain the service code and multi-threshold message notification configuration; determine the service information based on the service code; match the service information with the multi-threshold message notification configuration to obtain message notification strategy information.
[0019] Step S10 includes: Step S11: Obtain the business code and multi-threshold message notification configuration, and determine the reimbursement approval process or leave application process based on the business code; Step S12: Match the business type field of the expense reimbursement approval process or the leave application process with the multi-threshold message notification configuration to obtain message notification strategy information.
[0020] Specifically, the process involves obtaining a business code and a multi-threshold message notification configuration, determining a reimbursement approval process or a leave application process based on the business code, matching the business type field of the reimbursement approval process or the leave application process with the multi-threshold message notification configuration to obtain message notification strategy information. The message notification strategy information includes message type, time interval, and message threshold, and the business information includes either a reimbursement approval process or a leave application process.
[0021] In this embodiment, the business types include approval business, leave application business, payment reminder business, etc. Regarding the acquisition of business types: the current business type is determined in the logic that requires message notification. For example, when developing an approval process, multiple threshold message notifications are required, so the business type can be preset as "approval process"; when developing an expense reimbursement process, multiple threshold message notifications are required, so the business type can be preset as "expense reimbursement process", etc.
[0022] For example, message classification: This field is used to distinguish message types, including "in-app message alerts (such as Lark messages), email alerts, phone calls, SMS, etc." Interval time after exceeding the threshold: Such as the interval time required between email alerts and phone alerts (i.e., the interval time between different methods). Message threshold: Such as sending a phone alert after an SMS alert, that is, sending a phone alert after a "specified number" of SMS alerts, where the "specified number" is the message threshold.
[0023] Step S20: Obtain the current message sending count, and compare the current message sending count with the message threshold of the message notification strategy information to obtain the threshold judgment result.
[0024] Step S20 includes: Step S21: Obtain the message sending history and determine the current message sending count based on the message sending history; Step S22: Determine whether the current message sending count has reached the message threshold of the message notification strategy information; Step S23: If the current message sending count reaches the message threshold, then determine the threshold judgment result according to the multi-threshold message notification configuration.
[0025] Specifically, the message sending history is obtained, the current message sending count is determined based on the message sending history, and it is determined whether the current message sending count has reached the message threshold of the message notification strategy information (determining whether the message sending count has reached the threshold for this type of message). If the current message sending count has reached the message threshold, the threshold determination result is determined based on the multi-threshold message notification configuration (if the current message sending count has reached the message threshold, the multi-threshold message notification configuration is queried based on the service type to determine whether there are subsequent messages; if there are no subsequent messages, the process ends).
[0026] Step S21 includes: Step S211: Obtain message data, determine the target type according to the message notification strategy information, and store the message data in the message record table according to the target type; Step S212: Determine the message sending history based on the message record table, extract features from the message sending history, and obtain the current message sending count.
[0027] Specifically, message data is acquired, the target type is determined according to the message notification strategy information, and the message data is stored in the message record table according to the target type (the message data (business code, business type, message classification, message sending order, etc.) is saved to the message sending record table), the message sending history is determined according to the message record table, the message sending history is feature extracted, and the current message sending count (message sending order) is obtained.
[0028] Specifically, the multi-threshold message notification configuration is shown in Table 1:
[0029] Table 1: Multi-threshold message notification configuration For example, such as Figure 2 As shown, firstly, the business information is queried based on the business code to obtain the business type. Then, the corresponding configuration information is matched in the message threshold configuration table according to the business type. After the message is sent, the message sending record and other information are written to the message sending record table, and it is checked whether the "message sending order" in the table has reached the message threshold. If the threshold is reached, the "interval time after exceeding the threshold" is obtained and executed at the specified time. Finally, it is determined whether the next type of message needs to be sent according to the message threshold configuration table, thereby ending the process.
[0030] Step S30: If the current message sending count reaches the message threshold, then query the multi-threshold message notification configuration based on the threshold judgment result to obtain the target strategy information.
[0031] Step S30 includes: Step S31: If the current message sending count reaches the message threshold, then query the multi-threshold message notification configuration according to the threshold judgment result to obtain the target type and the over-threshold interval time; Step S32: Filter the multi-threshold message notification configuration according to the over-threshold interval time and the target type to obtain target strategy information.
[0032] Specifically, if the current message sending count reaches the message threshold (the number of times a certain type of message needs to be sent, such as 2 SMS notifications, where "2" is the threshold), then the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain the target type (the type of the next message classification) and the over-threshold interval time (the time exceeding the message threshold). The multi-threshold message notification configuration is then filtered based on the over-threshold interval time and the target type to obtain target strategy information.
[0033] Step S31 includes: Step S311: If the current message sending count reaches the message threshold, then query the multi-threshold message notification configuration according to the threshold judgment result to obtain the over-threshold interval time; Step S312: Determine whether the multi-threshold message notification configuration contains second message data; Step S313: If the multi-threshold message notification configuration has second message data, then query the multi-threshold message notification configuration according to the second service code of the second message data to obtain the target type.
[0034] Specifically, after step S312, if the current message sending count has not reached the message threshold, then the message data is time-extracted according to a preset time interval identifier to obtain a target time interval, and the message data is sent according to the target time interval to obtain processed message data (obtaining the target time interval for the next message type and saving and processing it after the specified time interval). The message data includes a service code, service type, message category, and message sending order. If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried according to the threshold judgment result to obtain the over-threshold interval time. It is then determined whether the multi-threshold message notification configuration has second message data (when the current message notification is completed and the threshold is reached, whether other forms of message notification (second message data, telephone notification) are needed, such as telephone notification after email notification is completed in the screenshot, "subsequent message" refers to "telephone notification" here). If the multi-threshold message notification configuration has second message data, then the multi-threshold message notification configuration is queried according to the second service code of the second message data to obtain the target type. The target type includes application reminder, email reminder, telephone reminder, and SMS reminder.
[0035] Specifically, the configuration for multi-threshold message notifications with exceeding the threshold interval is shown in Table 2:
[0036] Table 2: Multi-threshold message notification configuration for exceeding threshold intervals Furthermore, such as Figure 3 As shown, based on the above-described message notification processing method with dynamic multi-threshold configuration, the present invention also provides a message notification processing system with dynamic multi-threshold configuration, wherein the message notification processing system with dynamic multi-threshold configuration includes: The message configuration matching module 51 is used to obtain the service code and the multi-threshold message notification configuration, determine the service information according to the service code, and match the service information with the multi-threshold message notification configuration to obtain message notification strategy information. The message notification judgment module 52 is used to obtain the current message sending count and compare the current message sending count with the message threshold of the message notification strategy information to obtain the threshold judgment result. The strategy execution module 53 is used to query the multi-threshold message notification configuration based on the threshold judgment result if the current message sending count reaches the message threshold, so as to obtain the target strategy information.
[0037] Furthermore, such as Figure 4 As shown, based on the above-mentioned message notification processing method and system with dynamic multi-threshold configuration, the present invention also provides a terminal, which includes a processor 10, a memory 20 and a display 30. Figure 4 Only some of the terminal components are shown; however, it should be understood that it is not required to implement all of the components shown, and more or fewer components may be implemented instead.
[0038] In some embodiments, the memory 20 may be an internal storage unit of the terminal, such as a hard disk or memory. In other embodiments, the memory 20 may be an external storage device of the terminal, such as a plug-in hard disk, smart media card (SMC), secure digital card (SD), flash card, etc. Further, the memory 20 may include both internal and external storage devices. The memory 20 is used to store application software and various types of data installed on the terminal, such as program code installed on the terminal. The memory 20 can also be used to temporarily store data that has been output or will be output. In one embodiment, the memory 20 stores a multi-threshold dynamically configured message notification handler 40, which can be executed by the processor 10 to implement the multi-threshold dynamically configured message notification processing method of this application.
[0039] In some embodiments, the processor 10 may be a central processing unit (CPU), a microprocessor, or other data processing chip, used to run program code stored in the memory 20 or process data, such as executing the message notification processing method with multi-threshold dynamic configuration.
[0040] In some embodiments, the display 30 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, or an OLED (Organic Light-Emitting Diode) touchscreen. The display 30 is used to display information on the terminal and to display a visual user interface. The terminals communicate with each other via a system bus.
[0041] In one embodiment, when the processor 10 executes the message notification handler 40 with multi-threshold dynamic configuration in the memory 20, the following steps are performed: Obtain the service code and multi-threshold message notification configuration, determine the service information based on the service code, match the service information with the multi-threshold message notification configuration, and obtain message notification strategy information; Obtain the current message sending count, and compare the current message sending count with the message threshold of the message notification strategy information to obtain the threshold judgment result; If the current message sending count reaches the message threshold, the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain the target strategy information.
[0042] The business information includes either the reimbursement approval process or the leave application process. The process of obtaining the service code and multi-threshold message notification configuration, determining service information based on the service code, and matching the service information with the multi-threshold message notification configuration to obtain message notification strategy information, specifically includes: Obtain the business code and multi-threshold message notification configuration, and determine the expense approval process or leave application process based on the business code; The business type field of the expense reimbursement approval process or the leave application process is matched with the multi-threshold message notification configuration to obtain message notification strategy information; The message notification strategy information includes message type, time interval, and message threshold.
[0043] The step of obtaining the current message sending count, which involves comparing the current message sending count with the message threshold of the message notification strategy information to obtain a threshold judgment result, specifically includes: Retrieve the message sending history and determine the current message sending count based on the message sending history; Determine whether the current message sending count has reached the message threshold of the message notification policy information; If the current message sending count reaches the message threshold, the threshold judgment result is determined according to the multi-threshold message notification configuration.
[0044] The step of obtaining the message sending history and determining the current message sending count based on the message sending history specifically includes: Obtain message data, determine the target type according to the message notification strategy information, and store the message data in the message record table according to the target type; The message sending history is determined based on the message record table, and features are extracted from the message sending history to obtain the current message sending count.
[0045] The step of determining whether the current message sending count has reached the message threshold further includes: If the current message sending count does not reach the message threshold, then the message data is time-extracted according to the preset time interval identifier to obtain the target time interval; The message data is sent according to the target time interval to obtain processed message data; The message data includes service code, service type, message category, and message sending order.
[0046] Wherein, if the current message sending count has not reached the message threshold, the message data is time-extracted according to a preset time interval identifier to obtain the target time interval, specifically including: If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried according to the threshold judgment result to obtain the target type and the over-threshold interval time; The multi-threshold message notification configuration is filtered based on the over-threshold interval time and the target type to obtain target strategy information.
[0047] Specifically, if the current message sending count reaches the message threshold, the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain the target type and the threshold interval time, including: If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried according to the threshold judgment result to obtain the over-threshold interval time; Determine whether the multi-threshold message notification configuration contains second message data; If the multi-threshold message notification configuration has second message data, then the multi-threshold message notification configuration is queried according to the second service code of the second message data to obtain the target type; The target types include application alerts, email alerts, phone alerts, and SMS alerts.
[0048] The present invention also provides a computer-readable storage medium, wherein the computer-readable storage medium stores a message notification handler with a multi-threshold dynamic configuration, which, when executed by a processor, implements the steps of the message notification processing method with a multi-threshold dynamic configuration as described above.
[0049] In summary, this invention provides a message notification processing method, system, terminal, and storage medium with dynamic multi-threshold configuration. The method includes: obtaining a service code and a multi-threshold message notification configuration; determining service information based on the service code; matching the service information with the multi-threshold message notification configuration to obtain message notification policy information; obtaining the current message sending count; comparing the current message sending count with a message threshold in the message notification policy information to obtain a threshold judgment result; if the current message sending count reaches the message threshold, querying the multi-threshold message notification configuration based on the threshold judgment result to obtain target policy information. This invention matches the multi-threshold message configuration with the service code and executes the target policy when the sending count reaches the threshold.
[0050] It should be noted that, in this document, the terms "comprising," "including," or any other variations thereof are intended to cover non-exclusive inclusion, such that a process, method, article, or terminal system that comprises a list of elements includes not only those elements but also other elements not expressly listed, or elements inherent to such a process, method, article, or terminal system. Unless otherwise specified, an element defined by the phrase "comprising one..." does not exclude the presence of other identical elements in the process, method, article, or terminal system that includes that element.
[0051] Of course, those skilled in the art will understand that all or part of the processes in the above embodiments can be implemented by a computer program instructing related hardware (such as a processor, controller, etc.). The program can be stored in a computer-readable storage medium, and when executed, it can include the processes described in the above method embodiments. The computer-readable storage medium can be a memory, magnetic disk, optical disk, etc.
[0052] It should be understood that the application of the present invention is not limited to the examples above. Those skilled in the art can make improvements or modifications based on the above description, and all such improvements and modifications should fall within the protection scope of the appended claims.
Claims
1. A message notification processing method with dynamic multi-threshold configuration, characterized in that, The message notification processing method with dynamic multi-threshold configuration includes: Obtain the service code and multi-threshold message notification configuration, determine the service information based on the service code, match the service information with the multi-threshold message notification configuration, and obtain message notification strategy information; Obtain the current message sending count, and compare the current message sending count with the message threshold of the message notification strategy information to obtain the threshold judgment result; If the current message sending count reaches the message threshold, the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain the target strategy information.
2. The message notification processing method with multi-threshold dynamic configuration according to claim 1, characterized in that, The business information includes either the expense reimbursement approval process or the leave application process; The process of obtaining the service code and multi-threshold message notification configuration, determining service information based on the service code, and matching the service information with the multi-threshold message notification configuration to obtain message notification strategy information, specifically includes: Obtain the business code and multi-threshold message notification configuration, and determine the expense approval process or leave application process based on the business code; The business type field of the expense reimbursement approval process or the leave application process is matched with the multi-threshold message notification configuration to obtain message notification strategy information; The message notification strategy information includes message type, time interval, and message threshold.
3. The message notification processing method with multi-threshold dynamic configuration according to claim 1, characterized in that, The step of obtaining the current message sending count, and comparing the current message sending count with the message threshold of the message notification strategy information to obtain the threshold judgment result, specifically includes: Retrieve the message sending history and determine the current message sending count based on the message sending history; Determine whether the current message sending count has reached the message threshold of the message notification policy information; If the current message sending count reaches the message threshold, the threshold judgment result is determined according to the multi-threshold message notification configuration.
4. The message notification processing method with multi-threshold dynamic configuration according to claim 3, characterized in that, The step of obtaining the message sending history and determining the current message sending count based on the message sending history specifically includes: Obtain message data, determine the target type according to the message notification strategy information, and store the message data in the message record table according to the target type; The message sending history is determined based on the message record table, and features are extracted from the message sending history to obtain the current message sending count.
5. The message notification processing method with dynamic multi-threshold configuration according to claim 4, characterized in that, The step of determining whether the current message sending count has reached the message threshold further includes: If the current message sending count does not reach the message threshold, then the message data is time-extracted according to the preset time interval identifier to obtain the target time interval; The message data is sent according to the target time interval to obtain processed message data; The message data includes service code, service type, message category, and message sending order.
6. The message notification processing method with dynamic multi-threshold configuration according to claim 5, characterized in that, If the current message sending count does not reach the message threshold, then the message data is time-extracted according to a preset time interval identifier to obtain the target time interval, specifically including: If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried according to the threshold judgment result to obtain the target type and the over-threshold interval time; The multi-threshold message notification configuration is filtered based on the over-threshold interval time and the target type to obtain target strategy information.
7. The message notification processing method with multi-threshold dynamic configuration according to claim 6, characterized in that, If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried based on the threshold judgment result to obtain the target type and the over-threshold interval time, specifically including: If the current message sending count reaches the message threshold, then the multi-threshold message notification configuration is queried according to the threshold judgment result to obtain the over-threshold interval time; Determine whether the multi-threshold message notification configuration contains second message data; If the multi-threshold message notification configuration has second message data, then the multi-threshold message notification configuration is queried according to the second service code of the second message data to obtain the target type; The target types include application alerts, email alerts, phone alerts, and SMS alerts.
8. A message notification processing system with dynamic multi-threshold configuration, characterized in that, The multi-threshold dynamically configured message notification processing system includes: The message configuration matching module is used to obtain the business code and the multi-threshold message notification configuration, determine the business information according to the business code, and match the business information with the multi-threshold message notification configuration to obtain message notification strategy information. The message notification judgment module is used to obtain the current message sending count, compare the current message sending count with the message threshold of the message notification strategy information, and obtain the threshold judgment result. The strategy execution module is used to query the multi-threshold message notification configuration based on the threshold judgment result if the current message sending count reaches the message threshold, so as to obtain the target strategy information.
9. A terminal, characterized in that, The terminal includes: a memory, a processor, and a multi-threshold dynamically configured message notification handler stored in the memory and executable on the processor. When the multi-threshold dynamically configured message notification handler is executed by the processor, it implements the steps of the multi-threshold dynamically configured message notification processing method as described in any one of claims 1-7.
10. A computer-readable storage medium, characterized in that, The computer-readable storage medium stores a message notification handler with multiple threshold dynamic configuration, which, when executed by a processor, implements the steps of the message notification processing method with multiple threshold dynamic configuration as described in any one of claims 1-7.