CN114187105B - Notification message processing method, notification message processing device, computer equipment and storage medium - Google Patents
Notification message processing method, notification message processing device, computer equipment and storage mediumInfo
- Publication number
- CN114187105B CN114187105B CN202010964404.8A CN202010964404A CN114187105B CN 114187105 B CN114187105 B CN 114187105B CN 202010964404 A CN202010964404 A CN 202010964404A CN 114187105 B CN114187105 B CN 114187105B
- Authority
- CN
- China
- Prior art keywords
- resource
- resource transfer
- record
- information
- notification
- 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.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/04—Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Development Economics (AREA)
- Technology Law (AREA)
- General Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Marketing (AREA)
- Multimedia (AREA)
- Economics (AREA)
- General Engineering & Computer Science (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
The embodiment of the invention discloses a notification message processing method, a device, computer equipment and a storage medium, wherein the method comprises the steps of obtaining a resource transfer notification record and a resource flow record aiming at a target account, determining an abnormal flow item based on the resource transfer notification record and the resource flow record if the resource transfer notification record is not matched with the resource flow record, obtaining target resource transfer information based on information recorded by the abnormal flow item, generating a transfer notification message based on the target resource transfer information, and sending a notification prompt according to the transfer notification message. By implementing the method, the notification message in the resource transfer notification record can be checked based on the resource flow record, so that the data quantity required to be inquired from the notification server corresponding to the resource transfer platform is reduced, and the processing efficiency of the notification message is improved.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a notification message processing method, apparatus, computer device, and storage medium.
Background
Under a transaction scene based on the resource transfer platform, the resource transfer platform can acquire a resource transfer result uploaded by a buyer through computer equipment, generate a notification message and send the notification message to the computer equipment used by the seller, so that the seller executes corresponding operation according to the notification message. In practice, after the buyer performs resource transfer through the computer device, due to factors such as network jitter, the computer device used by the seller may not obtain the notification message sent by the resource transfer platform, so that a bill drop situation occurs, where the resource may be digital currency, an electronic bill, etc., and the resource transfer platform may be a payment platform, a social platform, etc.
Currently, aiming at the situation, a seller can search the resource transfer result of each transaction in the resource transfer platform through the computer equipment so as to check the notification message sent by the resource transfer platform and discover the situation of falling a bill in time, however, the traversal type checking mode can bring great processing burden to the resource transfer platform, and the processing efficiency of the manual notification mode is lower.
Disclosure of Invention
The embodiment of the invention provides a notification message processing method, a notification message processing device, computer equipment and a storage medium, which can carry out verification processing on a resource transfer notification record based on a resource flow record.
In one aspect, an embodiment of the present invention provides a notification message processing method, where the method includes:
acquiring a resource transfer notification record and a resource flow record aiming at a target account;
if the resource transfer notification record is not matched with the resource flow record, determining abnormal information based on the resource transfer notification record and the resource flow record, wherein the abnormal information comprises abnormal flow items which are not matched with the resource transfer notification record in flow items included in the resource flow record;
Acquiring target resource transfer information based on the information recorded by the abnormal pipeline item, wherein the target resource transfer information comprises resource transfer information aiming at the abnormal pipeline item;
And generating a transfer notification message based on the target resource transfer information, and sending a notification prompt according to the transfer notification message.
In one aspect, an embodiment of the present invention provides a notification message processing apparatus, including:
the acquisition module is used for acquiring a resource transfer notification record and a resource flow record aiming at the target account;
The determining module is used for determining abnormal information based on the resource transfer notification record and the resource flow record if the resource transfer notification record is not matched with the resource flow record, wherein the abnormal information comprises abnormal flow items which are not matched with the resource transfer notification record in flow items included in the resource flow record;
The acquisition module is further used for acquiring target resource transfer information based on the information recorded by the abnormal running water item, wherein the target resource transfer information comprises resource transfer information aiming at the abnormal running water item;
the generation module is used for generating a transfer notification message based on the target resource transfer information;
And the notification module is used for sending a notification prompt according to the transfer notification message.
In one aspect, an embodiment of the present invention provides a computer device, including a processor, an input interface, an output interface, and a memory, where the processor, the input interface, the output interface, and the memory are connected to each other, where the memory is configured to store a computer program, the computer program includes program instructions, and the processor is configured to invoke the program instructions and execute the notification message processing method.
In one aspect, an embodiment of the present invention provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program, the computer program including program instructions that, when executed by a processor, cause the processor to perform the notification message processing method.
In the embodiment of the invention, a computer device acquires a resource transfer notification record and a resource flow record aiming at a target account, if the resource transfer notification record is not matched with the resource flow record, an abnormal flow item is determined based on the resource transfer notification record and the resource flow record, target resource transfer information is acquired based on information recorded by the abnormal flow item, a transfer notification message is generated based on the target resource transfer information, and a notification prompt is sent according to the transfer notification message. By implementing the method, the resource transfer notification record can be pre-checked based on the resource flow record, after the abnormal flow item is obtained, the resource transfer information corresponding to the abnormal flow item is queried from the notification server corresponding to the resource transfer platform based on the abnormal flow item, so that the data volume required to be queried from the notification server corresponding to the resource transfer platform is reduced, and the processing efficiency of notification messages is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of a notification message processing system according to an embodiment of the present invention;
FIG. 2 is a flowchart of a notification message processing method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a notification record provided by an embodiment of the present invention;
FIG. 4 is a schematic diagram of a flow record according to an embodiment of the present invention;
FIG. 5 is a flowchart of a notification message processing method according to an embodiment of the present invention;
FIG. 6 is a flowchart of a method for processing notification messages in a transaction scenario according to an embodiment of the present invention;
Fig. 7 is a schematic structural diagram of a notification message processing apparatus according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The technical field of the computer related to the scheme specifically comprises the technical field of Cloud, wherein Cloud technology (Cloud technology) refers to a hosting technology for integrating serial resources such as hardware, software, network and the like in a wide area network or a local area network to realize calculation, storage, processing and sharing of data. The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention.
With the development of internet technology, online resource transfer becomes an increasingly popular resource transfer mode, that is, a buyer can realize online transaction through a resource transfer platform, under a transaction scene based on the resource transfer platform, the resource transfer platform can acquire a resource transfer result uploaded by the buyer through computer equipment and generate a notification message to be sent to the computer equipment used by a seller, so that the seller executes corresponding operations, such as shipping operation, refund operation and the like, according to the notification message, in practice, after the buyer executes resource transfer through the computer equipment, the computer equipment used by the seller may not acquire the notification message sent by the resource transfer platform due to factors such as network jitter, and the seller does not execute operations corresponding to the notification message, so that a bill drop occurs. The resource transfer platform can be a payment platform, an online transaction mode based on the payment platform mainly comprises the following steps that a buyer initiates a pre-ordering for a transaction, a seller records details of the pre-ordering, the seller invokes a payment interface to initiate payment, the buyer inputs a password in the payment interface to finish the payment for the transaction, and the payment platform sends a payment notification message corresponding to the payment of the buyer to the seller. The buyer side may be specifically a computer device used by the buyer in the transaction, and the seller side may be a computer device used by the seller in the transaction, where the computer device may include, but is not limited to, a computer, a tablet computer mobile phone, and the like.
The related technology of the embodiment of the invention mentions that, aiming at the situation of the drop list, the drop list information can be inquired by (1) traversing the pre-drop list records to inquire the payment information, particularly by traversing all the pre-drop list records of the seller end and calling a payment platform to inquire corresponding payment details aiming at each pre-drop list record, analyzing the payment details to obtain an analysis result of whether the payment is successful or not, and determining the loss record of the payment notification message based on the analysis result to inquire the drop list information. (2) The payment platform can output payment records of all buyers for transactions to the sellers at regular time, and the regular time interval can be one day, one hour or the like, for example, the sellers can acquire the payment record of the T day sent by the payment platform in the T+1 day, and the sellers can compare the payment record sent by the payment platform with the payment notification message recorded by the sellers, so as to determine the loss record of the payment notification message and inquire the bill drop information.
The application provides a notification message processing scheme, when a drop detection is needed, a resource transfer notification record is checked based on a resource running water record, the drop condition in the resource transfer notification record is inquired from a background server of a resource transfer platform based on the checked abnormal running water item, and a corresponding notification message is generated based on the drop condition, so that timely replenishment is realized. The scheme can be applied to an online payment scene, the resource running water record can be particularly a fund running water record provided by a background server of a financial institution, and the resource transfer notification record can be particularly a payment notification record provided by a payment platform. Compared with the current traversing inquiry payment platform which inquires about each pre-ordered list, the scheme has the advantages that (1) the notification message loss record is quickly found, because the funds of the seller account are written in real time in a running way, therefore, the fund inflow in the account of the seller can be checked with the payment notification record actually received by the seller in real time, and the fund inflow items from a plurality of places in the fund inflow record, namely the lost payment notification message in the payment notification record, can be quickly found. (2) The payment notification message loss supplementary note under the high concurrent transaction scene is supported, and because the payment notification message loss is a small probability event, the bilateral difference can be quickly found by directly checking the cash flow of the seller account and the payment success notification record received by the seller end, the difference quantity is small, the supplementary note operation can be accurately carried out after the payment details are reversely checked from the payment platform aiming at the difference data, the call quantity of the payment detail query interface is reduced, the data processing quantity of the payment platform is reduced, and the query efficiency is also improved. (3) And accurately generating a payment notification message, after the difference data is found through the running water account checking, reversely checking the payment details according to the payment list number in the running water, and generating and displaying the payment notification message according to the returned payment details, thereby realizing the accurate and automatic generation of the notification message.
Based on the above description, referring to fig. 1, the embodiment of the present application provides a notification message processing system, where the notification message processing system includes a buyer side, a notification server connected to the buyer side, a seller side connected to the notification server, and an asset management server connected to the seller side, where the buyer side may be a computer device used by the buyer in a transaction, the seller side may be a computer device used by the seller in a transaction, for interacting with the buyer or the seller, and uploading or downloading a corresponding notification message from the notification server, the notification server may be a background server of a payment platform, for managing the transaction between the buyer and the seller, and the resource management server may be a background server of a financial institution, for interacting with the seller side, and providing a resource flow record of the seller to the seller side. Specifically, the computer device may be a terminal, a server, an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, and a cloud server for providing cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communication, middleware services, domain name services, security services, CDNs, basic cloud computing services such as big data and artificial intelligence platforms. The terminal may be, but is not limited to, a smart phone, a tablet computer, a notebook computer, a desktop computer, a smart speaker, a smart watch, etc. The terminal and the server may be directly or indirectly connected through wired or wireless communication, and the present application is not limited herein.
The working principle of the system shown in fig. 1 generally includes ① that the seller obtains the resource transfer notification record stored by the local end, and obtains the resource running water record from the asset management server, where the resource transfer notification record is specifically generated based on the resource transfer operation of the buyer end, and is issued to the seller by the notification server. ② If the resource transfer notification record is not matched with the resource flow record, the seller terminal determines abnormal information based on the resource transfer notification record and the resource flow record, wherein the abnormal information comprises abnormal flow items which are not matched with the resource transfer notification record in the flow items included in the resource flow record, and the ③ seller terminal sends a resource transfer record acquisition instruction to the notification server, wherein the resource transfer record acquisition instruction carries identification information of the abnormal flow items. ④ And ⑤, the seller terminal generates a transfer notification message based on the target resource transfer information, and sends a notification prompt according to the transfer notification message. So that the seller can timely conduct the order supplementing operation based on the notification prompt.
In the above manner, the resource transfer notification record is pre-checked based on the resource flow record, the abnormal flow item is queried, and the corresponding resource transfer information is acquired from the notification server based on the abnormal flow item, so that compared with traversing the query resource transfer information from the notification server, the query amount of the resource transfer information is reduced, the processing burden of the notification server is reduced, and meanwhile, the checking efficiency of the resource transfer notification record can be improved.
Based on the above description, the embodiments of the present invention provide a notification message processing method, which may be performed by a computer device, in one embodiment, the computer device may be a smart terminal, for example, a smart phone, a tablet computer, a smart wearable device, or the like, capable of performing processing such as payment, display, and may be a device that is connected to a computer network through a computer network or a mobile communication network, and the computer device may also be a server, for example, a server for performing drop detection, capable of performing drop detection and processing in a case where a payment party of both parties of a transaction has paid a commodity payment, but a payment notification is not received by a payee, and the like, and of course, in other embodiments, the method may also be performed by cooperation of the server and the computer device. Specifically, referring to fig. 2, the method according to the embodiment of the present invention may include the following steps S201 to S204:
S201, the computer equipment acquires a resource transfer notification record and a resource flow record aiming at the target account.
In the embodiment of the invention, the computer equipment can respond to the drop detection event to acquire the resource transfer notification record and the resource flow record aiming at the target account, the drop detection event can be triggered at fixed time, such as every 1 minute, half hour or 1 hour, or the drop detection event can be triggered when a preset event is detected, wherein the preset event can be that the resource transfer notification record is updated, the resource flow record is updated, the preset operation input by a user is detected, and the like, and the seller can perform the review of the notification message in the computer equipment and execute the corresponding operation based on the review result. The target account number can be specifically an account number used by a seller, and as an identifier of the seller, in a specific implementation scenario, the resource can be specifically digital currency, when a transaction occurs, the digital currency is transferred, the notification server records the transfer process of the digital currency, wherein the resource transfer process is a payment process, the resource transfer notification record can be a collection of resource transfer notification messages of transaction objects provided by the seller and recorded by an application program in the computer equipment, and the resource transfer notification record can specifically include an amount, time, place and the like. The resource flow record may specifically be a flow item corresponding to each resource transfer recorded by a financial institution, and information of the flow item, such as trigger time, location, mode, etc.
In one implementation manner, the specific manner of obtaining the resource transfer notification record and the resource flow record for the target account by the computer device may be that the computer device obtains the resource transfer notification record for the target account from the recorded historical resource transfer notification message according to the detection period, obtains the flow record for the target account from the resource management server according to the detection period, and screens at least one flow item of the target type from the flow record as the resource flow record for the target account. The detection period is set according to a resource exchange rule associated with the target account, and the flow record comprises flow items corresponding to each resource transfer. The historical resource transfer notification message can be a notification message displayed in a target application program in the computer equipment, the target application program can be an application program corresponding to the resource transfer platform, the buyer and the seller can complete transactions based on the target application program, a notification server corresponding to the target application program can record each transaction, and generate the notification message based on the resource transfer result of the buyer on the transaction and send the notification message to the computer equipment, so that the target application program in the computer equipment records and displays the notification message, and the seller can acquire the corresponding resource transfer result by consulting the notification message. In a specific implementation, the computer device may obtain a plurality of historical resource transfer notification messages within a preset time range, which are used as resource transfer notification records for the target account. The resource flow record specifically may record entry details of each resource, such as entry time, entry location, name of an entry party, etc., the target type may be an income type, or an entry type for a commodity price provided by a seller in a transaction, etc., and the computer device may screen each flow item based on a screening rule corresponding to the target type, to obtain a required flow item as the resource flow record.
It should be noted that, the detection period is set according to a resource exchange rule associated with the target account, where the resource exchange rule specifically indicates a time period corresponding to the resource exchange, different accounts may be associated with different resource exchange rules, and in a specific implementation, the detection period interval may be set to be less than the time period, for example, the resource exchange rule may specifically be that the seller obtains the resource transfer notification message in one day, and then executes the corresponding shipping operation, and the detection period is set to be less than one day, so that the transaction may not be caused to fail due to untimely verification of the resource transfer notification message.
In one implementation manner, when the resource management server detects that the resource flow corresponding to the target account is changed, the resource management server sends the changed content to the computer device in real time, and the computer device stores the flow changed content, so that the specific manner of the computer device obtaining the resource transfer notification record and the resource flow record for the target account may be that the computer device obtains the resource transfer notification record and the resource flow record for the target account from the storage space of the local terminal.
S202, if the resource transfer notification record is not matched with the resource flow record, the computer equipment determines abnormal information based on the resource transfer notification record and the resource flow record.
In the embodiment of the invention, the abnormal information comprises abnormal pipeline items which are not matched with the resource transfer notification record in the pipeline items included in the resource pipeline record. After the computer equipment acquires the resource transfer notification record and the resource flow record aiming at the target account, whether the resource transfer notification record is matched with the resource flow record or not is detected, and if not, the computer equipment determines abnormal information based on the resource transfer notification record and the resource flow record.
In one implementation, the resource transfer notification record includes at least one historical resource transfer notification message and a first amount corresponding to each historical resource transfer historical notification message, the resource flow record includes at least one flow item and a second amount corresponding to each flow item, the specific way for the computer device to detect whether the resource transfer notification record matches the resource flow record may be that the computer device checks whether the i first amount in the at least one historical resource transfer notification message matches the i second amount in the at least one flow item, i is a positive integer, and if not, it is determined that the resource transfer notification record does not match the resource flow record.
Further, the specific mode of determining the abnormal information by the computer device based on the resource transfer notification record and the resource running water record may be that the computer device checks whether the kth first amount in the at least one historical resource transfer notification message is matched with the kth second amount in the at least one running water item, if so, checks whether the kth+1th first amount in the at least one historical resource transfer notification message is matched with the kth+1th second amount in the at least one running water item, if not, determines the running water item corresponding to the kth+1th second amount as the abnormal running water item, adds the abnormal running water item to the abnormal information, and checks whether the kth+1th first amount in the at least one historical payment notification message is matched with the kth+2th second amount in the at least one running water item after finding one abnormal running water item, and performs cyclic check in the above check mode until the traversing check of the resource transfer notification record and the resource running water record is completed, and finds that all the abnormal running water items are added to the abnormal running water item.
For example, in the resource transfer notification record shown in fig. 3, including notification message 1 (13 yuan for the first amount), notification message 2 (8 yuan for the first amount) and notification message 3 (15 yuan for the first amount), and in the resource transfer notification record shown in fig. 4, including running item 1 (13 yuan for the second amount), running item 2 (8 yuan for the second amount), running item 3 (25 yuan for the second amount) and running item 4 (15 yuan for the second amount), the computer device checks that notification message 3 and running item 3 do not match, adds running item 3 as an abnormal running item to the abnormal message, and continues to check whether notification message 3 and running item 4 match.
In one implementation, when a drop detection event is acquired, the computer device triggers and executes the steps of acquiring a resource transfer notification record and a resource flow record for a target account, after the computer device determines each abnormal flow item in the resource flow record, the abnormal flow item can be stored in a database, when a statistics period arrives, an abnormal flow item set in a preset time range is acquired from the database, the computer device acquires the time interval of each abnormal flow item in the abnormal flow item set, and the detection period for the drop detection event is determined based on each time interval. The statistical period may be preset, for example, one day, ten days, and the like, where the abnormal running item set includes a plurality of abnormal running items stored in the database, and a specific manner of determining, by the computer device, a detection period for the drop detection event based on a time interval of each abnormal running item may be that the computer device obtains a shortest time interval in each time interval, and determines, based on a correspondence between the interval and the period, a period corresponding to the shortest time interval as the detection period for the drop detection event. Or the computer device may also calculate an average time interval corresponding to each time interval, and determine a period corresponding to the average time interval based on the correspondence between the interval and the period, as a detection period for the drop detection event. The detection period is used for triggering a drop detection event, namely when the detection period arrives, the drop detection event is triggered to be generated, so that the computer equipment responds to the drop detection event to acquire a resource transfer notification record and a resource flow record aiming at the target account. It should be noted that, the correspondence between the interval and the period may be specifically a proportional relationship, that is, the shorter the interval is, the shorter the detection period is.
For example, if the abnormal water item includes an abnormal water item 1 (time: 8:0 minutes), an abnormal water item 2 (time: 9:0 minutes), and an abnormal water item 3 (12:0 minutes), the computer device determines that the time interval 1 between the abnormal water items 1 and 2 is 1 hour, the time interval 2 between the abnormal water items 2 and 3 is 3 hours, and when the correspondence between the interval and the period is half of the interval, the computer device determines that the shortest interval is 1 hour, and determines that the detection period is half hour based on the correspondence.
S203, the computer equipment acquires target resource transfer information based on the information recorded by the abnormal pipeline item.
In the embodiment of the invention, after the computer equipment determines the abnormal running water item based on the resource transfer notification record and the resource running water record, the computer equipment can acquire the target resource transfer information from the notification server based on the information recorded by the abnormal running water item, wherein the target resource transfer information comprises the resource transfer information aiming at the abnormal running water item, and the notification server is specifically a background server of a resource transfer platform and records the resource transfer information of each transaction of different buyers and sellers in the resource transfer platform, such as whether the buyers successfully transfer the resources, the time, the place and the like for transferring the resources.
The specific way that the computer equipment obtains the target resource transfer information based on the information recorded by the abnormal pipeline item may be that the computer equipment sends a resource transfer information obtaining instruction to the notification server, receives the reference resource transfer information returned by the notification server based on the identification information of the abnormal pipeline item, and if the resource transfer is determined to be successful according to the reference resource transfer information, determines the reference resource transfer information as the target resource transfer information. The resource transfer information obtaining instruction carries identification information of an abnormal running water item, and the identification information of the abnormal running water item can be specifically a single number, an amount, trigger time, trigger place and the like of the abnormal running water item.
For example, the resource transfer process is specifically a payment process of the buyer in the transaction, the single number of the abnormal running item is 2020, the computer device may send a resource transfer information acquisition instruction to the notification server based on the single number, and if the reference resource transfer information for the single number 2020 returned by the notification server indicates that the payment is successful, the computer device determines the reference resource transfer information as the target resource transfer information.
S204, the computer equipment generates a transfer notification message based on the target resource transfer information, and sends out a notification prompt according to the transfer notification message.
In the embodiment of the invention, after the computer equipment acquires the target resource transfer information, a transfer notification message can be generated based on the target resource transfer information, and a notification prompt can be sent out according to the transfer notification message. The resource transfer notification message is used for prompting the seller that the resource transfer is successful, so that the seller executes corresponding shipping operation based on the message that the resource transfer is successful.
In one implementation manner, the specific manner in which the computer device sends the notification prompt according to the transfer notification message may be that the computer device adds corresponding flag information to the transfer notification message and displays the transfer notification message after adding the flag information, where the flag information includes at least one of feature information of an abnormal running water item in the abnormal information, a target abnormal flag, and an analysis result for the abnormal information, the feature information includes at least one of time information, location information, and account information, the computer device may screen out a target abnormal flag from the at least one abnormal flag according to the feature information of the transfer notification message, if the feature information may be time, the computer device may screen out the target abnormal flag according to a correspondence between the time and the abnormal flag, and the specific determination manner in which the analysis result for the abnormal information may be that the computer device determines a target analysis rule for the target account, analyzes an external factor corresponding to the abnormal information based on the target analysis rule, obtains the analysis result for the abnormal information, and adds the analysis result to the flag information. The external factors comprise at least one of network factors, equipment factors and operation factors, for example, a target analysis rule aiming at a target account is used for acquiring the triggering time of an abnormal running item in abnormal information, the network factors, the equipment factors and the operation factors corresponding to the triggering time are found, whether the network factors, the equipment factors and the operation factors are abnormal or not is judged, an analysis result aiming at the abnormal information is obtained, and the analysis result specifically indicates the abnormal information caused by which factor.
It should be noted that after the computer device generates the transfer notification message based on the target resource transfer information, it may further check whether there is a historical resource transfer notification message matched with the transfer notification message in the currently locally stored resource transfer notification record, if not, add the transfer notification message to the resource transfer notification record and obtain time information corresponding to the transfer notification message, and if the time information meets a preset time rule, execute a resource exchange operation corresponding to the resource transfer notification record, where the resource exchange operation may be a shipping operation, the time rule specifically indicates a time requirement, and when a time difference between a time in the time information and a current time is less than a preset time difference, it is determined that the time information meets the time rule. Or if the time information does not meet the preset time rule, acquiring an order mark corresponding to the target resource transfer information, generating a return order mark according to the order mark, and initiating a return order instruction carrying the return order mark to the resource management server, wherein the return order instruction is used for instructing the resource management server to carry out return order processing based on the return order mark, namely, carrying out shipping processing on the buyer when the payment notice is generated within the time limit, and carrying out refund processing on the buyer when the payment notice is generated outside the time limit. By checking again whether there is a historical resource transfer notification message matching the transfer notification message in the currently locally stored resource transfer notification record, repeated hints for the same notification message can be avoided.
In the embodiment of the invention, the computer equipment acquires the resource transfer notification record and the resource flow record aiming at the target account, if the resource transfer notification record is not matched with the resource flow record, the abnormal flow item is determined based on the resource transfer notification record and the resource flow record, acquires the target resource transfer information based on the information recorded by the abnormal flow item, generates a transfer notification message based on the target resource transfer information, and sends a notification prompt according to the transfer notification message. By implementing the method, the resource transfer notification record can be pre-checked based on the resource flow record, after the abnormal flow item is obtained, the resource transfer information corresponding to the abnormal flow item is queried from the notification server corresponding to the resource transfer platform based on the abnormal flow item, so that the data volume required to be queried from the notification server corresponding to the resource transfer platform is reduced, and the processing efficiency of notification messages is improved.
Based on the above description, the embodiments of the present invention provide a notification message processing method, where the method of the embodiments of the present invention may be performed by a computer device, and the computer device may be an intelligent terminal or a server, and in some embodiments, the method may also be performed by the server and the computer device in cooperation, referring to fig. 5, and the notification message processing process may include the following steps S501-S508:
s501, the computer equipment acquires a resource transfer notification record and a resource flow record aiming at the target account.
In the embodiment of the invention, when the resource management server detects that the resource flow corresponding to the target account is changed, the changed content is sent to the computer equipment in real time, the computer equipment stores the flow change content, the concrete mode of the computer equipment obtaining the resource transfer notification record and the resource flow record for the target account can be that the computer equipment obtains the resource transfer notification record and the resource flow record for the target account from the storage space of the local end, in a financial transaction scene, the resource transfer notification record specifically records the payment condition of a buyer for a next product in a transaction, specifically generates a resource transfer notification message by a background notification server of a payment platform after the buyer successfully pays the next product, the computer equipment receives the resource transfer notification message sent by the notification server and records the resource transfer notification message as the resource transfer notification record, and each flow record specifically records the change condition of funds flow of a seller in the transaction and consists of a plurality of flow items.
S502, if the resource transfer notification record is not matched with the resource flow record, the computer equipment determines abnormal information based on the resource transfer notification record and the resource flow record.
In the embodiment of the invention, the abnormal information comprises abnormal pipeline items which are not matched with the resource transfer notification record in the pipeline items included in the resource pipeline record. After the computer equipment acquires the resource transfer notification record and the resource flow record aiming at the target account, whether the resource transfer notification record is matched with the resource flow record or not is detected, and if not, the computer equipment determines abnormal information based on the resource transfer notification record and the resource flow record.
S503, the computer equipment stores the characteristic information of the abnormal pipeline items in the abnormal information into the blockchain network.
In the embodiment of the invention, after the computer equipment determines the abnormal information, the characteristic information of the abnormal running water item in the abnormal information can be stored in the blockchain network, wherein the characteristic information comprises at least one of time information, identification information of the abnormal running water item and account information, and the characteristic information is uploaded into the blockchain network, so that the abnormal running water item can be conveniently verified and analyzed in a later period, the reason for causing the abnormal running water item can be determined, the time period of the high-frequency abnormal running water item is counted, and a strategy for avoiding triggering the abnormal running water item as much as possible can be formulated.
In the specific implementation, the computer equipment broadcasts the characteristic information of the abnormal water item in the abnormal information in the blockchain network so that each node in the blockchain network carries out consensus verification on the characteristic information, the computer equipment receives the consensus verification result returned by each node in the blockchain network, if the consensus verification result indicates that the verification is passed, the characteristic information of the abnormal water item is packaged into block data, and the block data is stored in the blockchain network.
Optionally, the computer device may acquire at least one historical feature information from the blockchain network, determine, based on the at least one historical feature information, an acquisition rule for a resource transfer notification record and a resource flow record of the target account, and acquire, when a drop detection event is detected next time, the resource transfer notification record and the resource flow record of the target account based on the acquisition rule, where the acquisition rule specifically indicates an acquisition frequency for the resource transfer notification record and the resource flow record.
The specific mode of determining the resource transfer notification record and the resource flow record by the computer equipment can be that the computer equipment acquires at least one piece of history feature information from a blockchain network, the history feature information comprises at least one of history time information, history place information and history account information of an abnormal flow item in history abnormal information, the computer equipment carries out statistical processing on the at least one piece of history feature information to obtain statistical feature information for abnormal resource transfer, and an acquisition rule for target resource transfer information is determined based on the statistical feature information. The method comprises the steps that a computer device determines a high-frequency time period, a high-frequency place and a high-frequency account number for triggering an abnormal flow item based on statistical characteristic information, and when the high-frequency time period, the high-frequency place or the high-frequency account number which currently meets the high-frequency time period, the high-frequency place or the high-frequency account number is detected, the resource transfer notification record of a target account number and the acquisition frequency of the resource flow record are improved.
S504, the computer equipment acquires target resource transfer information based on the identification information of the abnormal pipeline item.
In the embodiment of the invention, after the computer equipment determines the abnormal running water item based on the resource transfer notification record and the resource running water record, the computer equipment can acquire the target resource transfer information from the notification server based on the identification information of the abnormal running water item, wherein the target resource transfer information comprises the resource transfer information aiming at the abnormal running water item, the notification server is specifically a background server of the resource transfer platform, the resource transfer information of each transaction of different buyers and sellers in the resource transfer platform is recorded, such as whether the buyers successfully transfer the resource or not, the time, the place and the like for carrying out the resource transfer, and in a transaction scene, the computer equipment can pay details of the buyers for the transaction corresponding to the abnormal running water item from the notification server based on the identification information of the abnormal running water item. If the payment details indicate that the payment is successful, the computer device may query again whether the resource transfer notification message corresponding to the payment success exists based on the resource transfer notification record, if not, determine that the resource transfer notification message corresponding to the payment success is lost, and execute the step of generating the transfer notification message based on the target resource transfer information in step S505, so as to avoid repeated display of the same resource transfer notification message due to network delay.
S505, the computer equipment generates a transfer notification message based on the target resource transfer information.
In the embodiment of the invention, after the computer equipment acquires the target resource transfer information, a transfer notification message can be generated based on the target resource transfer information, and in a transaction scene, the transfer notification message can specifically indicate the payment condition of the buyer for the transaction, such as unpaid or successful payment, and the payment time, place, buyer account number and the like corresponding to the successful payment.
S506, the computer equipment determines a target abnormal mark from the abnormal mark set according to the time characteristic of the transfer notification message.
In the embodiment of the invention, after the computer equipment determines the transfer notification message, the time characteristic of the transfer notification message is acquired, the time characteristic can be specifically the triggering time of the abnormal running item corresponding to the transfer notification message, the computer equipment detects the time difference between the triggering time and the current time, if the time difference is smaller than the preset time difference, the first abnormal mark is determined to be a target abnormal mark, if the time difference is larger than the preset time difference, the second abnormal mark is determined to be a target abnormal mark, wherein the preset time difference can be specifically determined by a delivery rule formulated by a seller, if the delivery rule is smaller than 1 hour, if the delivery rule is larger than 1 hour, the preset time difference can be 1 hour, the first abnormal mark is used for prompting a seller to deliver the abnormal running item, the second abnormal mark is used for prompting that the transfer notification message has timed out, the display form of the first abnormal mark can be a green background, the display form of the second abnormal mark can be a red background, and the display form of the second abnormal mark is not limited.
S507, the computer equipment adds the target abnormal mark into the transfer notification message.
S508, the computer equipment determines a prompt rule for the transfer notification message based on the target abnormality mark, and notifies the transfer notification message after the target abnormality mark is added based on the prompt rule.
In the embodiment of the invention, different prompt rules corresponding to different target abnormal marks are displayed and vibrated, for example, the prompt rules corresponding to the first abnormal mark are displayed, vibrated and ringing, and when the target abnormal mark is the first abnormal mark, a transfer notification message added with the target abnormal mark can be displayed in a display page and accompanied by vibration prompt, so that a user using computer equipment can timely find the transfer notification message and judge based on the mark of the transfer notification message.
In the embodiment of the invention, the computer equipment acquires the resource transfer notification record and the resource flow record aiming at the target account, if the resource transfer notification record is not matched with the resource flow record, the abnormal flow item is determined based on the resource transfer notification record and the resource flow record, acquires the target resource transfer information based on the information recorded by the abnormal flow item, generates a transfer notification message based on the target resource transfer information, and sends a notification prompt according to the transfer notification message. In the above manner, the resource transfer notification record is pre-checked based on the resource flow record, the abnormal flow item is queried, and the corresponding resource transfer information is acquired from the notification server based on the abnormal flow item, so that compared with traversing the query resource transfer information from the notification server, the query amount of the resource transfer information is reduced, the processing burden of the notification server is reduced, and meanwhile, the checking efficiency of the resource transfer notification record can be improved.
In one implementation scenario, as shown in fig. 6, the embodiment of the present invention is specifically applied to an online financial transaction scenario, where a resource transfer notification record is specifically a payment notification record, specifically indicating that a buyer has paid funds for a transaction, a resource running water record is specifically a funds running water record, and the specific flow of the scheme is as follows, (1) account running water reconciliation, the method comprises the steps of obtaining a payment notification record and a fund flow record corresponding to a seller through computer equipment, checking the difference between the two records, determining the inflow water as an abnormal flow item if the fund flow record has fund inflow and the notification message corresponding to the inflow water does not exist in the expenditure notification record, taking the inflow water as a payment notification drop record corresponding to a payment platform, and sending the drop record to a drop integrated service. (2) And checking the payment details recorded in the payment platform and aiming at the drop record. Specifically, in the drop integrated service, a payment detail query interface of a payment platform is called according to the identification information of the abnormal running items, the successful state of payment is confirmed, and relevant payment details are obtained. If the payment details indicate that the payment result for the abnormal running item is a payment failure, reporting an error. (3) If the payment details indicate that the payment result aiming at the abnormal running item is successful, the payment notification record is queried again, whether the notification record of the payment result aiming at the abnormal running item exists in the payment notification record is judged, and if the notification record exists, the notification is wrong, so that repeated notification of the same payment result caused by time delay is avoided. (4) If the notification record of successful payment for the abnormal running item does not exist in the payment notification record, judging whether the notification record of the payment result for the abnormal running item meets the timeliness requirement, specifically judging whether the time corresponding to the notification record of the payment result for the abnormal running item is smaller than a supplementary note time window. (5) If the payment result is smaller than the order supplementing time window, the payment notification message sent by the payment platform is simulated and generated, and is displayed, and further, the user can be shipped according to the payment result, and the transaction is completed. (6) If the time window is larger than the order supplementing time window, generating a refund order number and carrying out refund processing. Because of timeliness requirement of the transaction, if the transaction exceeds the preset time, the transaction is still not completed, refund processing is needed to be performed in time,
The method has the advantages that (1) the record of lost funds notification messages is quickly found, and because funds in the account of the seller are written in real time, the funds in the account of the seller can be checked with the payment notification records actually received by the seller in real time, and multiple funds in the records, namely the lost payment notification messages in the payment notification records, can be quickly found. (2) The payment notification message loss supplementary note under the high concurrent transaction scene is supported, and because the payment notification message loss is a small probability event, the bilateral difference can be quickly found by directly checking the cash flow of the seller account and the payment success notification record received by the seller end, the difference quantity is small, the supplementary note operation can be accurately carried out after the payment details are reversely checked from the payment platform aiming at the difference data, the call quantity of the payment detail query interface is reduced, the data processing quantity of the payment platform is reduced, and the query efficiency is also improved. (3) And after difference data are found through the serial flow account checking, the payment details are reversely checked according to the payment list number in the serial flow, the payment notification message is simulated according to the returned payment details and is sent to the corresponding message receiving and processing interface, and the same message processing interface in the computer equipment can process the message from the payment platform and the message generated by the same message processing interface, so that the number of interfaces is effectively reduced, and the maintenance cost is reduced.
Based on the above description of the embodiments of the notification message processing method, the embodiments of the present invention also disclose a notification message processing apparatus, where the notification message processing apparatus may be a computer program (including program code) running in a computer device, or may be an entity apparatus included in the computer device. The notification message processing apparatus may perform the methods shown in fig. 2 and 5. Referring to fig. 7, the notification message processing apparatus 70 includes an acquisition module 701, a determination module 702, a generation module 703, and a notification module 704, wherein,
An obtaining module 701, configured to obtain a resource transfer notification record and a resource flow record for a target account;
A determining module 702, configured to determine, based on the resource transfer notification record and the resource flow record, exception information if the resource transfer notification record is not matched with the resource flow record, where the exception information includes an exception flow item that is not matched with the resource transfer notification record from among flow items included in the resource flow record;
The obtaining module 701 is further configured to obtain target resource transfer information based on the information recorded by the abnormal pipeline item, where the target resource transfer information includes resource transfer information for the abnormal pipeline item;
a generating module 703, configured to generate a transfer notification message based on the target resource transfer information;
And a notification module 704, configured to send a notification prompt according to the transfer notification message.
In one implementation, the obtaining module 701 is specifically configured to:
Acquiring a resource transfer notification record aiming at a target account from a recorded historical resource transfer notification message according to a detection period, wherein the detection period is set according to a resource exchange rule associated with the target account;
Acquiring a flow record aiming at the target account from the resource management server according to the detection period, wherein the flow record comprises flow items corresponding to each resource transfer;
And screening at least one flow item of a target type from the flow records to serve as a resource flow record aiming at the target account.
In one implementation, the obtaining module 701 is specifically configured to:
Sending a resource transfer information acquisition instruction to a notification server, wherein the resource transfer information acquisition instruction carries identification information of the abnormal running water item;
Receiving reference resource transfer information returned by the notification server based on the identification information of the abnormal running water item;
And if the resource transfer is determined to be successful according to the reference resource transfer information, determining the reference resource transfer information as target resource transfer information.
In one implementation, the determining module 702 is further configured to:
Storing the abnormal running water item into a database;
When the statistical period comes, acquiring an abnormal running water item set in a preset time range from the database;
Acquiring the time interval of each abnormal running item in the abnormal running item set;
a detection period for the drop detection event is determined based on the respective time intervals.
In one implementation, the obtaining module 701 is further configured to:
Checking whether a history resource transfer notification message matched with the transfer notification message exists in a resource transfer notification record stored locally at present;
If not, adding the transfer notification message into the resource transfer notification record, and acquiring time information corresponding to the transfer notification message;
And if the time information meets a preset time rule, executing the resource exchange operation corresponding to the resource transfer notification record.
In one implementation, the obtaining module 701 is further configured to:
If the time information does not meet the preset time rule, acquiring an order mark corresponding to the target resource transfer information;
generating a return list identifier according to the order identifier;
And initiating a return instruction carrying the return identifier to a resource management server, wherein the return instruction is used for indicating the resource management server to perform return processing based on the return identifier.
In one implementation, the obtaining module 701 is further configured to:
Broadcasting the characteristic information of the abnormal running items in the abnormal information in a block chain network so that each node in the block chain network carries out consensus verification on the characteristic information, wherein the characteristic information comprises at least one of time information, identification information of the abnormal running items and account information;
receiving a consensus check result returned by each node in the blockchain network;
And if the common identification verification result indicates that verification is passed, the characteristic information is packed into block data, and the block data is stored in a block chain network.
In one implementation, the notification module 704 is specifically configured to:
determining a target abnormal mark from an abnormal mark set according to the time characteristics of the transfer notification message;
adding the target anomaly flag to the transfer notification message;
And determining a prompt rule aiming at the transfer notification message based on the target abnormal mark, and notifying and prompting the transfer notification message added with the target abnormal mark based on the prompt rule.
In the embodiment of the invention, an acquisition module 701 acquires a resource transfer notification record and a resource flow record aiming at a target account, if the resource transfer notification record is not matched with the resource flow record, a determination module 702 determines an abnormal flow item based on the resource transfer notification record and the resource flow record, the acquisition module 701 acquires target resource transfer information based on the information recorded by the abnormal flow item, a generation module 703 generates a transfer notification message based on the target resource transfer information, and a notification module 704 sends a notification prompt according to the transfer notification message. By implementing the method, the processing efficiency of the notification message can be improved.
Fig. 8 is a schematic structural diagram of a computer device according to an embodiment of the present invention. As shown in fig. 8, the computer device includes at least one processor 801, an input device 803, an output device 804, a memory 805, and at least one communication bus 802. Wherein a communication bus 802 is used to enable connected communication between these components. The memory 805 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one magnetic disk memory. The memory 805 may also optionally be at least one storage device located remotely from the aforementioned processor 801. Wherein the processor 801 may be described in connection with fig. 7, a set of program code is stored in the memory 805, and the processor 801, the input device 803, the output device 804 call the program code stored in the memory 805 for performing the following operations:
A processor 801, configured to obtain a resource transfer notification record and a resource flow record for a target account;
a processor 801, configured to determine exception information based on the resource transfer notification record and the resource flow record if the resource transfer notification record does not match the resource flow record, where the exception information includes an exception flow item that does not match the resource transfer notification record from among flow items included in the resource flow record;
A processor 801, configured to obtain target resource transfer information based on the information recorded by the abnormal pipeline item, where the target resource transfer information includes resource transfer information for the abnormal pipeline item;
and a processor 801, configured to generate a transfer notification message based on the target resource transfer information, and send a notification prompt according to the transfer notification message.
In one implementation, the processor 801 is specifically configured to:
Acquiring a resource transfer notification record aiming at a target account from a recorded historical resource transfer notification message according to a detection period, wherein the detection period is set according to a resource exchange rule associated with the target account;
Acquiring a flow record aiming at the target account from the resource management server according to the detection period, wherein the flow record comprises flow items corresponding to each resource transfer;
And screening at least one flow item of a target type from the flow records to serve as a resource flow record aiming at the target account.
In one implementation, the processor 801 is specifically configured to:
Sending a resource transfer information acquisition instruction to a notification server, wherein the resource transfer information acquisition instruction carries identification information of the abnormal running water item;
Receiving reference resource transfer information returned by the notification server based on the identification information of the abnormal running water item;
And if the resource transfer is determined to be successful according to the reference resource transfer information, determining the reference resource transfer information as target resource transfer information.
In one implementation, the processor 801 is specifically configured to:
Storing the abnormal running water item into a database;
When the statistical period comes, acquiring an abnormal running water item set in a preset time range from the database;
Acquiring the time interval of each abnormal running item in the abnormal running item set;
a detection period for the drop detection event is determined based on the respective time intervals.
In one implementation, the processor 801 is specifically configured to:
Checking whether a history resource transfer notification message matched with the transfer notification message exists in a resource transfer notification record stored locally at present;
If not, adding the transfer notification message into the resource transfer notification record, and acquiring time information corresponding to the transfer notification message;
And if the time information meets a preset time rule, executing the resource exchange operation corresponding to the resource transfer notification record.
In one implementation, the processor 801 is specifically configured to:
If the time information does not meet the preset time rule, acquiring an order mark corresponding to the target resource transfer information;
generating a return list identifier according to the order identifier;
And initiating a return instruction carrying the return identifier to a resource management server, wherein the return instruction is used for indicating the resource management server to perform return processing based on the return identifier.
In one implementation, the processor 801 is specifically configured to:
Broadcasting the characteristic information of the abnormal running items in the abnormal information in a block chain network so that each node in the block chain network carries out consensus verification on the characteristic information, wherein the characteristic information comprises at least one of time information, identification information of the abnormal running items and account information;
receiving a consensus check result returned by each node in the blockchain network;
And if the common identification verification result indicates that verification is passed, the characteristic information is packed into block data, and the block data is stored in a block chain network.
In one implementation, the processor 801 is specifically configured to:
determining a target abnormal mark from an abnormal mark set according to the time characteristics of the transfer notification message;
adding the target anomaly flag to the transfer notification message;
And determining a prompt rule aiming at the transfer notification message based on the target abnormal mark, and notifying and prompting the transfer notification message added with the target abnormal mark based on the prompt rule.
In the embodiment of the invention, a processor 801 acquires a resource transfer notification record and a resource flow record aiming at a target account, if the resource transfer notification record is not matched with the resource flow record, the processor 801 determines an abnormal flow item based on the resource transfer notification record and the resource flow record, acquires target resource transfer information based on information recorded by the abnormal flow item, generates a transfer notification message based on the target resource transfer information, and sends a notification prompt according to the transfer notification message. By implementing the method, the processing efficiency of the notification message can be improved.
The modules described in the embodiments of the present invention may be implemented by a general-purpose integrated Circuit, such as a CPU (Central Processing Unit ), or by an ASIC (Application SPECIFIC INTEGRATED Circuit, application specific integrated Circuit).
It should be appreciated that in embodiments of the present invention, the Processor 801 may be a central processing module (Central Processing Unit, CPU), which may also be other general purpose processors, digital signal processors (DIGITAL SIGNAL processors, DSPs), application SPECIFIC INTEGRATED Circuits (ASICs), off-the-shelf Programmable gate arrays (Field-Programmable GATE ARRAY, FPGA) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Bus 802 may be an industry standard architecture (Industry Standard Architecture, ISA) bus, an external device interconnect (PERIPHERAL COMPONENT, PCI) bus, or an extended industry standard architecture (Extended Industry Standard Architecture, EISA) bus, etc., and bus 802 may be divided into an address bus, a data bus, a control bus, etc., with fig. 8 only being shown in bold lines for ease of illustration, but not as a single bus or type of bus.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in the embodiments may be accomplished by computer programs to instruct related hardware, where the programs may be stored in a computer readable storage medium, and where the programs may include the processes of the embodiments of the methods described above when executed. The computer readable storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), or the like.
The foregoing disclosure is illustrative of the present invention and is not to be construed as limiting the scope of the invention, which is defined by the appended claims.
Claims (11)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010964404.8A CN114187105B (en) | 2020-09-14 | 2020-09-14 | Notification message processing method, notification message processing device, computer equipment and storage medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010964404.8A CN114187105B (en) | 2020-09-14 | 2020-09-14 | Notification message processing method, notification message processing device, computer equipment and storage medium |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN114187105A CN114187105A (en) | 2022-03-15 |
| CN114187105B true CN114187105B (en) | 2025-07-22 |
Family
ID=80600836
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202010964404.8A Active CN114187105B (en) | 2020-09-14 | 2020-09-14 | Notification message processing method, notification message processing device, computer equipment and storage medium |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN114187105B (en) |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107862593A (en) * | 2017-10-24 | 2018-03-30 | 广东康美通信息服务有限公司 | A kind of data settle accounts calculation method, electronic equipment and storage medium |
| CN109003175A (en) * | 2018-07-06 | 2018-12-14 | 国网汇通金财(北京)信息科技有限公司 | A kind of account checking method and system based on block chain |
| CN110633323A (en) * | 2019-09-16 | 2019-12-31 | 腾讯科技(深圳)有限公司 | Business data storage method, device, storage medium and computer equipment |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| BR0011768A (en) * | 1999-06-18 | 2002-06-11 | Echarge Corp | Method and apparatus for ordering goods, services and content through an internet job using a virtual payment account |
| US20110060803A1 (en) * | 2009-04-23 | 2011-03-10 | Microsoft Corporation | Message Notification Campaigns |
| US10402892B2 (en) * | 2016-11-30 | 2019-09-03 | Bank Of America Corporation | Resource delivery via automated channel and virtual record |
| CN110458681B (en) * | 2019-08-15 | 2022-06-24 | 深圳乐信软件技术有限公司 | A method, device, server and storage medium for data reconciliation decision |
| CN110597919B (en) * | 2019-09-25 | 2023-09-01 | 腾讯科技(深圳)有限公司 | Block chain-based data management method, device, equipment and storage medium |
-
2020
- 2020-09-14 CN CN202010964404.8A patent/CN114187105B/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107862593A (en) * | 2017-10-24 | 2018-03-30 | 广东康美通信息服务有限公司 | A kind of data settle accounts calculation method, electronic equipment and storage medium |
| CN109003175A (en) * | 2018-07-06 | 2018-12-14 | 国网汇通金财(北京)信息科技有限公司 | A kind of account checking method and system based on block chain |
| CN110633323A (en) * | 2019-09-16 | 2019-12-31 | 腾讯科技(深圳)有限公司 | Business data storage method, device, storage medium and computer equipment |
Also Published As
| Publication number | Publication date |
|---|---|
| CN114187105A (en) | 2022-03-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP3859644B1 (en) | Block chain-based data check system and method, computing device, and storage medium | |
| JP7595600B2 (en) | Supplier invoice reconciliation and payment using an event-driven platform | |
| WO2020088098A1 (en) | Block chain-based quality data processing method and apparatus | |
| CN110060139B (en) | Account processing methods and devices | |
| CN111353841B (en) | Document data processing method, device and system | |
| TW202046222A (en) | Blockchain-based account reconciliation system, method and apparatus, and electronic device | |
| CN108111368A (en) | The function test method and device of a kind of transaction system | |
| CN111861472A (en) | Service monitoring processing method and device | |
| CN112990811A (en) | Block chain-based warehouse receipt processing method and warehouse receipt processing system | |
| US12450673B2 (en) | Method and system for efficient dispute resolution | |
| CN105447707B (en) | Data processing method and device | |
| CN114187105B (en) | Notification message processing method, notification message processing device, computer equipment and storage medium | |
| CN114358479A (en) | E-commerce platform return goods remote verification method and device, electronic equipment and storage medium | |
| CN118761848B (en) | Commodity classifying and processing method and electronic equipment | |
| CN114971903B (en) | Batch task processing method and device | |
| US20240273492A1 (en) | Procuring and presenting deposit transaction details | |
| CN115019922B (en) | A method, device, equipment and storage medium for input and review feedback | |
| HK40069331A (en) | Notification message processing method, device, computer equipment and storage medium | |
| CN116362733A (en) | Resource transfer method, device, computer equipment and storage medium | |
| HK40069331B (en) | Notification message processing method, device, computer equipment and storage medium | |
| CN114764713A (en) | Method and device for generating merchant patrol task, electronic equipment and storage medium | |
| CN111737262B (en) | Data processing method and device | |
| CN113657880A (en) | A resource transaction comparison method, device and device for massive data | |
| CN112837152A (en) | Method, apparatus, apparatus, medium and program product for transferring resources | |
| CN113110974A (en) | Method and device for updating transaction state in thread monitoring and cross-bank transaction |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| REG | Reference to a national code |
Ref country code: HK Ref legal event code: DE Ref document number: 40069331 Country of ref document: HK |
|
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |