CN113467973A - Method and system for uniformly processing to-be-read messages and to-do matters - Google Patents

Method and system for uniformly processing to-be-read messages and to-do matters Download PDF

Info

Publication number
CN113467973A
CN113467973A CN202110745948.XA CN202110745948A CN113467973A CN 113467973 A CN113467973 A CN 113467973A CN 202110745948 A CN202110745948 A CN 202110745948A CN 113467973 A CN113467973 A CN 113467973A
Authority
CN
China
Prior art keywords
message
messages
processing
backlog
read
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110745948.XA
Other languages
Chinese (zh)
Inventor
陆晓杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiamen Yuexin Information Technology Co ltd
Original Assignee
Xiamen Yuexin Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xiamen Yuexin Information Technology Co ltd filed Critical Xiamen Yuexin Information Technology Co ltd
Priority to CN202110745948.XA priority Critical patent/CN113467973A/en
Publication of CN113467973A publication Critical patent/CN113467973A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Abstract

The invention discloses a method for uniformly processing messages to be read and backlogs, which comprises the following steps: s1, sending the message generated by the service system to a message processing center; s2, the message processing center converts and summarizes the messages to be processed and stores the messages; s3, pushing the converted and counted messages to be processed to the client for processing; s4, the service system receives the user processing and reports to the message processing center, and the message processing center eliminates the corresponding message; according to the method, the service system does not need to process the message by self, only the message and the receiver need to be reported to the message processing center, and the message and the receiver are uniformly processed by the message processing center and then sent to the user, so that the total message number is uniformly calculated by a plurality of service systems, the user processes the message at a uniform inlet, and the message processing capacity and the user experience are effectively improved.

Description

