CN109032598B - Dynamic generation method and device of transaction process - Google Patents

Dynamic generation method and device of transaction process Download PDF

Info

Publication number
CN109032598B
CN109032598B CN201810770100.0A CN201810770100A CN109032598B CN 109032598 B CN109032598 B CN 109032598B CN 201810770100 A CN201810770100 A CN 201810770100A CN 109032598 B CN109032598 B CN 109032598B
Authority
CN
China
Prior art keywords
transaction
instruction
information
configuration file
customer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810770100.0A
Other languages
Chinese (zh)
Other versions
CN109032598A (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.)
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 CN201810770100.0A priority Critical patent/CN109032598B/en
Publication of CN109032598A publication Critical patent/CN109032598A/en
Application granted granted Critical
Publication of CN109032598B publication Critical patent/CN109032598B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Business, Economics & Management (AREA)
  • Educational Administration (AREA)
  • Human Computer Interaction (AREA)
  • Technology Law (AREA)
  • Game Theory and Decision Science (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention provides a dynamic generation method and a dynamic generation device for a transaction process, wherein the method comprises the following steps: acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction; analyzing the transaction detailed configuration file to obtain transaction element items and page layout information; generating a transaction input page according to the transaction element items and the page layout information; receiving customer transaction information and a submission instruction by using a transaction input page; and submitting and storing the customer transaction information according to the submitting instruction. The invention abstracts all transactions, namely dynamic pages, submitted transactions and inquiry transactions, by dynamically generating transaction flows. After the architecture is built, if new transactions are added subsequently, the transactions can be generated rapidly and dynamically only through a configuration mode, and development of pages, submitted transactions and inquiry transactions for the new transactions is not needed. Therefore, the development complexity is greatly simplified, the development workload is reduced, and the working efficiency is obviously improved.

Description

Dynamic generation method and device of transaction process
Technical Field
The present invention relates to the field of transaction processes, and in particular, to a method and an apparatus for dynamically generating a transaction process.
Background
In web applications, there are many times such a scenario: the flow is simple, only two types of transactions are abstracted, one type is submission transaction, and the other type is query transaction. For example, a self-service form-filling system on which customers can query back after pre-filling information. However, the system is characterized in that a plurality of documents are provided, and each document is developed simply, but the development workload is large.
The current transaction needs to develop respective transaction processes, including page development, transaction submission and transaction query. For example, there are 3 transactions in the system: personal remittance service application, loss report application and comprehensive account opening application. Because the data content of each transaction is different, according to the current practice, a personal remittance service application page, a personal remittance service application submission transaction, and a personal remittance service application query transaction must be developed for the 3 transactions respectively; a loss report application page, a loss report application submission transaction, and a loss report application query transaction; the comprehensive account opening application page, the comprehensive account opening application submission transaction and the comprehensive account opening application query transaction. Obviously, the new transaction needs to be developed again, so that the problems of large workload, low efficiency and the like exist.
Disclosure of Invention
In order to solve the problems of large workload, low efficiency and the like in the current transaction development, the embodiment of the invention provides a dynamic generation method of a transaction flow, which comprises the following steps:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element items and the page layout information;
receiving customer transaction information and a submission instruction by using the transaction input page;
and submitting and storing the customer transaction information according to the submitting instruction.
Optionally, in an embodiment of the present invention, the method further includes: acquiring a transaction total configuration file; analyzing the transaction total configuration file to obtain a transaction list; and acquiring the customer transaction instruction according to the transaction list.
Optionally, in an embodiment of the present invention, the method further includes: acquiring a transaction verification configuration file according to the client transaction instruction; analyzing the transaction verification configuration file to obtain a verification expression; verifying the customer transaction information using the verification expression; and after the verification is passed, submitting and storing the customer transaction information according to the submitting instruction.
Optionally, in an embodiment of the present invention, the method further includes: acquiring a client query instruction; acquiring the transaction detail configuration file, the client transaction information and the configuration format according to the client query instruction;
analyzing the transaction detail configuration file to obtain the transaction element item; generating a query page according to the transaction element items and the configuration format; and outputting the customer transaction information by using the query page.
Optionally, in an embodiment of the present invention, the transaction element item includes: identity, presentation name, and component type.
The embodiment of the invention also provides a dynamic generation device of the transaction flow, which comprises:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a customer transaction instruction and acquiring a transaction detailed configuration file according to the customer transaction instruction;
the first analysis unit is used for analyzing the transaction detailed configuration file to obtain transaction element items and page layout information;
the transaction page unit is used for generating a transaction input page according to the transaction element items and the page layout information;
the information receiving unit is used for receiving the transaction information of the client and the submission instruction by utilizing the transaction input page;
and the information submitting unit is used for submitting and storing the customer transaction information according to the submitting instruction.
Optionally, in an embodiment of the present invention, the apparatus further includes: the second acquisition unit is used for acquiring a transaction total configuration file; the second analysis unit is used for analyzing the transaction total configuration file to obtain a transaction list; and the transaction list unit is used for acquiring the client transaction instruction according to the transaction list.
Optionally, in an embodiment of the present invention, the apparatus further includes: the third acquisition unit is used for acquiring a transaction verification configuration file according to the client transaction instruction; the third analysis unit is used for analyzing the transaction verification configuration file to obtain a verification expression; the information verification unit is used for verifying the customer transaction information by using the verification expression; and the verification submitting unit is used for submitting and storing the client transaction information according to the submitting instruction after the verification is passed.
Optionally, in an embodiment of the present invention, the apparatus further includes: the fourth acquisition unit is used for acquiring a client query instruction; the inquiry instruction unit is used for acquiring the transaction detailed configuration file, the client transaction information and the configuration format according to the client inquiry instruction; the fourth analysis unit is used for analyzing the transaction detailed configuration file to obtain the transaction element items; the inquiry page unit is used for generating an inquiry page according to the transaction element items and the configuration format; and the information output unit is used for outputting the customer transaction information by utilizing the inquiry page.
Optionally, in an embodiment of the present invention, the transaction element item includes: identity, presentation name, and component type.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the following steps are implemented:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element items and the page layout information;
receiving customer transaction information and a submission instruction by using the transaction input page;
and submitting and storing the customer transaction information according to the submitting instruction.
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the following steps:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element items and the page layout information;
receiving customer transaction information and a submission instruction by using the transaction input page;
and submitting and storing the customer transaction information according to the submitting instruction.
The invention abstracts all transactions, namely dynamic pages, submitted transactions and inquiry transactions, by dynamically generating transaction flows. After the architecture is built, if new transactions are added subsequently, the transactions can be generated rapidly and dynamically only through a configuration mode, and development of pages, submitted transactions and inquiry transactions for the new transactions is not needed. Therefore, the development complexity is greatly simplified, the development workload is reduced, and the working efficiency is obviously improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings required to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive labor.
FIG. 1 is a flow chart of a method for dynamically generating a transaction flow according to an embodiment of the present invention;
FIG. 2 is a schematic configuration file diagram illustrating a dynamic generation method of a transaction flow according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a transaction input page of a dynamic generation method of a transaction flow according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a dynamic generation apparatus of a transaction flow according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a dynamic generation method and device of a transaction flow.
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
Fig. 1 is a flowchart of a dynamic generation method of a transaction flow according to an embodiment of the present invention, where the method includes: step S1, obtaining a client transaction instruction, and obtaining a transaction detail configuration file according to the client transaction instruction;
step S2, analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
step S3, generating a transaction input page according to the transaction element item and the page layout information;
step S4, using the transaction input page to receive the customer transaction information and the submission instruction;
and step S5, submitting and storing the customer transaction information according to the submitting instruction.
In this embodiment, the customer first logs in the transaction system, selects the transaction to be performed, and generates a transaction instruction according to the transaction type selected by the customer. According to the transaction instruction of the client, the configuration file corresponding to the transaction, namely the transaction detail configuration file, is obtained, for example, if the client selects to carry out remittance transaction, the configuration file corresponding to the remittance transaction is obtained. And analyzing the transaction detail configuration file to obtain transaction element items and page layout information. The transaction input page can be generated by utilizing the transaction element items and the page layout information, and the transaction input page can be used for the customer to input the information related to the transaction and a submission instruction sent by the customer after the customer inputs the transaction information. And after the client submits the transaction, submitting the transaction information to a background and storing the transaction information.
As an embodiment of the present invention, the method further comprises: acquiring a transaction total configuration file; analyzing the transaction total configuration file to obtain a transaction list; and acquiring the customer transaction instruction according to the transaction list.
In this embodiment, after the customer logs in the transaction system, the transaction total configuration file is first parsed, and a transaction list can be obtained after parsing. The transaction list is used to present the customer with the types of transactions available for selection, and the customer can obtain the transaction instructions after selecting the desired transaction.
The method comprises the steps of analyzing a transaction general configuration file, obtaining public part information of transactions, wherein each transaction comprises a public part and a characteristic part, the public part is logged-in customer information, and the characteristic part is unique information of each transaction different from other transactions. The featured transaction is defined by xml configuration, i.e. configured by a transaction detail configuration file. The resulting public part information may include public element items such as names, certificate numbers, etc.
As an embodiment of the present invention, the method further comprises: acquiring a transaction verification configuration file according to the client transaction instruction; analyzing the transaction verification configuration file to obtain a verification expression; verifying the customer transaction information using the verification expression; and after the verification is passed, submitting and storing the customer transaction information according to the submitting instruction.
In this embodiment, after receiving the transaction instruction, the transaction verification configuration file is acquired at the same time. After the transaction verification configuration file is analyzed, a verification expression can be obtained, and the transaction expression can be, for example, a regular expression. After the customer inputs the transaction information through the transaction input page, the transaction information is verified by using the verification expression, for example, whether the decimal number of the transaction amount is correctly waited. And after the transaction information passes the verification, submitting and storing the transaction information. Wherein, can use the database to store, the data structure is: transaction id, customer name, certificate type, certificate number, mobile phone number, transaction data, stored in, for example, JSON format data.
Fig. 2 is a schematic diagram of a configuration file of a dynamic generation method of a transaction flow according to an embodiment of the present invention, where a style verification configuration file is a transaction verification configuration file, and generally only one transaction total configuration file is set. A plurality of transaction detail profiles may be provided, one for each of a plurality of different transaction types. And the transaction page can be dynamically generated according to each configuration file so as to meet the requirements of different transaction types.
Specifically, taking a personal remittance transaction as an example, the format of the total configuration file of the transaction is as follows:
Figure BDA0001730031680000051
Figure BDA0001730031680000061
the contents of the transaction detail configuration file of the personal remittance service application are as follows:
Figure BDA0001730031680000062
Figure BDA0001730031680000071
the format of the style check file is as follows:
Figure BDA0001730031680000072
as an embodiment of the present invention, the method further comprises: acquiring a client query instruction; acquiring the transaction detail configuration file, the client transaction information and the configuration format according to the client query instruction; analyzing the transaction detail configuration file to obtain the transaction element item; generating a query page according to the transaction element items and the configuration format; and outputting the customer transaction information by using the query page.
In this embodiment, after the customer submits and stores the transaction information, the transaction information may be queried. The customer first selects the transaction to be queried, thereby generating a query instruction. According to the query instruction, the transaction detailed configuration file, the transaction information and the preset configuration format corresponding to the transaction can be obtained. Because only the transaction information needs to be displayed to the client during query, the client does not need to input data, and the page layout in the query process can be generated through a preset configuration format. And after the transaction detail configuration file is analyzed, a query page is generated along with the transaction element items and the configuration format. Thereby mapping the data to a query page for presenting the queried transaction information to the customer. In addition, the query page can be individually designed according to different transaction types and can be set according to different requirements.
As an embodiment of the present invention, the transaction element item includes: identity, presentation name, and component type. The transaction key items analyzed by the transaction detail configuration file are characteristic parts of the transaction, and may include a client id (identity), a display name, a component type, and the like. The component types include, for example, an input box, a drop-down box, a radio box, a check box, and the like, the presentation of the data items can be determined by the configuration of the layout, and the presentation order of the data is determined by the order of the configuration.
Fig. 3 is a schematic diagram of a transaction input page of a dynamic generation method of a transaction flow according to an embodiment of the present invention, taking personal remittance transaction service as an example. The information such as name, certificate type and the like displayed in the transaction input page is a common transaction part and can be obtained by analyzing a total transaction configuration file. The information of transferring out the account and transferring into the account is a characteristic part of the transaction and can be obtained by analyzing the transaction detailed configuration file. The commit and save process may be completed by committing after the customer completes the corresponding transaction signal.
The invention dynamically generates transaction flow and abstracts all transactions, namely dynamic page, submitted transaction and inquiry transaction. After the architecture is built, if new transactions are added subsequently, the transactions can be generated rapidly and dynamically only through a configuration mode, and development of pages, submitted transactions and inquiry transactions for the new transactions is not needed. Therefore, the development complexity is greatly simplified, the development workload is reduced, and the working efficiency is obviously improved.
Fig. 4 is a schematic structural diagram of a dynamic generation apparatus of a transaction flow according to an embodiment of the present invention, where the apparatus shown in fig. 4 includes: the first acquisition unit 10 is used for acquiring a customer transaction instruction and acquiring a transaction detailed configuration file according to the customer transaction instruction;
the first analyzing unit 20 is configured to analyze the transaction detail configuration file to obtain transaction element items and page layout information;
the transaction page unit 30 is used for generating a transaction input page according to the transaction element items and the page layout information;
the information receiving unit 40 is used for receiving the transaction information of the client and a submission instruction by using the transaction input page;
and the information submitting unit 50 is used for submitting and storing the customer transaction information according to the submitting instruction.
In this embodiment, the customer first logs in the transaction system, selects the transaction to be performed, and generates a transaction instruction according to the transaction type selected by the customer. According to the transaction instruction of the client, the configuration file corresponding to the transaction, namely the transaction detail configuration file, is obtained, for example, if the client selects to carry out remittance transaction, the configuration file corresponding to the remittance transaction is obtained. And analyzing the transaction detail configuration file to obtain transaction element items and page layout information. The transaction input page can be generated by utilizing the transaction element items and the page layout information, and the transaction input page can be used for the customer to input the information related to the transaction and a submission instruction sent by the customer after the customer inputs the transaction information. And after the client submits the transaction, submitting the transaction information to a background and storing the transaction information.
As an embodiment of the present invention, the apparatus further comprises: the second acquisition unit is used for acquiring a transaction total configuration file; the second analysis unit is used for analyzing the transaction total configuration file to obtain a transaction list; and the transaction list unit is used for acquiring the client transaction instruction according to the transaction list.
In this embodiment, after the customer logs in the transaction system, the transaction total configuration file is first parsed, and a transaction list can be obtained after parsing. The transaction list is used to present the customer with the types of transactions available for selection, and the customer can obtain the transaction instructions after selecting the desired transaction.
The method comprises the steps of analyzing a transaction general configuration file, obtaining public part information of transactions, wherein each transaction comprises a public part and a characteristic part, the public part is logged-in customer information, and the characteristic part is unique information of each transaction different from other transactions. The featured transaction is defined by xml configuration, i.e. configured by a transaction detail configuration file. The resulting public part information may include public element items such as names, certificate numbers, etc.
As an embodiment of the present invention, the apparatus further comprises: the third acquisition unit is used for acquiring a transaction verification configuration file according to the client transaction instruction; the third analysis unit is used for analyzing the transaction verification configuration file to obtain a verification expression; the information verification unit is used for verifying the customer transaction information by using the verification expression; and the verification submitting unit is used for submitting and storing the client transaction information according to the submitting instruction after the verification is passed.
In this embodiment, after receiving the transaction instruction, the transaction verification configuration file is acquired at the same time. After the transaction verification configuration file is analyzed, a verification expression can be obtained, and the transaction expression can be, for example, a regular expression. After the customer inputs the transaction information through the transaction input page, the transaction information is verified by using the verification expression, for example, whether the decimal number of the transaction amount is correctly waited. And after the transaction information passes the verification, submitting and storing the transaction information. Wherein, can use the database to store, the data structure is: transaction id, customer name, certificate type, certificate number, mobile phone number, transaction data, stored in, for example, JSON format data.
As an embodiment of the present invention, the apparatus further comprises: the fourth acquisition unit is used for acquiring a client query instruction; the inquiry instruction unit is used for acquiring the transaction detailed configuration file, the client transaction information and the configuration format according to the client inquiry instruction; the fourth analysis unit is used for analyzing the transaction detailed configuration file to obtain the transaction element items; the inquiry page unit is used for generating an inquiry page according to the transaction element items and the configuration format; and the information output unit is used for outputting the customer transaction information by utilizing the inquiry page.
In this embodiment, after the customer submits and stores the transaction information, the transaction information may be queried. The customer first selects the transaction to be queried, thereby generating a query instruction. According to the query instruction, the transaction detailed configuration file, the transaction information and the preset configuration format corresponding to the transaction can be obtained. Because only the transaction information needs to be displayed to the client during query, the client does not need to input data, and the page layout in the query process can be generated through a preset configuration format. And after the transaction detail configuration file is analyzed, a query page is generated along with the transaction element items and the configuration format. The query page is used to present the queried transaction information to the customer. In addition, the query page can be individually designed according to different transaction types and can be set according to different requirements.
As an embodiment of the present invention, the transaction element item includes: identity, presentation name, and component type. The transaction key items analyzed by the transaction detail configuration file are characteristic parts of the transaction, and may include a client id (identity), a display name, a component type, and the like. The component types include, for example, an input box, a drop-down box, a radio box, a check box, and the like, the presentation of the data items can be determined by the configuration of the layout, and the presentation order of the data is determined by the order of the configuration.
The invention dynamically generates transaction flow and abstracts all transactions, namely dynamic page, submitted transaction and inquiry transaction. After the architecture is built, if new transactions are added subsequently, the transactions can be generated rapidly and dynamically only through a configuration mode, and development of pages, submitted transactions and inquiry transactions for the new transactions is not needed. Therefore, the development complexity is greatly simplified, the development workload is reduced, and the working efficiency is obviously improved.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the following steps are implemented:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element items and the page layout information;
receiving customer transaction information and a submission instruction by using the transaction input page;
and submitting and storing the customer transaction information according to the submitting instruction.
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the following steps:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element items and the page layout information;
receiving customer transaction information and a submission instruction by using the transaction input page;
and submitting and storing the customer transaction information according to the submitting instruction.
Based on the same application concept as the dynamic generation method of the transaction flow, the invention also provides the dynamic generation device of the transaction flow, a computer device and a computer readable storage medium. Because the problem solving principle of the dynamic generation device, the computer equipment and the computer-readable storage medium of the transaction flow is similar to that of the dynamic generation method of the transaction flow, the implementation of the dynamic generation device, the computer equipment and the computer-readable storage medium of the transaction flow can refer to the implementation of the dynamic generation method of the transaction flow, and repeated parts are not repeated.
It will be understood by those skilled in the art that all or part of the steps in the method for implementing the above embodiments may be implemented by relevant hardware instructed by a program, and the program may be stored in a computer readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A method for dynamically generating a transaction flow, the method comprising:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element item, the page layout information and the transaction public information;
receiving customer transaction information and a submission instruction by using the transaction input page;
submitting and storing the customer transaction information according to the submitting instruction;
wherein the method further comprises:
acquiring a transaction total configuration file;
analyzing the transaction total configuration file to obtain a transaction list and transaction public information;
and acquiring the customer transaction instruction according to the transaction list.
2. The method of claim 1, further comprising:
acquiring a transaction verification configuration file according to the client transaction instruction;
analyzing the transaction verification configuration file to obtain a verification expression;
verifying the customer transaction information using the verification expression;
and after the verification is passed, submitting and storing the customer transaction information according to the submitting instruction.
3. The method of claim 1, further comprising:
acquiring a client query instruction;
acquiring the transaction detail configuration file, the client transaction information and the configuration format according to the client query instruction;
analyzing the transaction detail configuration file to obtain the transaction element item;
generating a query page according to the transaction element items and the configuration format;
and outputting the customer transaction information by using the query page.
4. The method of claim 1, wherein the transaction element item comprises: identity, presentation name, and component type.
5. An apparatus for dynamically generating a transaction flow, the apparatus comprising:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a customer transaction instruction and acquiring a transaction detailed configuration file according to the customer transaction instruction;
the first analysis unit is used for analyzing the transaction detailed configuration file to obtain transaction element items and page layout information;
the transaction page unit is used for generating a transaction input page according to the transaction element item, the page layout information and the transaction public information;
the information receiving unit is used for receiving the transaction information of the client and the submission instruction by utilizing the transaction input page;
the information submitting unit is used for submitting and storing the customer transaction information according to the submitting instruction;
wherein the apparatus further comprises:
the second acquisition unit is used for acquiring a transaction total configuration file;
the second analysis unit is used for analyzing the transaction total configuration file to obtain a transaction list and transaction public information;
and the transaction list unit is used for acquiring the client transaction instruction according to the transaction list.
6. The apparatus of claim 5, further comprising:
the third acquisition unit is used for acquiring a transaction verification configuration file according to the client transaction instruction;
the third analysis unit is used for analyzing the transaction verification configuration file to obtain a verification expression;
the information verification unit is used for verifying the customer transaction information by using the verification expression;
and the verification submitting unit is used for submitting and storing the client transaction information according to the submitting instruction after the verification is passed.
7. The apparatus of claim 5, further comprising:
the fourth acquisition unit is used for acquiring a client query instruction;
the inquiry instruction unit is used for acquiring the transaction detailed configuration file, the client transaction information and the configuration format according to the client inquiry instruction;
the fourth analysis unit is used for analyzing the transaction detailed configuration file to obtain the transaction element items;
the inquiry page unit is used for generating an inquiry page according to the transaction element items and the configuration format;
and the information output unit is used for outputting the customer transaction information by utilizing the inquiry page.
8. The apparatus of claim 5, wherein the transaction element item comprises: identity, presentation name, and component type.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the computer program implements the steps of:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element item, the page layout information and the transaction public information;
receiving customer transaction information and a submission instruction by using the transaction input page;
submitting and storing the customer transaction information according to the submitting instruction;
wherein, still include the following step:
acquiring a transaction total configuration file;
analyzing the transaction total configuration file to obtain a transaction list and transaction public information;
and acquiring the customer transaction instruction according to the transaction list.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of:
acquiring a customer transaction instruction, and acquiring a transaction detailed configuration file according to the customer transaction instruction;
analyzing the transaction detail configuration file to obtain transaction element items and page layout information;
generating a transaction input page according to the transaction element item, the page layout information and the transaction public information;
receiving customer transaction information and a submission instruction by using the transaction input page;
submitting and storing the customer transaction information according to the submitting instruction;
wherein, still include the following step:
acquiring a transaction total configuration file;
analyzing the transaction total configuration file to obtain a transaction list and transaction public information;
and acquiring the customer transaction instruction according to the transaction list.
CN201810770100.0A 2018-07-13 2018-07-13 Dynamic generation method and device of transaction process Active CN109032598B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810770100.0A CN109032598B (en) 2018-07-13 2018-07-13 Dynamic generation method and device of transaction process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810770100.0A CN109032598B (en) 2018-07-13 2018-07-13 Dynamic generation method and device of transaction process

Publications (2)

Publication Number Publication Date
CN109032598A CN109032598A (en) 2018-12-18
CN109032598B true CN109032598B (en) 2022-02-08

Family

ID=64642469

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810770100.0A Active CN109032598B (en) 2018-07-13 2018-07-13 Dynamic generation method and device of transaction process

Country Status (1)

Country Link
CN (1) CN109032598B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110336814A (en) * 2019-07-03 2019-10-15 中国银行股份有限公司 A kind of analytic method, equipment and the system of SWIFT message
CN110555185A (en) * 2019-09-09 2019-12-10 中国工商银行股份有限公司 Page customization method and system based on PC client
CN110889743A (en) * 2019-11-19 2020-03-17 上海易点时空网络有限公司 Multi-service order unifying method and device and storage medium
CN112948002B (en) * 2021-03-04 2023-03-28 浪潮云信息技术股份公司 Method for carrying out configuration management on workflow submission page

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120210208A1 (en) * 2008-10-22 2012-08-16 Mark Underhill Constructing And Maintaining Web Sites
CN106886418A (en) * 2017-03-27 2017-06-23 湛江市霞山区新软佳科技有限公司 Html interface control is pasted
CN107369090A (en) * 2017-07-25 2017-11-21 上海壹账通金融科技有限公司 Open an account generation method, equipment and the computer-readable recording medium of the page

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120210208A1 (en) * 2008-10-22 2012-08-16 Mark Underhill Constructing And Maintaining Web Sites
CN106886418A (en) * 2017-03-27 2017-06-23 湛江市霞山区新软佳科技有限公司 Html interface control is pasted
CN107369090A (en) * 2017-07-25 2017-11-21 上海壹账通金融科技有限公司 Open an account generation method, equipment and the computer-readable recording medium of the page

Also Published As

Publication number Publication date
CN109032598A (en) 2018-12-18

Similar Documents

Publication Publication Date Title
CN109032598B (en) Dynamic generation method and device of transaction process
WO2020155760A1 (en) Multi-database data processing method, apparatus, computer device, and storage medium
US9047346B2 (en) Reporting language filtering and mapping to dimensional concepts
US8082489B2 (en) Using a spreadsheet engine as a server-side calculation model
US9299041B2 (en) Obtaining data from unstructured data for a structured data collection
WO2018133452A1 (en) Webpage rendering method and related device
CN109614102A (en) Code automatic generation method, device, electronic equipment and storage medium
US10599760B2 (en) Intelligent form creation
US9779135B2 (en) Semantic related objects
US20200034481A1 (en) Language agnostic data insight handling for user application data
CN109933534B (en) Method and device for determining financial test object
JP2014518418A (en) System and method for recommending fonts
CN110795697A (en) Logic expression obtaining method and device, storage medium and electronic device
CN112347748A (en) Data report generation method and device, computer equipment and readable storage medium
CN113010791B (en) Search result display processing method and device and computer readable storage medium
CN111598707B (en) Page generation method and electronic equipment
CN113010542A (en) Service data processing method and device, computer equipment and storage medium
JP5690657B2 (en) Program test support device, program test support method, program test support program
CN112948441B (en) Multi-dimensional data collection method and equipment for financial data
CN113485942B (en) Automatic testing method and device based on independent modules
CN115905681A (en) Shop recommendation method, server, display method, client and system
CN112765517A (en) Page generation method and device and electronic equipment
CN111737288A (en) Search control method, device, terminal equipment, server and storage medium
JP2016062289A (en) Data cleansing system and data cleansing program
CN112214497A (en) Label processing method and device and computer system

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