CN115169314A - Message generation method and related device - Google Patents

Message generation method and related device Download PDF

Info

Publication number
CN115169314A
CN115169314A CN202210780227.7A CN202210780227A CN115169314A CN 115169314 A CN115169314 A CN 115169314A CN 202210780227 A CN202210780227 A CN 202210780227A CN 115169314 A CN115169314 A CN 115169314A
Authority
CN
China
Prior art keywords
message
target
iso
type
configuration table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210780227.7A
Other languages
Chinese (zh)
Inventor
罗丹
陈涵辉
罗诗淇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202210780227.7A priority Critical patent/CN115169314A/en
Publication of CN115169314A publication Critical patent/CN115169314A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/335Filtering based on additional data, e.g. user or group profiles
    • G06F16/337Profile generation, learning or modification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures

Abstract

The application discloses a message generation method and a related device, which can be applied to the field of big data or the field of finance. Because the message element configuration table stores the message elements of the ISO message corresponding to the target message type, the message element configuration table of the target message type is obtained to be used as a reference for generating the ISO message corresponding to the target transaction service, and the message element value is determined according to the transaction information of the target transaction service, so that the ISO message corresponding to the target transaction service can be quickly generated according to the message element configuration table and the message element value. Based on the method, the corresponding ISO message can be automatically generated for different transaction services, and the message generation efficiency is high.

Description

Message generation method and related device
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a message generation method and a related apparatus.
Background
In the investment and transaction of financial institutions, transaction information of each service is transmitted through messages.
Specifically, the sender stores the transaction information in a message, transmits the transaction information to the receiver through the message, and performs specific transaction operation after the receiver analyzes the received message to determine the transaction information. Therefore, the process of transmitting the transaction information of each service through the message specifically includes the process of generating the message according to the transaction information.
Currently, an MT message is used, but according to information issued by Society for world wide Financial telecommunication institute (SWIFT), it is expected that the conversion from the MT message to an ISO20022 message (a general message scheme for Financial services and Financial industries) will be completed in 2025. Therefore, the ISO20022 message will become a general message in the financial industry, however, a related technology for efficiently generating the ISO20022 message is lacked at present.
Disclosure of Invention
In order to solve the technical problem, the present application provides a message generation method and a related apparatus, which can implement automatic generation of corresponding ISO messages for different transaction services, and have high message generation efficiency.
The embodiment of the application discloses the following technical scheme:
in one aspect, an embodiment of the present application provides a method for generating a packet, where the method includes:
acquiring transaction information of a target transaction service;
determining a target message type of an ISO message corresponding to the target transaction service;
acquiring a message element configuration table corresponding to the target message type; the message element configuration table stores the message elements of the ISO message corresponding to the target message type;
determining a message element value corresponding to the message element stored in the message element configuration table according to the transaction information;
and generating an ISO message corresponding to the target transaction service according to the message element configuration table and the message element value.
Optionally, the message element configuration table is created in the following manner:
acquiring a historical ISO message of the target message type;
extracting message elements from the historical ISO message to obtain the message elements of the target message type;
storing the message elements into a configuration file of the target message type to obtain an updated configuration file;
and determining a message element configuration table of the target message type according to the updated configuration file.
Optionally, the generating an ISO packet corresponding to the target transaction service according to the packet element configuration table and the packet element value includes:
determining an ISO message template of the target message type according to the message element configuration table and the message style of the target message type;
and filling the message element values into the ISO message template to obtain the ISO message corresponding to the target transaction service.
Optionally, the determining the target packet type of the ISO packet corresponding to the target transaction service includes:
acquiring a mapping relation table of transaction services and message types of ISO messages;
and determining the message type corresponding to the target transaction service in the mapping relation table as the target message type.
On the other hand, an embodiment of the present application provides a packet generating apparatus, where the apparatus includes an obtaining unit, a determining unit, and a generating unit:
the acquisition unit is used for acquiring the transaction information of the target transaction service;
the determining unit is used for determining the target message type of the ISO message corresponding to the target transaction service;
the obtaining unit is further configured to obtain a message element configuration table corresponding to the target message type; the message element configuration table stores the message elements of the ISO message corresponding to the target message type;
the determining unit is further configured to determine, according to the transaction information, a message element value corresponding to a message element stored in the message element configuration table;
and the generating unit is used for generating an ISO message corresponding to the target transaction service according to the message element configuration table and the message element value.
Optionally, the message element configuration table is created in the following manner:
acquiring a historical ISO message of the target message type;
extracting message elements from the historical ISO message to obtain the message elements of the target message type;
storing the message elements into a configuration file of the target message type to obtain an updated configuration file;
and determining a message element configuration table of the target message type according to the updated configuration file.
Optionally, the generating unit is further configured to:
determining an ISO message template of the target message type according to the message element configuration table and the message style of the target message type;
and filling the message element values into the ISO message template to obtain the ISO message corresponding to the target transaction service.
Optionally, the determining unit is further configured to:
acquiring a mapping relation table of a transaction service and a message type of an ISO message;
and determining the message type corresponding to the target transaction service in the mapping relation table as the target message type.
In yet another aspect, an embodiment of the present application provides a computer device, including a processor and a memory:
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to execute the message generation method according to the instruction in the program code.
In still another aspect, an embodiment of the present application provides a computer-readable storage medium for storing a computer program, where the computer program is configured to execute the message generation method described in the above aspect.
In yet another aspect, the present application provides a computer program product including instructions, which when run on a computer, cause the computer to perform the message generation method of the above aspect.
According to the technical scheme, in the process of transmitting transaction information by using the ISO message, aiming at the target transaction service, the target message type of the ISO message corresponding to the target transaction service is determined, the message element configuration table corresponding to the target message type is obtained, then the message element value corresponding to the message element stored in the message element configuration table is determined according to the transaction information of the target transaction service, and finally the ISO message corresponding to the target transaction service is generated according to the message element configuration table and the message element value. Because the message element configuration table stores the message elements of the ISO message corresponding to the target message type, the corresponding target message type is determined firstly aiming at the target transaction service, and then the message element configuration table of the target message type is obtained to be used as the reference for generating the ISO message corresponding to the target transaction service, and the message element value is determined according to the transaction information of the target transaction service, so that the ISO message corresponding to the target transaction service can be rapidly generated according to the message element configuration table and the message element value. Based on the method, the corresponding ISO message can be automatically generated for different transaction services, and the message generation efficiency is high.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a message generation method provided in an embodiment of the present application;
fig. 2 is a structural diagram of a message generation apparatus according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions of the present application better understood, 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 a part of the embodiments of the present application, and not all of the 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.
In the investment and transaction of financial institutions, transaction information of each transaction is transmitted through messages. Specifically, the sender stores the transaction information in a message, transmits the message to the receiver, and performs specific transaction operation after the receiver analyzes the received message to determine the transaction information. Therefore, the process of transmitting the transaction information of each service through the message specifically includes the process of generating the message according to the transaction information.
Currently, the MT message is used, and it is expected that the conversion from the MT message to the ISO20022 message (the general message scheme for Financial services and finance industry) is completed in 2025 years according to information issued by Society for world wide Financial telecommunication institute (SWIFT). Therefore, the ISO20022 message will become a general message in the financial industry, however, a related technology for efficiently generating the ISO20022 message is lacked at present. It should be noted that for convenience of description, the ISO message will be referred to as the ISO20022 message herein.
In order to solve the technical problem, the application provides a message generation method and a related device, which can realize automatic generation of corresponding ISO messages for different transaction services, and have high message generation efficiency.
The message generation method provided by the embodiment of the application can be implemented by computer equipment, and the computer equipment can be terminal equipment or a server, wherein the server can be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, and a cloud server providing cloud computing service. The terminal devices include, but are not limited to, mobile phones, computers, intelligent voice interaction devices, intelligent household appliances, vehicle-mounted terminals, and the like. The terminal device and the server may be directly or indirectly connected through wired or wireless communication, which is not limited in this application.
It should be noted that the message generation method and the related apparatus provided by the present application may be used in the field of big data or the financial field. The foregoing is merely an example, and does not limit the application fields of the message generation method and the related apparatus provided in the present application.
The following examples are intended to illustrate in particular:
fig. 1 is a flowchart of a message generation method provided in an embodiment of the present application, and in the embodiment, a terminal device is taken as an example of the foregoing computer device, where the method includes S101 to S105:
s101: and acquiring the transaction information of the target transaction service.
In the transaction business of the financial institution, the transaction information of each transaction business is transmitted through a message. The target transaction service may be a transaction service to be processed, and for the target transaction service, the transaction information corresponding to the target transaction service may be obtained first, so as to generate an ISO packet corresponding to the target transaction service subsequently according to the transaction information.
It can be understood that different transaction services may correspond to different transaction information, so that the specific content of the transaction information may be determined according to the actual transaction service, which is not limited in this application. For example, for the transaction service of transferring money, the corresponding transaction information may include account information of the transfer initiator, account information of the transfer receiver, and transfer amount; for the transaction of the bond, the corresponding transaction information may include account information of the bond purchaser, account information of the bond issuer, and bond profit and loss information.
S102: and determining the target message type of the ISO message corresponding to the target transaction service.
For each transaction service, an ISO packet corresponding to each transaction service needs to be generated, and then the ISO packet corresponding to each transaction service is used to complete transmission of transaction information of each transaction service. Because the message types of the ISO messages used by different transaction services are different, the target message type of the ISO message corresponding to the target transaction service can be determined first and then the subsequent steps of producing the ISO message corresponding to the target transaction service are performed.
It should be noted that, the determination method of the target packet type of the ISO packet corresponding to the target transaction service may be selected according to an actual situation, which is not limited in this application. The embodiments of the present application provide the following ways as examples:
in a possible implementation manner, a mapping relation table of the transaction service and the message type of the ISO message may be obtained first, and then the message type corresponding to the target transaction service in the mapping relation table is determined as the target message type. The mapping relationship table may be pre-constructed, for example, by using related transaction services responsible for different ISO packet types, a mapping relationship table between a transaction service and a packet type of an ISO packet is constructed, or by analyzing various transaction services, transaction services using the same packet type are classified into one class, and a mapping relationship is established with the packet type.
S103: and acquiring a message element configuration table corresponding to the target message type.
After determining the target message type corresponding to the target transaction service, a message element configuration table corresponding to the target message type can be obtained, and message elements of the ISO message corresponding to the target message type are stored in the message element configuration table.
In one possible implementation manner, the message element configuration table may be created by:
s11: acquiring a historical ISO message of a target message type;
s12: extracting message elements from the historical ISO message to obtain message elements of the target message type;
s13: storing the message elements into a configuration file of a target message type to obtain an updated configuration file;
s14: and determining a message element configuration table of the target message type according to the updated configuration file.
Specifically, the message element of the target message type is obtained by analyzing the historical ISO message of the target message type and performing message element extraction processing on the historical ISO message, and then the message element is stored in the configuration file corresponding to the target message type, and finally the message element configuration table of the target message type is determined according to the updated configuration file. The configuration file may include various contents such as a message type identifier of a target message type, a message body format, a message element, and the like, and the message element configuration table may include contents such as a message type identifier of a target message type, a message element, and the like.
It should be noted that the message elements may be stored in a Tag identification manner.
The embodiment of the present application provides a message element configuration table created for an ISO message of the type pacs008, which is specifically shown in the following table:
message type identification ISO message element (Tag mark) Message element name
Type 1 GroupHeader Message header
Type 1 MessageIdentification Message identification number
Type 1 CreationDateTime Time of message transmission
Type 1 CreditTransferTransactionInformation
Type 1 PaymentIdentification
Type 1 EndToEndIdentification End-to-end identification number
Type 1 TransactionIdentification Transaction identification number
Type 1 PaymentTypeInformation
Type 1 CategoryPurpose
Type 1 Proprietary Service class coding
Type 1 InterbankSettlementAmount Monetary symbol, amount
Type 1 InterbankSettlementDate Date of origin and rest
The determination mode for determining the message element configuration table of the target message type according to the updated configuration file may be selected according to actual conditions, which is not limited in this application. The embodiments of the present application provide the following ways as examples:
in a possible implementation, the updated configuration file may be directly used as the message element configuration table, so that the message element configuration table is quickly created.
In another possible implementation manner, the content such as the message type name, the message element, and the like in the updated configuration file may be extracted to obtain the message element configuration table, so that compared with the configuration file, only the information related to the message element is stored in the message element configuration table, which is beneficial to the process of subsequently generating the message by using the message element configuration table.
It should be noted that, for each message type of the ISO message, the corresponding message element configuration table may be created by using the above method, so that when different transaction services correspond to different ISO message types, the ISO message corresponding to the transaction service can be quickly generated by obtaining the message element configuration table of the corresponding ISO message type.
S104: and determining the message element value corresponding to the message element stored in the message element configuration table according to the transaction information.
Because the message element configuration table stores the message elements of the ISO message corresponding to the target message type, after the message element configuration table is obtained, the values of the message elements in the message element configuration table can be determined according to the transaction information of the target transaction service, so as to perform the subsequent steps of generating the ISO message corresponding to the target transaction service.
It can be understood that different transaction services may correspond to the same ISO packet type, and packet element configuration tables of the same ISO packet type are the same, and transaction information of different transaction services may have a difference, so that in the process of determining a value of a packet element according to transaction information, a value of the packet element may be null for a packet element that is not involved in the transaction information of the current transaction service.
S105: and generating an ISO message corresponding to the target transaction service according to the message element configuration table and the message element value.
After the message element value is determined according to the transaction information of the target transaction service, an ISO message corresponding to the target transaction service can be generated according to the message element configuration table and the message element value.
In a possible implementation manner, after the message element configuration table is determined, an ISO message template of the target message type can be determined according to the message element configuration table and the message body format of the target message type, and then the message element value is filled in the ISO message template to obtain an ISO message corresponding to the target transaction service.
It should be noted that, after the corresponding message element configuration table is created for each message type of the ISO message, the corresponding ISO message template can be determined by using the above method, so that the ISO message corresponding to the transaction service can be quickly generated by acquiring the corresponding ISO message template when different transaction services correspond to different ISO message types.
According to the technical scheme, in the process of transmitting transaction information by using the ISO message, aiming at the target transaction service, the target message type of the ISO message corresponding to the target transaction service is determined, the message element configuration table corresponding to the target message type is obtained, then the message element value corresponding to the message element stored in the message element configuration table is determined according to the transaction information of the target transaction service, and finally the ISO message corresponding to the target transaction service is generated according to the message element configuration table and the message element value. Because the message element configuration table stores the message elements of the ISO message corresponding to the target message type, the corresponding target message type is determined firstly for the target transaction service, and then the message element configuration table of the target message type is obtained to be used as a reference for generating the ISO message corresponding to the target transaction service, and the message element value is determined according to the transaction information of the target transaction service, so that the ISO message corresponding to the target transaction service can be quickly generated according to the message element configuration table and the message element value. Based on the method, the corresponding ISO message can be automatically generated for different transaction services, and the message generation efficiency is high.
Fig. 2 is a structural diagram of a message generating apparatus provided in an embodiment of the present application, where the apparatus includes an obtaining unit 201, a determining unit 202, and a generating unit 203:
the acquiring unit 201 is configured to acquire transaction information of a target transaction service;
the determining unit 202 is configured to determine a target packet type of an ISO packet corresponding to the target transaction service;
the obtaining unit 201 is further configured to obtain a message element configuration table corresponding to the target message type; the message element configuration table stores the message elements of the ISO message corresponding to the target message type;
the determining unit 202 is further configured to determine, according to the transaction information, a message element value corresponding to a message element stored in the message element configuration table;
the generating unit 203 is configured to generate an ISO packet corresponding to the target transaction service according to the packet element configuration table and the packet element value.
Optionally, the message element configuration table is created in the following manner:
acquiring a historical ISO message of the target message type;
extracting message elements from the historical ISO message to obtain the message elements of the target message type;
storing the message elements into a configuration file of the target message type to obtain an updated configuration file;
and determining a message element configuration table of the target message type according to the updated configuration file.
Optionally, the generating unit is further configured to:
determining an ISO message template of the target message type according to the message element configuration table and the message style of the target message type;
and filling the message element values into the ISO message template to obtain the ISO message corresponding to the target transaction service.
Optionally, the determining unit is further configured to:
acquiring a mapping relation table of transaction services and message types of ISO messages;
and determining the message type corresponding to the target transaction service in the mapping relation table as the target message type.
According to the technical scheme, in the process of transmitting transaction information by using the ISO message, aiming at the target transaction service, the target message type of the ISO message corresponding to the target transaction service is determined, the message element configuration table corresponding to the target message type is obtained, then the message element value corresponding to the message element stored in the message element configuration table is determined according to the transaction information of the target transaction service, and finally the ISO message corresponding to the target transaction service is generated according to the message element configuration table and the message element value. Because the message element configuration table stores the message elements of the ISO message corresponding to the target message type, the corresponding target message type is determined firstly aiming at the target transaction service, and then the message element configuration table of the target message type is obtained to be used as the reference for generating the ISO message corresponding to the target transaction service, and the message element value is determined according to the transaction information of the target transaction service, so that the ISO message corresponding to the target transaction service can be rapidly generated according to the message element configuration table and the message element value. Based on the method, the corresponding ISO message can be automatically generated for different transaction services, and the message generation efficiency is high.
In yet another aspect, an embodiment of the present application provides a computer device, including a processor and a memory:
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to execute the message generation method provided in the foregoing embodiment according to an instruction in the program code.
The computer device may include a terminal device or a server, and the message generation apparatus may be configured in the computer device.
In another aspect, an embodiment of the present application further provides a storage medium, where the storage medium is used to store a computer program, and the computer program is used to execute the message generation method provided in the foregoing embodiment.
In addition, an embodiment of the present application further provides a computer program product including instructions, which when run on a computer, causes the computer to execute the message generation method provided in the foregoing embodiment.
Those of ordinary skill in the art will understand that: all or part of the steps for realizing the method embodiments can be completed by program instruction hardware, the program can be stored in a computer readable storage medium, and the program executes the steps comprising the method embodiments when executed; and the aforementioned storage medium may be at least one of the following media: various media that can store program codes, such as a Read-only Memory (ROM), a RAM, a magnetic disk, or an optical disk.
For the device embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement without inventive effort.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
The above detailed description is provided for a message generation method and a related apparatus provided in the embodiments of the present application, and a specific example is applied in the present application to explain the principle and the implementation of the present application, and the description of the above embodiments is only used to help understand the method of the present application. Also, variations in the specific embodiments and applications of the methods of the present application will occur to those skilled in the art.
In summary, the present disclosure should not be construed as limiting the present application, and any changes or substitutions that can be easily conceived by one skilled in the art within the technical scope of the present disclosure should be covered within the protection scope of the present application. Moreover, the present application may be further combined to provide more implementation manners on the basis of the implementation manners provided by the above aspects.

Claims (10)

1. A message generation method is characterized by comprising the following steps:
acquiring transaction information of a target transaction service;
determining a target message type of an ISO message corresponding to the target transaction service;
acquiring a message element configuration table corresponding to the target message type; the message element configuration table stores the message elements of the ISO message corresponding to the target message type;
determining a message element value corresponding to the message element stored in the message element configuration table according to the transaction information;
and generating an ISO message corresponding to the target transaction service according to the message element configuration table and the message element value.
2. The method of claim 1, wherein the message element configuration table is created by:
acquiring a historical ISO message of the target message type;
extracting message elements from the historical ISO message to obtain the message elements of the target message type;
storing the message elements into a configuration file of the target message type to obtain an updated configuration file;
and determining a message element configuration table of the target message type according to the updated configuration file.
3. The method according to claim 1, wherein the generating an ISO packet corresponding to the target transaction service according to the packet element configuration table and the packet element value includes:
determining an ISO message template of the target message type according to the message element configuration table and the message style of the target message type;
and filling the message element values into the ISO message template to obtain the ISO message corresponding to the target transaction service.
4. The method according to any one of claims 1 to 3, wherein the determining the target packet type of the ISO packet corresponding to the target transaction service includes:
acquiring a mapping relation table of a transaction service and a message type of an ISO message;
and determining the message type corresponding to the target transaction service in the mapping relation table as the target message type.
5. A message generation device is characterized by comprising an acquisition unit, a determination unit and a generation unit:
the acquisition unit is used for acquiring the transaction information of the target transaction service;
the determining unit is used for determining the target message type of the ISO message corresponding to the target transaction service;
the obtaining unit is further configured to obtain a message element configuration table corresponding to the target message type; the message element configuration table stores the message elements of the ISO message corresponding to the target message type;
the determining unit is further configured to determine, according to the transaction information, a message element value corresponding to a message element stored in the message element configuration table;
and the generating unit is used for generating an ISO message corresponding to the target transaction service according to the message element configuration table and the message element value.
6. The apparatus of claim 5, wherein the message element configuration table is created by:
acquiring a historical ISO message of the target message type;
extracting message elements from the historical ISO message to obtain the message elements of the target message type;
storing the message elements into a configuration file of the target message type to obtain an updated configuration file;
and determining a message element configuration table of the target message type according to the updated configuration file.
7. The apparatus of claim 5, wherein the generating unit is further configured to:
determining an ISO message template of the target message type according to the message element configuration table and the message style of the target message type;
and filling the message element values into the ISO message template to obtain the ISO message corresponding to the target transaction service.
8. A computer device, the computer device comprising a processor and a memory:
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the method of any one of claims 1-4 in accordance with instructions in the program code.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium is used for storing a computer program for performing the method of any one of claims 1-4.
10. A computer program product comprising instructions which, when run on a computer, cause the computer to perform the method of any one of claims 1-4.
CN202210780227.7A 2022-07-04 2022-07-04 Message generation method and related device Pending CN115169314A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210780227.7A CN115169314A (en) 2022-07-04 2022-07-04 Message generation method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210780227.7A CN115169314A (en) 2022-07-04 2022-07-04 Message generation method and related device

Publications (1)

Publication Number Publication Date
CN115169314A true CN115169314A (en) 2022-10-11

Family

ID=83491624

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210780227.7A Pending CN115169314A (en) 2022-07-04 2022-07-04 Message generation method and related device

Country Status (1)

Country Link
CN (1) CN115169314A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117422557A (en) * 2023-12-19 2024-01-19 凯美瑞德(苏州)信息科技股份有限公司 Transaction message generation method, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117422557A (en) * 2023-12-19 2024-01-19 凯美瑞德(苏州)信息科技股份有限公司 Transaction message generation method, electronic equipment and storage medium
CN117422557B (en) * 2023-12-19 2024-02-23 凯美瑞德(苏州)信息科技股份有限公司 Transaction message generation method, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103209153B (en) Message treatment method, Apparatus and system
CN110070359A (en) Verification of data system, method, calculating equipment and storage medium based on block chain
CN114500690B (en) Interface data processing method and device, electronic equipment and storage medium
CN110324405B (en) Message sending method, device, system and computer readable storage medium
CN110619516A (en) Cross-bank payment method and device
CN106992940B (en) Message processing method, device, system and terminal
CN115169314A (en) Message generation method and related device
CN109242582A (en) The generation method and Related product of invoice
CN106096926B (en) Event processing method, device, electronic device and storage medium
US20170109700A1 (en) Business collaboration system and business collaboration method
CN105227736A (en) A kind of update method, Apparatus and system of reserved phone number
CN112995155B (en) Financial abnormal message identification method and device
CN105450589A (en) Remote procedure call method and system
CN106033551B (en) Data analysis method, apparatus and system
CN110910106B (en) Cash management message processing method and system
CN112651729A (en) Cash withdrawal transaction method, acquiring bank server and system
CN111861695A (en) Message assembling method and device
CN114866628A (en) Message processing method, device, equipment and storage medium
CN111768196B (en) Transaction information confirmation method and device
CN111524003B (en) Bank outlet suggestion feedback method and related equipment
CN113329075A (en) Financial business handling method and device
CN109818981A (en) Message treatment method, device and equipment
CN113657817B (en) Transaction processing method and device, electronic equipment and readable storage medium
CN115115457B (en) Method, system and medium for processing business transaction flow
CN114793246A (en) Method and device for processing transaction message

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