Method and system for uniformly processing to-be-read messages and to-do matters
Technical Field
The invention relates to the technical field of message processing, in particular to a method and a system for uniformly processing messages to be read and backlogs.
Background
At present, the processing of messages to be read and matters to be processed of a multi-service system under a unified platform requires that each service system independently realize a set of logic rules and distribute the logic rules to users, different service realization modes in the same platform are different, the rules are inconsistent, the users cannot judge the corresponding message types, various data need to be processed in different service systems, the total message quantity under the same platform cannot be sensed, the message processing efficiency is low, and the user experience is poor.
Disclosure of Invention
The invention aims to provide a method and a system for uniformly processing messages to be read and backlogs, wherein a service system does not need to process the messages by self, only needs to report the messages and receivers to a message processing center, and sends the messages and the receivers to a user after the messages and the receivers are uniformly processed by the message processing center, so that the total message number is uniformly calculated by a plurality of service systems, the user has the function of processing the messages at a uniform entrance, and the message processing capability and the user experience are effectively improved.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for uniformly processing messages to be read and backlogs comprises the following steps:
s1, sending the message generated by the service system to a message processing center;
s2, the message processing center converts and summarizes the messages to be processed and stores the messages;
s3, pushing the converted and counted messages to be processed to the client for processing;
and S4, the service system receives the user processing and reports to the message processing center, and the message processing center eliminates the corresponding message.
Preferably, the message generated by the business system in step S1 includes backlog and backlog messages.
Preferably, the specific process of step S2 is:
s31, the message processing center divides the messages to be processed into backlog and reading messages according to the message types;
s32, respectively processing and converting backlog and backlog information into a uniform format;
s33, respectively summarizing the existing to-be-handled information and the existing to-be-read information;
s34, summarizing the total number of the messages to be handled and read and storing the messages;
and S35, judging whether the message needs to be pushed to the client side, and pushing the message needing to be pushed to the client side.
Preferably, in step S33, the APP icon red dot number is generated after the existing backlog is summarized.
Preferably, the message needing to be pushed in step S35 is pushed to the client by the handset manufacturer.
Preferably, the user processes the to-do-list and the to-read message at the to-do-list center and the to-read center, respectively, in step S3.
A system for uniformly processing pending messages and backlogs, which is used for implementing the method for uniformly processing pending messages and backlogs as claimed in any one of claims 1 to 6, and comprises:
the service system module is used for sending the message generated by the service system to the message processing module, receiving the message processing condition of the client and sending an instruction for eliminating backlog and the message to be read to the message processing module;
the message processing module is used for converting and summarizing the messages to be processed, storing the messages, pushing the converted and counted messages to be processed to the client and eliminating the processed messages;
and the client is used for receiving and processing the backlog and the backlog information and feeding back the information processing condition to the service system module.
Preferably, the client is provided with a backlog center for processing backlogs and a backlog center for processing backlog messages.
After the technical scheme is adopted, the invention has the following beneficial effects: the invention converts the messages to be processed generated by each service system into a uniform format through the message processing center, each system is connected with the message processing center according to the standard, the processing of backlogs and messages to be read of different tenants, different applications and different service logics can be realized according to the set of standards, the service systems only need to report the messages and receivers to the message processing center without processing the messages by themselves, and the messages and the receivers are sent to users after being uniformly converted, summarized and classified by the message processing center, thereby realizing the uniform calculation of the total message number of a plurality of service systems, realizing the function of processing the messages at a uniform entrance by the users, and effectively improving the message processing capability and the user experience.
Drawings
FIG. 1 is a schematic diagram of the structure of the steps of the present invention;
FIG. 2 is a flow chart of the method of the present invention;
FIG. 3 is a block diagram of the flow of the message processing center internally processing messages in accordance with the present invention;
FIG. 4 is a block flow diagram of the system of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following 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.
As shown in fig. 1 to 4, a method for uniformly processing pending messages and backlogs includes the following steps:
s1, sending the message generated by the service system to a message processing center;
the message generated by the service system in step S1 includes the to-do item and the to-read message;
s2, the message processing center converts and summarizes the messages to be processed and stores the messages;
the specific process of step S2 is:
s31, the message processing center divides the messages to be processed into backlog and reading messages according to the message types;
s32, respectively processing and converting backlog and backlog information into a uniform format;
s33, respectively summarizing the existing to-be-handled information and the existing to-be-read information;
step S33, summarizing the number of APP icon red dots generated after waiting for handling;
s34, summarizing the total number of the messages to be handled and read and storing the messages;
s35, judging whether the message needs to be pushed to the client side, and pushing the message needing to be pushed to the client side;
in the step S35, the message to be pushed is pushed to the client by the mobile phone manufacturer;
s3, pushing the converted and counted messages to be processed to the client for processing;
step S3, the user processes the backlog and the information to be read in the backlog center and the information to be read center respectively;
and S4, the service system receives the user processing and reports to the message processing center, and the message processing center eliminates the corresponding message.
As shown in fig. 1 to 4, a system for uniformly processing pending messages and backlogs, for implementing the method for uniformly processing pending messages and backlogs according to any one of claims 1 to 6, the system comprising:
the service system module is used for sending the message generated by the service system to the message processing module, receiving the message processing condition of the client and sending an instruction for eliminating backlog and the message to be read to the message processing module;
the message processing module is used for converting and summarizing the messages to be processed, storing the messages, pushing the converted and counted messages to be processed to the client and eliminating the processed messages;
the client is used for receiving and processing backlog and backreading messages and feeding back message processing conditions to the service system module; the client is provided with a to-do center for processing to-do matters and a to-read center for processing to-read messages.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A method for uniformly processing messages to be read and backlogs is characterized by comprising the following steps:
s1, sending the message generated by the service system to a message processing center;
s2, the message processing center converts and summarizes the messages to be processed and stores the messages;
s3, pushing the converted and counted messages to be processed to the client for processing;
and S4, the service system receives the user processing and reports to the message processing center, and the message processing center eliminates the corresponding message.
2. The method of claim 1, wherein the messages generated by the business system in step S1 include backlog and backlog messages.
3. The method for processing pending messages and backlogs in a unified manner as claimed in claim 2, wherein the specific process of step S2 is as follows:
s31, the message processing center divides the messages to be processed into backlog and reading messages according to the message types;
s32, respectively processing and converting backlog and backlog information into a uniform format;
s33, respectively summarizing the existing to-be-handled information and the existing to-be-read information;
s34, summarizing the total number of the messages to be handled and read and storing the messages;
and S35, judging whether the message needs to be pushed to the client side, and pushing the message needing to be pushed to the client side.
4. The method of claim 3, wherein the APP icon red dots are generated after the backlog is collected in step S33.
5. The method of claim 3, wherein the method comprises the steps of: the message to be pushed in step S35 is pushed to the client by the mobile phone manufacturer.
6. The method of claim 2, wherein the method comprises the steps of: in step S3, the user processes the to-do-list and the to-read message at the to-do-list center and the to-read center, respectively.
7. A system for uniformly processing pending messages and backlogs, which is used for implementing the method for uniformly processing pending messages and backlogs according to any one of claims 1 to 6, wherein the system comprises:
the service system module is used for sending the message generated by the service system to the message processing module, receiving the message processing condition of the client and sending an instruction for eliminating backlog and the message to be read to the message processing module;
the message processing module is used for converting and summarizing the messages to be processed, storing the messages, pushing the converted and counted messages to be processed to the client and eliminating the processed messages;
and the client is used for receiving and processing the backlog and the backlog information and feeding back the information processing condition to the service system module.
8. The method of claim 7, wherein the method comprises the steps of: the client is provided with a to-do center for processing to-do matters and a to-read center for processing to-read messages.
CN202110745948.XA 2021-07-01 2021-07-01 Method and system for uniformly processing to-be-read messages and to-do matters Pending CN113467973A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110745948.XA CN113467973A (en) 2021-07-01 2021-07-01 Method and system for uniformly processing to-be-read messages and to-do matters

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110745948.XA CN113467973A (en) 2021-07-01 2021-07-01 Method and system for uniformly processing to-be-read messages and to-do matters

Publications (1)

Publication Number Publication Date
CN113467973A true CN113467973A (en) 2021-10-01

Family

ID=77877441

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110745948.XA Pending CN113467973A (en) 2021-07-01 2021-07-01 Method and system for uniformly processing to-be-read messages and to-do matters

Country Status (1)

Country Link
CN (1) CN113467973A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771724A (en) * 2010-01-05 2010-07-07 吉林大学 Heterogeneous distributed information integration method, device and system
CN102054213A (en) * 2009-11-05 2011-05-11 中国移动通信集团公司 Information integration method, device and system
CN107608804A (en) * 2017-09-21 2018-01-19 山东浪潮云服务信息科技有限公司 A kind of task processing system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102054213A (en) * 2009-11-05 2011-05-11 中国移动通信集团公司 Information integration method, device and system
CN101771724A (en) * 2010-01-05 2010-07-07 吉林大学 Heterogeneous distributed information integration method, device and system
CN107608804A (en) * 2017-09-21 2018-01-19 山东浪潮云服务信息科技有限公司 A kind of task processing system and method

Similar Documents

Publication Publication Date Title
CN103068070B (en) A kind of machinery of consultation of protocol version, mobile terminal, base station and communication system
CN101335920B (en) Rubbish short message recognition system and method based on calling number location and transmitted content
CN100382543C (en) Messaging systems
CN101877604B (en) Method and system for transmitting files
CN101635908B (en) Ticket transmission processing method and system of billing system
CN103890808A (en) Method for operating interactive messaging service providing reception confirmation
CN102938770A (en) Method for realizing uniform interface for multi-protocol messages and related device and system
CN102724355A (en) Garbage information processing method and mobile phone termina
CN103581966A (en) Real-time monitoring optimizing configuration method for smart phone
CN101340210A (en) Multi-terminal binding type communication method and terminal
CN102960001A (en) Calling method, terminal and device
CN101977362A (en) Short message group sending method and system
CN102801866A (en) Group-texting method of mobile terminal
CN103279447A (en) Method, device and terminal for processing information
CN113467973A (en) Method and system for uniformly processing to-be-read messages and to-do matters
CN103002446A (en) Method and device for intercepting call
CN102073983B (en) Method and device for optimization processing of PNG (portable network graphic) image resources
CN101909267A (en) Mobile phone and dialing method thereof, wireless communication service system and calling method thereof
CN103873533A (en) Method, device and system used for pushing information
CN104639751A (en) Incoming call processing method, incoming call processing device and mobile terminal
CN104836892A (en) Information display method, information display device and information display terminal
CN104754541A (en) Smart cost-saving message sending method and device
CN102957598A (en) Automatic data acquisition method of electric system
KR101808993B1 (en) System and method for sending message for priority messaging
CN105323729A (en) Short message sending method and apparatus

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination