CN112346886A - Transaction data processing method and device, storage medium and server - Google Patents

Transaction data processing method and device, storage medium and server Download PDF

Info

Publication number
CN112346886A
CN112346886A CN202011144409.2A CN202011144409A CN112346886A CN 112346886 A CN112346886 A CN 112346886A CN 202011144409 A CN202011144409 A CN 202011144409A CN 112346886 A CN112346886 A CN 112346886A
Authority
CN
China
Prior art keywords
transaction data
target user
transaction
bank card
user
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.)
Granted
Application number
CN202011144409.2A
Other languages
Chinese (zh)
Other versions
CN112346886B (en
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.)
Jiangsu Shengqi Digital Technology Co.,Ltd.
Original Assignee
Shanghai Youfang Information Technology Service 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 Shanghai Youfang Information Technology Service Co ltd filed Critical Shanghai Youfang Information Technology Service Co ltd
Priority to CN202011144409.2A priority Critical patent/CN112346886B/en
Publication of CN112346886A publication Critical patent/CN112346886A/en
Application granted granted Critical
Publication of CN112346886B publication Critical patent/CN112346886B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Abstract

The application discloses a transaction data processing method, a transaction data processing device, a storage medium and a server. The transaction data processing method comprises the following steps: receiving first transaction data based on the message queue; parsing the first transaction data; calling first bank card information according to the analysis result; determining a first target user according to the first bank card information; a mapping relationship between the first transaction data and the first target user is constructed. The method and the device solve the technical problems that users cannot acquire data in real time and the processing system has large workload due to the fact that transaction data are processed in batches.

Description

Transaction data processing method and device, storage medium and server
Technical Field
The present application relates to the field of transaction data processing, and in particular, to a transaction data processing method, apparatus, storage medium, and server.
Background
At present, a transaction data processing method mainly depends on a big data analysis mode of an off-line mode to realize business, in the realization process, a big data system obtains transaction data files provided by a bank host system at earliest in T +1 day, the big data system provides client information to a client management system at earliest in T +2 day through steps of data cleaning, logic processing and the like, and the client management system displays the client information for client query and provides the client information for a manager to query and notifies the client in a centralized manner through a short message/micro message mode of batch notification.
However, the client and the administrator cannot acquire transaction information in real time, cannot analyze the activity progress in real time, and cannot know the activity effect; batch processing has high requirements on processing systems and networks, and can cause a large burden on the work of the processing systems.
Aiming at the problems that users cannot acquire data in real time and a processing system has a large workload caused by batch processing of transaction data in the related art, an effective solution is not provided at present.
Disclosure of Invention
The present application is directed to a transaction data processing method, apparatus, storage medium and server, so as to solve the problems that a user cannot obtain data in real time and the processing system has a large workload due to batch processing of transaction data.
To achieve the above object, according to one aspect of the present application, there is provided a transaction data processing method.
The transaction data processing method according to the application comprises the following steps: receiving first transaction data based on the message queue; parsing the first transaction data; calling first bank card information according to the analysis result; determining a first target user according to the first bank card information; a mapping relationship between the first transaction data and the first target user is constructed.
Further, receiving the first transaction data based on the message queue includes: after a user finishes transaction at a bank host and generates first transaction data, adding the first transaction data into a message queue; the bank host sends the first transaction data based on the rule of the message queue; the server receives the first transaction data.
Further, parsing the first transaction data includes: and analyzing the first transaction data to obtain transaction related information, and searching the transaction related information to obtain unique identification information.
Further, the calling the first bank card information according to the analysis result includes: and inquiring a bank card comparison table according to the unique identification information, and calling the first bank card information according to the inquiry result.
Further, after constructing the mapping relationship between the first transaction data and the first target user, the method further includes: when a first user sends a viewing request through a first terminal, judging whether the first user is a first target user; and if so, calling the first transaction data to the first terminal for display.
Further, after constructing the mapping relationship between the first transaction data and the first target user, the method further includes: when a second user sends a viewing request through a second terminal, judging whether the second user has a viewing permission; and if so, calling the first transaction data to the second terminal for display.
Further, the method also comprises the following steps: receiving a plurality of transaction data; judging whether unresolved second transaction data exists in the plurality of transaction data; if so, parsing the second transaction data; calling second bank card information according to the analysis result; determining a second target user according to the second bank card information; and constructing a mapping relation between the second transaction data and the second target user.
In order to achieve the above object, according to another aspect of the present application, there is provided a transaction data processing apparatus.
The transaction data processing device according to the application comprises: a receiving module for receiving first transaction data based on the message queue; the analysis module is used for analyzing the first transaction data; the calling module is used for calling the first bank card information according to the analysis result; the determining module is used for determining a first target user according to the first bank card information; and the construction module is used for constructing a mapping relation between the first transaction data and the first target user.
In order to achieve the above object, according to another aspect of the present application, there is provided a storage medium.
The storage medium according to the present application includes: the transaction data processing method.
To achieve the above object, according to another aspect of the present application, there is provided a server.
The server according to the present application includes: the transaction data processing method.
In the embodiment of the application, a message queue mode is adopted, and first transaction data are received based on the message queue; parsing the first transaction data; calling first bank card information according to the analysis result; determining a first target user according to the first bank card information; constructing a mapping relationship between first transaction data and the first target user; the method and the device achieve the purpose of processing the transaction data item by item in batch and in real time, thereby realizing the technical effects that a user can acquire the transaction data in real time, the workload of a working system is greatly reduced, and further solving the technical problems that the user cannot acquire the data in real time and the workload of the processing system is large due to the batch processing of the transaction data.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
FIG. 1 is a schematic flow diagram of a transaction data processing method according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a transaction data processing device according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a storage medium according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a server according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In this application, the terms "upper", "lower", "left", "right", "front", "rear", "top", "bottom", "inner", "outer", "middle", "vertical", "horizontal", "lateral", "longitudinal", and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings. These terms are used primarily to better describe the invention and its embodiments and are not intended to limit the indicated devices, elements or components to a particular orientation or to be constructed and operated in a particular orientation.
Moreover, some of the above terms may be used to indicate other meanings besides the orientation or positional relationship, for example, the term "on" may also be used to indicate some kind of attachment or connection relationship in some cases. The specific meanings of these terms in the present invention can be understood by those skilled in the art as appropriate.
Furthermore, the terms "mounted," "disposed," "provided," "connected," and "sleeved" are to be construed broadly. For example, it may be a fixed connection, a removable connection, or a unitary construction; can be a mechanical connection, or an electrical connection; may be directly connected, or indirectly connected through intervening media, or may be in internal communication between two devices, elements or components. The specific meanings of the above terms in the present invention can be understood by those of ordinary skill in the art according to specific situations.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
According to an embodiment of the present invention, there is provided a transaction data processing method, as shown in fig. 1, the method including steps S101 to S105 as follows:
step S101, receiving first transaction data based on a message queue;
according to an embodiment of the present invention, preferably, the receiving the first transaction data based on the message queue includes:
after a user finishes transaction at a bank host and generates first transaction data, adding the first transaction data into a message queue;
the bank host sends the first transaction data based on the rule of the message queue;
the server receives the first transaction data.
The bank host has the functions of checking by swiping a card, generating transactions and the like; the user can realize the transaction on the host computer through operation, and corresponding first transaction data is generated; after obtaining bank authorization, the server (processing system) can receive the first transaction data sent by the bank host for processing. In this embodiment, a message queue is used for data transmission; queuing in a message queue each time a transaction data is generated; the message queue can arrange the transaction data generated by different time nodes according to the time sequence, and then the transaction data are sent one by one according to the sequence of the message queue; that is, the first transaction data arranged at the top is sent to the server, and processed by the server, and after the processing is finished, the first transaction data arranged at the second position is sent to the server … …, and so on, until all the data in the message queue are sent. The transaction data is sent to the server in real time and processed in a piece-by-piece manner through the message queue, so that the burden of the server and a bank host can be greatly reduced, and meanwhile, the generated transaction data can be checked by a user in real time.
In some embodiments, the server can be divided into a plurality of processing units according to the maximum processing amount and the minimum data processing amount of the server, so that even if a plurality of transaction data are generated at the same time at the peak time, each transaction data can be respectively distributed to different processing units for processing, thereby not only realizing real-time data delivery to users and reducing the burden of machines, but also effectively ensuring the utilization rate of the servers under the condition of avoiding overload of the servers.
Step S102, analyzing the first transaction data;
according to an embodiment of the present invention, preferably, parsing the first transaction data includes:
and analyzing the first transaction data to obtain transaction related information, and searching the transaction related information to obtain unique identification information.
The server needs to process the first transaction data in real time after receiving the first transaction data; in the embodiment, the server analyzes the first transaction data information by using a preset analysis algorithm; specifically, each transaction datum contains several pieces of information, such as: transaction unique serial number, transaction date and time, card number, merchant number, transaction type, transaction amount, transaction currency, transaction result, internal and external transaction attributes, online and offline transaction attributes and the like; thus, by analyzing, the transaction-related information is identified and analyzed, and then information with a unique identification function is identified from the information, such as: unique transaction serial number, card number and merchant number; in this embodiment, the unique identification information is preferably card number information, and may be directly associated with a bank card, so as to provide guarantee for subsequent card holder determination.
Step S103, calling first bank card information according to the analysis result;
according to the embodiment of the present invention, preferably, the retrieving the first bank card information according to the analysis result includes:
and inquiring a bank card comparison table according to the unique identification information, and calling the first bank card information according to the inquiry result.
The analysis result is the relevant information of the transaction, the information contains the unique identification information (card number information), the pre-established bank card comparison table can be searched according to the card number information, and the information of the first bank card is directly determined; in this embodiment, the first bank card information includes, but is not limited to, primary and secondary card information, card clearing layer information, and customer number. Therefore, the client number can provide guarantee for determining the first target user according to the first bank card information.
Step S104, determining a first target user according to the first bank card information;
the server analyzes the first bank card information to obtain a client number, wherein the client number can be information which is distributed by a bank and has a unique identification function and can also be a telephone number; referring to this information, a first target user who generated the first transaction data may be determined; and providing guarantee for establishing a direct relation between the first target user and the first transaction data.
And step S105, constructing a mapping relation between the first transaction data and the first target user.
The first target user can establish a one-to-one mapping relation with one piece of first transaction data or establish a one-to-many mapping relation with a plurality of pieces of first transaction data; therefore, the data viewing support system provides guarantee for users or administrators.
According to an embodiment of the present invention, preferably, after constructing the mapping relationship between the first transaction data and the first target user, the method further includes:
when a first user sends a viewing request through a first terminal, judging whether the first user is a first target user;
and if so, calling the first transaction data to the first terminal for display.
After the mapping relationship between the first transaction data and the first target user is established, when a user actively sends a viewing request through intelligent equipment such as a mobile phone and a computer, firstly, whether the first user sending the request is the first target user is determined through fingerprint matching, face recognition, identity card recognition and the like (the server prestores the fingerprint, the face or the identity card information of the first target user); after the first user sends a request, an interface for requiring the user to input fingerprint, human face or identity card information is switched in, after the user inputs corresponding information according to the requirement, the server compares whether the fingerprint, human face or identity card information is the same as the pre-stored information, and if the fingerprint, human face or identity card information is the same as the pre-stored information, first transaction data of the first target user is called to the first terminal to be displayed.
In this embodiment, after the mapping relationship between the first transaction data and the first target user is established, the first transaction data may be automatically sent to the terminal corresponding to the first target user in the form of a message for display.
Therefore, the real-time synchronization of the transaction data to the user is realized, and the user can acquire the transaction data in real time.
According to an embodiment of the present invention, preferably, after constructing the mapping relationship between the first transaction data and the first target user, the method further includes:
when a second user sends a viewing request through a second terminal, judging whether the second user has a viewing permission;
and if so, calling the first transaction data to the second terminal for display.
After the mapping relation between the first transaction data and the first target user is established, when the user actively sends a checking request through intelligent equipment such as a mobile phone, a computer and the like, whether a second user sending the request has the permission or not is determined in a manner of needing permission judgment (a server sets the checking permission for an administrator); after the second user sends a request, the server judges whether the second terminal used by the second user has the viewing authority, and if so, the server calls the first transaction data of the first target user to the first terminal for displaying.
In this embodiment, after the mapping relationship between the first transaction data and the first target user is established, the first transaction data may be automatically sent to the terminal of the administrator corresponding to the first target user in the form of a message for display.
Therefore, the real-time synchronization of the transaction data to the administrator is realized, and the administrator can acquire the transaction data in real time.
From the above description, it can be seen that the present invention achieves the following technical effects:
in the embodiment of the application, a message queue mode is adopted, and first transaction data are received based on the message queue; parsing the first transaction data; calling first bank card information according to the analysis result; determining a first target user according to the first bank card information; constructing a mapping relationship between first transaction data and the first target user; the method and the device achieve the purpose of processing the transaction data item by item in batch and in real time, thereby realizing the technical effects that a user can acquire the transaction data in real time, the workload of a working system is greatly reduced, and further solving the technical problems that the user cannot acquire the data in real time and the workload of the processing system is large due to the batch processing of the transaction data.
According to the embodiment of the present invention, it is preferable that:
receiving a plurality of transaction data;
judging whether unresolved second transaction data exists in the plurality of transaction data;
if so, parsing the second transaction data;
calling second bank card information according to the analysis result;
determining a second target user according to the second bank card information;
and constructing a mapping relation between the second transaction data and the second target user.
In the peak period of the transaction, such as the activity days of double 11, new year, national celebration, etc., the situation that the transaction data is missed or the server cannot process all transaction data in real time occurs, so that the backlog of partial transaction data is caused. In order to solve the problem, a method for receiving and processing transaction data in batch is also provided, the method firstly receives all transaction data from a bank end, judges whether unresolved second transaction data exist in all transaction data by adopting a judgment algorithm, extracts the data and carries out leak-filling analysis if the unresolved second transaction data exist in all transaction data, and finally establishes a mapping relation between the second transaction data and a second target user to provide guarantee for subsequent user check.
In this embodiment, the determination algorithm is to check whether there is a server unprocessed transaction based on the unique serial number, and if so, perform parsing processing.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
According to an embodiment of the present invention, there is also provided an apparatus for implementing the above transaction data processing method, as shown in fig. 2, the apparatus includes:
a receiving module 10, configured to receive first transaction data based on a message queue;
according to an embodiment of the present invention, preferably, the receiving the first transaction data based on the message queue includes:
after a user finishes transaction at a bank host and generates first transaction data, adding the first transaction data into a message queue;
the bank host sends the first transaction data based on the rule of the message queue;
the server receives the first transaction data.
The bank host has the functions of checking by swiping a card, generating transactions and the like; the user can realize the transaction on the host computer through operation, and corresponding first transaction data is generated; after obtaining bank authorization, the server (processing system) can receive the first transaction data sent by the bank host for processing. In this embodiment, a message queue is used for data transmission; queuing in a message queue each time a transaction data is generated; the message queue can arrange the transaction data generated by different time nodes according to the time sequence, and then the transaction data are sent one by one according to the sequence of the message queue; that is, the first transaction data arranged at the top is sent to the server, and processed by the server, and after the processing is finished, the first transaction data arranged at the second position is sent to the server … …, and so on, until all the data in the message queue are sent. The transaction data is sent to the server in real time and processed in a piece-by-piece manner through the message queue, so that the burden of the server and a bank host can be greatly reduced, and meanwhile, the generated transaction data can be checked by a user in real time.
In some embodiments, the server can be divided into a plurality of processing units according to the maximum processing amount and the minimum data processing amount of the server, so that even if a plurality of transaction data are generated at the same time at the peak time, each transaction data can be respectively distributed to different processing units for processing, thereby not only realizing real-time data delivery to users and reducing the burden of machines, but also effectively ensuring the utilization rate of the servers under the condition of avoiding overload of the servers.
A parsing module 20 for parsing the first transaction data;
according to an embodiment of the present invention, preferably, parsing the first transaction data includes:
and analyzing the first transaction data to obtain transaction related information, and searching the transaction related information to obtain unique identification information.
The server needs to process the first transaction data in real time after receiving the first transaction data; in the embodiment, the server analyzes the first transaction data information by using a preset analysis algorithm; specifically, each transaction datum contains several pieces of information, such as: transaction unique serial number, transaction date and time, card number, merchant number, transaction type, transaction amount, transaction currency, transaction result, internal and external transaction attributes, online and offline transaction attributes and the like; thus, by analyzing, the transaction-related information is identified and analyzed, and then information with a unique identification function is identified from the information, such as: unique transaction serial number, card number and merchant number; in this embodiment, the unique identification information is preferably card number information, and may be directly associated with a bank card, so as to provide guarantee for subsequent card holder determination.
The calling module 30 is used for calling the first bank card information according to the analysis result;
according to the embodiment of the present invention, preferably, the retrieving the first bank card information according to the analysis result includes:
and inquiring a bank card comparison table according to the unique identification information, and calling the first bank card information according to the inquiry result.
The analysis result is the relevant information of the transaction, the information contains the unique identification information (card number information), the pre-established bank card comparison table can be searched according to the card number information, and the information of the first bank card is directly determined; in this embodiment, the first bank card information includes, but is not limited to, primary and secondary card information, card clearing layer information, and customer number. Therefore, the client number can provide guarantee for determining the first target user according to the first bank card information.
The determining module 40 is configured to determine a first target user according to the first bank card information;
the server analyzes the first bank card information to obtain a client number, wherein the client number can be information which is distributed by a bank and has a unique identification function and can also be a telephone number; referring to this information, a first target user who generated the first transaction data may be determined; and providing guarantee for establishing a direct relation between the first target user and the first transaction data.
A construction module 50 for constructing a mapping between the first transaction data and the first target user.
The first target user can establish a one-to-one mapping relation with one piece of first transaction data or establish a one-to-many mapping relation with a plurality of pieces of first transaction data; therefore, the data viewing support system provides guarantee for users or administrators.
According to an embodiment of the present invention, preferably, after constructing the mapping relationship between the first transaction data and the first target user, the method further includes:
when a first user sends a viewing request through a first terminal, judging whether the first user is a first target user;
and if so, calling the first transaction data to the first terminal for display.
After the mapping relationship between the first transaction data and the first target user is established, when a user actively sends a viewing request through intelligent equipment such as a mobile phone and a computer, firstly, whether the first user sending the request is the first target user is determined through fingerprint matching, face recognition, identity card recognition and the like (the server prestores the fingerprint, the face or the identity card information of the first target user); after the first user sends a request, an interface for requiring the user to input fingerprint, human face or identity card information is switched in, after the user inputs corresponding information according to the requirement, the server compares whether the fingerprint, human face or identity card information is the same as the pre-stored information, and if the fingerprint, human face or identity card information is the same as the pre-stored information, first transaction data of the first target user is called to the first terminal to be displayed.
In this embodiment, after the mapping relationship between the first transaction data and the first target user is established, the first transaction data may be automatically sent to the terminal corresponding to the first target user in the form of a message for display.
Therefore, the real-time synchronization of the transaction data to the user is realized, and the user can acquire the transaction data in real time.
According to an embodiment of the present invention, preferably, after constructing the mapping relationship between the first transaction data and the first target user, the method further includes:
when a second user sends a viewing request through a second terminal, judging whether the second user has a viewing permission;
and if so, calling the first transaction data to the second terminal for display.
After the mapping relation between the first transaction data and the first target user is established, when the user actively sends a checking request through intelligent equipment such as a mobile phone, a computer and the like, whether a second user sending the request has the permission or not is determined in a manner of needing permission judgment (a server sets the checking permission for an administrator); after the second user sends a request, the server judges whether the second terminal used by the second user has the viewing authority, and if so, the server calls the first transaction data of the first target user to the first terminal for displaying.
In this embodiment, after the mapping relationship between the first transaction data and the first target user is established, the first transaction data may be automatically sent to the terminal of the administrator corresponding to the first target user in the form of a message for display.
Therefore, the real-time synchronization of the transaction data to the administrator is realized, and the administrator can acquire the transaction data in real time.
From the above description, it can be seen that the present invention achieves the following technical effects:
in the embodiment of the application, a message queue mode is adopted, and first transaction data are received based on the message queue; parsing the first transaction data; calling first bank card information according to the analysis result; determining a first target user according to the first bank card information; constructing a mapping relationship between first transaction data and the first target user; the method and the device achieve the purpose of processing the transaction data item by item in batch and in real time, thereby realizing the technical effects that a user can acquire the transaction data in real time, the workload of a working system is greatly reduced, and further solving the technical problems that the user cannot acquire the data in real time and the workload of the processing system is large due to the batch processing of the transaction data.
According to the embodiment of the present invention, it is preferable that:
receiving a plurality of transaction data;
judging whether unresolved second transaction data exists in the plurality of transaction data;
if so, parsing the second transaction data;
calling second bank card information according to the analysis result;
determining a second target user according to the second bank card information;
and constructing a mapping relation between the second transaction data and the second target user.
In the peak period of the transaction, such as the activity days of double 11, new year, national celebration, etc., the situation that the transaction data is missed or the server cannot process all transaction data in real time occurs, so that the backlog of partial transaction data is caused. In order to solve the problem, a method for receiving and processing transaction data in batch is also provided, the method firstly receives all transaction data from a bank end, judges whether unresolved second transaction data exist in all transaction data by adopting a judgment algorithm, extracts the data and carries out leak-filling analysis if the unresolved second transaction data exist in all transaction data, and finally establishes a mapping relation between the second transaction data and a second target user to provide guarantee for subsequent user check.
In this embodiment, the determination algorithm is to check whether there is a server unprocessed transaction based on the unique serial number, and if so, perform parsing processing.
According to an embodiment of the present invention, there is also provided a storage medium for implementing the above transaction data processing method, as shown in fig. 3, the storage medium including: a transaction data processing method.
According to an embodiment of the present invention, there is also provided a storage medium for implementing the above transaction data processing method, as shown in fig. 4, the server includes: a transaction data processing method.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A transaction data processing method, comprising:
receiving first transaction data based on the message queue;
parsing the first transaction data;
calling first bank card information according to the analysis result;
determining a first target user according to the first bank card information;
a mapping relationship between the first transaction data and the first target user is constructed.
2. The transaction data processing method of claim 1, wherein receiving the first transaction data based on the message queue comprises:
after a user finishes transaction at a bank host and generates first transaction data, adding the first transaction data into a message queue;
the bank host sends the first transaction data based on the rule of the message queue;
the server receives the first transaction data.
3. The transaction data processing method of claim 1, wherein parsing the first transaction data comprises:
and analyzing the first transaction data to obtain transaction related information, and searching the transaction related information to obtain unique identification information.
4. The transaction data processing method of claim 1, wherein the retrieving the first bank card information according to the parsing result comprises:
and inquiring a bank card comparison table according to the unique identification information, and calling the first bank card information according to the inquiry result.
5. The transaction data processing method of claim 1, wherein constructing the mapping relationship between the first transaction data and the first target user further comprises:
when a first user sends a viewing request through a first terminal, judging whether the first user is a first target user;
and if so, calling the first transaction data to the first terminal for display.
6. The transaction data processing method of claim 1, wherein constructing the mapping relationship between the first transaction data and the first target user further comprises:
when a second user sends a viewing request through a second terminal, judging whether the second user has a viewing permission;
and if so, calling the first transaction data to the second terminal for display.
7. The transaction data processing method of claim 1, further comprising:
receiving a plurality of transaction data;
judging whether unresolved second transaction data exists in the plurality of transaction data;
if so, parsing the second transaction data;
calling second bank card information according to the analysis result;
determining a second target user according to the second bank card information;
and constructing a mapping relation between the second transaction data and the second target user.
8. A transaction data processing apparatus, comprising:
a receiving module for receiving first transaction data based on the message queue;
the analysis module is used for analyzing the first transaction data;
the calling module is used for calling the first bank card information according to the analysis result;
the determining module is used for determining a first target user according to the first bank card information;
and the construction module is used for constructing a mapping relation between the first transaction data and the first target user.
9. A storage medium, comprising: the transaction data processing method of any of claims 1 to 7.
10. A server, comprising: the transaction data processing method of any of claims 1 to 7.
CN202011144409.2A 2020-10-23 2020-10-23 Transaction data processing method and device, storage medium and server Active CN112346886B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011144409.2A CN112346886B (en) 2020-10-23 2020-10-23 Transaction data processing method and device, storage medium and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011144409.2A CN112346886B (en) 2020-10-23 2020-10-23 Transaction data processing method and device, storage medium and server

Publications (2)

Publication Number Publication Date
CN112346886A true CN112346886A (en) 2021-02-09
CN112346886B CN112346886B (en) 2021-10-22

Family

ID=74359880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011144409.2A Active CN112346886B (en) 2020-10-23 2020-10-23 Transaction data processing method and device, storage medium and server

Country Status (1)

Country Link
CN (1) CN112346886B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1588462A (en) * 2004-07-22 2005-03-02 中国工商银行 Cash register, card server, data transmission system
CN1680951A (en) * 2004-07-05 2005-10-12 中国银行股份有限公司 System and method for online user authorization for banks
US20130179888A1 (en) * 2012-01-11 2013-07-11 Bank Of America Corporation Application Load Balancing Utility
US20170123726A1 (en) * 2015-10-30 2017-05-04 Sandisk Technologies Inc. System and method for rescheduling host and maintenance operations in a non-volatile memory
CN107251067A (en) * 2015-01-23 2017-10-13 巴德尔·M·阿尔·拉斐尔 Front end transaction system
CN107993151A (en) * 2018-01-17 2018-05-04 平安科技(深圳)有限公司 Fund exchange settlement method, apparatus, equipment and computer-readable recording medium
CN108921630A (en) * 2018-06-22 2018-11-30 芜湖安航电子商务有限公司 A kind of water route Shipping invoices automatic creation system and method based on bank account
CN109510860A (en) * 2018-08-31 2019-03-22 深圳市元征科技股份有限公司 A kind of data processing method, relevant device and system
CN110147287A (en) * 2019-04-24 2019-08-20 珠海市珠澳跨境工业区好易通科技有限公司 A kind of message queue receive-transmit system and method
CN110427304A (en) * 2019-07-30 2019-11-08 中国工商银行股份有限公司 O&M method, apparatus, electronic equipment and medium for banking system
CN110851248A (en) * 2019-10-12 2020-02-28 中国平安财产保险股份有限公司 Asynchronous task data processing method and device and computer readable storage medium
CN111338797A (en) * 2020-02-19 2020-06-26 望海康信(北京)科技股份公司 Task processing method and device, electronic equipment and computer readable storage medium
CN111708637A (en) * 2020-06-18 2020-09-25 深圳市金斧子网络科技有限公司 Data processing method and device and computer readable medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1680951A (en) * 2004-07-05 2005-10-12 中国银行股份有限公司 System and method for online user authorization for banks
CN1588462A (en) * 2004-07-22 2005-03-02 中国工商银行 Cash register, card server, data transmission system
US20130179888A1 (en) * 2012-01-11 2013-07-11 Bank Of America Corporation Application Load Balancing Utility
CN107251067A (en) * 2015-01-23 2017-10-13 巴德尔·M·阿尔·拉斐尔 Front end transaction system
US20170123726A1 (en) * 2015-10-30 2017-05-04 Sandisk Technologies Inc. System and method for rescheduling host and maintenance operations in a non-volatile memory
CN107993151A (en) * 2018-01-17 2018-05-04 平安科技(深圳)有限公司 Fund exchange settlement method, apparatus, equipment and computer-readable recording medium
CN108921630A (en) * 2018-06-22 2018-11-30 芜湖安航电子商务有限公司 A kind of water route Shipping invoices automatic creation system and method based on bank account
CN109510860A (en) * 2018-08-31 2019-03-22 深圳市元征科技股份有限公司 A kind of data processing method, relevant device and system
CN110147287A (en) * 2019-04-24 2019-08-20 珠海市珠澳跨境工业区好易通科技有限公司 A kind of message queue receive-transmit system and method
CN110427304A (en) * 2019-07-30 2019-11-08 中国工商银行股份有限公司 O&M method, apparatus, electronic equipment and medium for banking system
CN110851248A (en) * 2019-10-12 2020-02-28 中国平安财产保险股份有限公司 Asynchronous task data processing method and device and computer readable storage medium
CN111338797A (en) * 2020-02-19 2020-06-26 望海康信(北京)科技股份公司 Task processing method and device, electronic equipment and computer readable storage medium
CN111708637A (en) * 2020-06-18 2020-09-25 深圳市金斧子网络科技有限公司 Data processing method and device and computer readable medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
支付学院: ""支付系统设计白皮书:从收单网关及交易服务解析交易系统"", 《WWW.WOSHIPM.COM/PD/2061874.HTML》 *
靳桅: "《基于51系列单片机的LED显示屏开发技术》", 28 February 2009, 北京航空航天大学出版社 *
黄丽娟: ""Unix消息队列在现代化支付系统前置机子系统中的运用"", 《计算机应用研究 2001精扩本》 *

Also Published As

Publication number Publication date
CN112346886B (en) 2021-10-22

Similar Documents

Publication Publication Date Title
US11330108B2 (en) System and method for a work distribution service
EP3598728A1 (en) Agent allocation method and device, server, and storage medium
CN109087431B (en) Business scheduling processing method, equipment and storage medium for bank outlets
CN105072118B (en) The login of call center's seat manages system and method
CN108897854A (en) A kind of monitoring method and device of overtime task
EP3118804B1 (en) Self-service terminal service emergency method and site server
CN109412878A (en) Multi-tenant service access implementation method, device and electronic equipment
CN113900598B (en) Data storage method, device, equipment and storage medium based on block chain
CN107231393A (en) A kind of conversation processing method and device
CN108965109A (en) A kind of instant messaging control method, device and storage medium
CN109660567A (en) A kind of communication connecting method, server, terminal device and system
CN112040429A (en) Short message management system and method based on distributed storage
CN110300046B (en) Business consultation control method, terminal and server
CN109583615B (en) Conference room booking method, conference room booking system, conference room booking server and computer readable storage medium
CN114416769A (en) To-do task query method and device and electronic equipment
US20220270055A1 (en) Verifying meeting attendance via a meeting expense and verification controller
CN112346886B (en) Transaction data processing method and device, storage medium and server
CN112699264A (en) Wind control management method and system based on chat records
CN116703071A (en) Resource sharing method, device and equipment and storage medium
CN107730380B (en) Method, system and server for processing joint account
CN115394003A (en) Service handling time length estimation method, device, equipment, storage medium and product
US20020072949A1 (en) Item allocation method, system and program for workflow system
CN114219437A (en) Credit report query method, device, server and storage medium
CN111724019A (en) Work order management system
US20220269662A1 (en) Event interval approximation

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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20211119

Address after: Room 501-5-6, Kechuang building, No. 33, Southeast Avenue, Changshu high tech Industrial Development Zone, Suzhou, Jiangsu 215000

Patentee after: Jiangsu Shengqi Digital Technology Co.,Ltd.

Address before: Room 906, No.6 Tumen Road, Yangpu District, Shanghai

Patentee before: Shanghai Youfang Information Technology Service Co.,Ltd.

TR01 Transfer of patent right