CN112612538A - Page service component configuration method and device, computer equipment and storage medium - Google Patents

Page service component configuration method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112612538A
CN112612538A CN202011494675.8A CN202011494675A CN112612538A CN 112612538 A CN112612538 A CN 112612538A CN 202011494675 A CN202011494675 A CN 202011494675A CN 112612538 A CN112612538 A CN 112612538A
Authority
CN
China
Prior art keywords
service
parameter
page
configuration
information
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
CN202011494675.8A
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.)
Ping An Trust Co Ltd
Original Assignee
Ping An Trust Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Trust Co Ltd filed Critical Ping An Trust Co Ltd
Priority to CN202011494675.8A priority Critical patent/CN112612538A/en
Publication of CN112612538A publication Critical patent/CN112612538A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • 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/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3334Selection or weighting of terms from queries, including natural language queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/22Image preprocessing by selection of a specific region containing or referencing a pattern; Locating or processing of specific regions to guide the detection or recognition

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Artificial Intelligence (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Bioethics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Multimedia (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the field of function optimization, and discloses a page service component configuration method, a device, computer equipment and a storage medium, wherein the method comprises the following steps: acquiring demand data of specified service demands; searching a page service component matched with the demand data; acquiring a parameter configuration list of a page service component; generating service configuration parameter data according to the parameter configuration list and the demand data; and configuring the page service component according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service component. The invention can improve the configuration efficiency of the page service function and reduce the development cost.

Description

Page service component configuration method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of function optimization, and in particular, to a method and an apparatus for configuring a page service component, a computer device, and a storage medium.
Background
With the development of computer technology, the digital transformation pace of the financial industry is increasing. In the existing financial service system based on computer technology, a plurality of commonly used page service functions are provided, such as a bank card information entry page, a disclaimer or user agreement page, an electronic signature page and the like. These page service functions can reduce development costs thereof by commonalization. However, since the financial service system has a variety of services, the page service function needs to be personalized when being called, the application efficiency of the page service function is not high, and the development expenditure is increased to a certain extent.
Disclosure of Invention
Therefore, it is necessary to provide a method, an apparatus, a computer device and a storage medium for configuring a page service component to improve the efficiency of configuring the page service function and reduce the development cost.
A page service component configuration method comprises the following steps:
acquiring demand data of specified service demands;
searching a page service component matched with the demand data;
acquiring a parameter configuration list of the page service assembly;
generating service configuration parameter data according to the parameter configuration list and the demand data;
and configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly.
A page service component configuration apparatus, comprising:
the acquisition module is used for acquiring the demand data of the specified service demand;
the searching module is used for searching the page service component matched with the demand data;
the acquisition list module is used for acquiring a parameter configuration list of the page service component;
a configuration data generating module, configured to generate service configuration parameter data according to the parameter configuration list and the demand data;
and the configuration module is used for configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly.
A computer device comprising a memory, a processor and computer readable instructions stored in the memory and executable on the processor, the processor implementing the page service component configuration method when executing the computer readable instructions.
One or more readable storage media storing computer-readable instructions that, when executed by one or more processors, cause the one or more processors to perform the page service component configuration method as described above.
According to the page service component configuration method and device, the computer equipment and the storage medium, the demand data of the specified business demand is obtained, and the page service component is assembled through the input of the demand data, so that the configuration process is greatly simplified. And searching the page service component matched with the requirement data to select the page service component needing to be configured. And acquiring a parameter configuration list of the page service component, wherein the parameter configuration list comprises a plurality of parameters needing to be configured. And generating service configuration parameter data according to the parameter configuration list and the demand data so as to automatically extract the value of the parameter to be configured from the demand data. And configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly, wherein the configuration work of the page service assembly is completed, and the configuration efficiency is greatly improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention 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 these drawings without inventive labor.
FIG. 1 is a diagram of an application environment of a method for configuring a page service component according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for configuring a page service component according to an embodiment of the invention;
FIG. 3 is a schematic structural diagram of a page service component configuration apparatus according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a computer device according to an embodiment of the invention.
Detailed Description
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 some, not all, embodiments of the present invention. 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.
The configuration method of the page service component provided by this embodiment can be applied to the application environment shown in fig. 1, in which the client communicates with the server. The client includes, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The server can be implemented by an independent server or a server cluster composed of a plurality of servers.
In an embodiment, as shown in fig. 2, a method for configuring a page service component is provided, which is described by taking the method as an example applied to the server in fig. 1, and includes the following steps S10-S50.
And S10, acquiring demand data of the specified service demand.
Understandably, a specified business requirement can refer to a page implementation requirement in order to implement a specified business service function. The designated business service function comprises but is not limited to a bank card information input function, a real-name authentication function, a disclaimer or user protocol page display function and an electronic signature function. The requirements data includes, but is not limited to, business parameters and business processes for implementing specified business requirements. Taking the bank card information entry function as an example, the service parameters may include a custom title (title), a channel ID, a cardholder name, a bank card number, and an issuer website. The business process corresponding to the information entry function of the bank card may include:
1. calling a bank card public service page to bring necessary parameters;
2. scanning a bank card by using an OCR (Optical Character Recognition) to obtain a card number and an account opening row;
3. a user selects a branch;
4. confirming and submitting the bank card information of the user;
5. encrypting and transmitting the information of the user bank card to a corresponding channel;
6. and the channel acquires corresponding bank card information.
It should be noted that, here, the demand data may be a natural language or a programming language.
And S20, searching a page service component matched with the demand data.
In this embodiment, the page service component matched with the demand data can be searched through a preset matching program. The preset matching program may be a matching model constructed based on a Natural Language Processing algorithm (NLP, Natural Language Processing), or may be a keyword matching algorithm.
A plurality of page service components can be preset and set based on actual needs, such as a bank card information input component, a real-name authentication component, a personal information input component, a document display component (used for realizing a disclaimer statement or user agreement page display function), an electronic signature component and the like.
The number of page service components that match the demand data may be one or more. The number of uses of each page service component may be one or more times in the same demand data.
And S30, acquiring a parameter configuration list of the page service component.
Each page service component is preset with a corresponding parameter configuration list. The parameter configuration list includes several parameters to be configured. All parameters can be divided into essential parameters and non-essential parameters based on actual needs. The necessary parameters must be configured with corresponding parameter values. While parameter values for unnecessary parameters may be empty.
And S40, generating service configuration parameter data according to the parameter configuration list and the requirement data.
Parameter values can be extracted from the demand data one by one according to parameters in the parameter configuration list according to a preset extraction program, and service configuration parameter data are generated. That is, the service configuration parameter data includes each parameter and its corresponding parameter value. In some cases, the parameter values automatically extracted from the demand data are incomplete, and at this time, the parameter values can be perfected in a manual input mode, and finally, the service configuration parameter data of a complete version is generated.
S50, configuring the page service component according to the service configuration parameter data, so as to generate page data meeting the specified service requirement through the page service component.
Understandably, after obtaining the business configuration parameter data, the page service components can be configured according to the business configuration parameter data. After the configuration is completed, the page service component may generate corresponding page data based on the service configuration parameter data. And when the user needs to transact the business with the same requirement as the specified business, the page data generated by the page service component is received. When the page data are displayed at the front end, the page data are presented as an interactive interface for transaction of each business. The user can input, verify and submit the business data according to the interactive control in the interactive interface.
In the steps S10-S50, the demand data of the designated business demand is obtained, and here, the page service assembly is realized through the input of the demand data, so that the configuration flow is greatly simplified. And searching the page service component matched with the requirement data to select the page service component needing to be configured. And acquiring a parameter configuration list of the page service component, wherein the parameter configuration list comprises a plurality of parameters needing to be configured. And generating service configuration parameter data according to the parameter configuration list and the demand data so as to automatically extract the value of the parameter to be configured from the demand data. And configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly, wherein the configuration work of the page service assembly is completed, and the configuration efficiency is greatly improved.
Optionally, step S40, that is, the generating service configuration parameter data according to the parameter configuration list and the requirement data includes:
s401, acquiring a necessary parameter sub-list in the parameter configuration list, wherein the necessary parameter sub-list comprises a plurality of necessary parameters;
s402, judging whether the demand data contains parameter values of the necessary parameters;
s403, if the required data does not contain the parameter values of the necessary parameters, receiving a parameter configuration instruction, and setting the parameter values of the necessary parameters according to the parameter configuration instruction;
s404, when all the necessary parameters in the necessary parameter sub-list obtain corresponding parameter values, generating the service configuration parameter data according to the parameter values.
Understandably, the parameter configuration list may include a required parameter sublist and an unnecessary parameter sublist. The sub-list of necessary parameters includes several necessary parameters. Parameter values of the respective parameters (including the essential parameters and the unnecessary parameters) may be extracted from the demand data by a preset extraction method. The extraction method can be a keyword matching method or a natural semantic extraction method. And when the requirement data contains parameter values of necessary parameters, adding the parameter values into the service configuration parameter data. The parameter values of the unnecessary parameters may be null values.
In some cases, the demand data does not include parameter values of all necessary parameters in the sub-list of necessary parameters, and the necessary parameters need to be refined through manual input. The parameter configuration instruction may refer to an instruction generated when a user inputs a parameter value.
After obtaining the parameter values of all necessary parameters, service configuration parameter data may be generated. The service configuration parameter data includes parameter values of all necessary parameters and also parameter values of unnecessary parameters (optional).
In steps S401 to S402, a necessary parameter sub-list in the parameter configuration list is obtained, where the necessary parameter sub-list includes several necessary parameters to determine necessary parameters for obtaining parameter values. And judging whether the demand data contains the parameter values of the necessary parameters or not so as to determine whether the parameter values of the necessary parameters need to be input manually or not. And if the required data does not contain the parameter values of the necessary parameters, receiving a parameter configuration instruction, and setting the parameter values of the necessary parameters according to the parameter configuration instruction so as to complete the input of the parameter values of the necessary parameters. And when all the necessary parameters in the necessary parameter sub-list obtain corresponding parameter values, generating the service configuration parameter data according to the parameter values to obtain the parameter values of all the necessary parameters.
Optionally, the page service component includes a bank card information entry component, and step S50, that is, configuring the page service component according to the service configuration parameter data includes:
s5011, acquiring a first custom title parameter and a channel ID in the service configuration parameter data, wherein the first custom title parameter is associated with the bank card information entry component;
s5012, searching first file information corresponding to the first custom title parameter, and searching bank card verification information, first encryption information and first transmission information corresponding to the channel ID;
s5013, configuring page input guide service of the bank card information input assembly according to the first file information; configuring card number verification service of the bank card information input assembly according to the bank card verification information; configuring card information encryption service of the bank card information input assembly according to the first encryption information; and configuring the card information transmission service of the bank card information input assembly according to the first transmission information.
Understandably, the bank card information input component is used for providing information support services when a user self-inputs bank card information. The necessary parameters corresponding to the bank card information entry component include a first custom title parameter and a channel ID. The first custom title parameter is a custom parameter associated with the bank card information entry component. The channel ID is not associated with the bank card information entry component, but rather is associated with the business process. Typically, a business process has only a unique channel ID. A business process typically requires the invocation of one or more page service components.
The corresponding first file information can be found through the first custom title parameter. The first custom header parameters correspond to the first file information one by one. The first document information is a document set independently, such as help information when the information of the bank card is input by self. The first file information can be character information, and also can be picture information, audio information or video information. The bank card checking information contains the checking rule of the bank card number, and the checking rule can judge whether the card number input by the user is legal or not. The first encryption information comprises the encryption mode of the bank card information. When the bank card information is transmitted, the encryption mode set in the first encryption information is used for encryption. The first transmission information contains the transmission rule and the transmission address of the bank card information. The encrypted bank card information is transmitted to the transmission address according to the transmission rule.
The bank card information entry component provides several services including, but not limited to, a page entry guide service, a card number verification service, a card information encryption service, a card information transfer service. And configuring the page input guide service of the bank card information input assembly according to the first file information, so that the bank card information input assembly can output page data containing the first file information when providing the page input guide service. And configuring card number verification service of the bank card information input assembly according to the bank card verification information so that the bank card information input assembly completes verification of the card number after the user inputs the bank card number and outputs page data of a verification result. And configuring card information encryption service of the bank card information input assembly according to the first encryption information so that the bank card information input assembly encrypts the bank card information according to the encryption mode set in the first encryption information. And configuring card information transmission service of the bank card information input assembly according to the first transmission information so that the bank card information input assembly completes the transmission of the bank card information according to the transmission rule and the transmission address in the first transmission information.
Optionally, the page service component includes a real-name authentication component, and step S50, that is, configuring the page service component according to the service configuration parameter data includes:
s5021, obtaining a second user-defined title parameter and a channel ID in the service configuration parameter data, wherein the second user-defined title parameter is associated with the real-name authentication component;
s5022, searching second file information corresponding to the second custom title parameter, and searching real name verification information, second encryption information and second transmission information corresponding to the channel ID;
s5023, configuring the authentication guide service of the real-name authentication component according to the second file information; configuring real name verification service of the real name authentication component according to the real name verification information; configuring real name information encryption service of the real name authentication component according to the encryption information; and configuring real-name information transmission service of the real-name authentication component according to the transmission information.
Understandably, the real-name authentication component is used for providing information support services for users in self-service entry of personal identity information. The necessary parameters corresponding to the real-name authentication component include a second custom title parameter and a channel ID. The second custom header parameter is a custom parameter that is associated with the real-name authentication component. The channel ID is not associated with a real-name authentication component, but rather is associated with a business process. Typically, a business process has only a unique channel ID. A business process typically requires the invocation of one or more page service components.
The corresponding second file information can be found through the second self-defined title parameter. The second custom header parameters correspond to the second case information one to one. The second document information is a document set autonomously, and for example, the second document information may be help information when real-name information (such as identity card information) is self-entered. The second file information can be character information, and also can be picture information, audio information or video information. The real name verification information comprises a verification rule of the real name information, and the verification rule can judge whether the real name information input by the user is legal or not. The second encryption information includes an encryption method of the real name information. When the real name information is transmitted, the encryption mode set in the second encryption information is used for encryption. The second transfer information contains a transfer rule and a transfer address of the real name information. The encrypted real name information is transmitted to the transmission address according to the transmission rule.
The real-name authentication component provides several services including, but not limited to, authentication referral services, real-name verification services, real-name information encryption services, real-name information transfer services. And configuring the authentication guidance service of the real-name authentication component according to the second file information so that the real-name authentication component can output page data containing the second file information when providing the authentication guidance service. And configuring real-name verification service of the real-name authentication component according to the real-name verification information so that the real-name authentication component completes verification of the real-name information after the user inputs the real-name information and outputs page data of a verification result. And configuring the real-name information encryption service of the real-name authentication component according to the second encryption information so that the real-name authentication component encrypts the real-name information according to the encryption mode set in the second encryption information. And configuring the real-name information transmission service of the real-name authentication component according to the second transmission information so that the real-name authentication component completes transmission of the real-name information according to the transmission rule and the transmission address in the second transmission information.
Optionally, the page service component includes a document display component, and the step S50, namely, the configuring the page service component according to the service configuration parameter data includes:
s5031, signature setting information and a channel ID in the service configuration parameter data are obtained;
s5032, reading setting information and document identification information corresponding to the channel ID are searched;
s5033, configuring signature access service of the document display component according to the signature setting information; configuring reading timing service and page jump service of the document display component according to the reading setting information; and configuring the document page display service of the document display component according to the document identification information.
Understandably, the document display component is used to provide information support services for users in self-service entry of personal identity information. The necessary parameters corresponding to the document display component include signature setting information and a channel ID. The signature setting information is used to determine whether or not an electronic signature is required after the document is displayed (including two cases, one is that an electronic signature is required and the other is that an electronic signature is not required). The channel ID is a parameter associated with the business process. Typically, a business process has only a unique channel ID. A business process typically requires the invocation of one or more page service components.
Corresponding reading setting information and document identification information can be found through the ID of the document display component and the channel ID. The reading setting information is used to define the reading time of the user and the jump of the page. For example, a reading time may be determined based on the length of the document, and when the user stays less than the reading time on a reading page of the document, skipping to the next page is prohibited. Document identification information may refer to a unique identification of a document. The corresponding document can be indexed by the document identification information. Here, the document may be a disclaimer, a user agreement, a contractual term, and the like.
And configuring a signature access service of the document display component according to the signature setting information so that the document display component determines whether the electronic signature component needs to be loaded according to the signature setting information. And configuring reading timing service and page jump service of the document display component according to the reading setting information so that the document display component determines the page dwell time of the document according to the reading setting information and finishes jump link after the document is read. And configuring the document page display service of the document display component according to the document identification information so that the document display component determines the document to be displayed according to the document identification information.
Optionally, the page service component includes an electronic signature component, and step S50, that is, the configuring the page service component according to the service configuration parameter data includes:
s5041, acquiring a third custom title parameter and a channel ID in the service configuration parameter data, wherein the third custom title parameter is associated with the electronic signature component;
s5042, searching third file information corresponding to the third custom title parameter, and searching signature document submission information corresponding to the channel ID;
s5043, configuring signature page display service of the electronic signature component according to the third file information; and configuring signature document transmission service and signature document storage service of the electronic signature component according to the signature document submission information.
Understandably, the electronic signature component is used to provide information support services when a user makes an electronic signature. The necessary parameters corresponding to the electronic signature component include a third custom title parameter and a channel ID. The third custom header parameter is a custom parameter associated with the electronic signature component. The channel ID is not associated with the electronic signature component, but rather is associated with the business process. Typically, a business process has only a unique channel ID. A business process typically requires the invocation of one or more page service components.
And the corresponding third file information can be found through the third custom title parameter. The third custom header parameters correspond to the third file information one by one. The third document information is a document which is set autonomously, such as a signature document. The third language information is generally a text information. The signature document submission information includes transmission rules and storage rules of the signature information. The signature document is transmitted according to the transmission rule and stored according to the storage rule.
The electronic signature component provides several services including, but not limited to, a signature page display service, a signature document delivery service, and a signature document storage service. And configuring a signature page display service of the electronic signature component according to the third file information so that the electronic signature component outputs a signature page containing the third file information when a user needs to perform electronic signature. And configuring a signature document transmission service and a signature document storage service of the electronic signature component according to the signature document submission information so that the electronic signature component transmits and stores the generated signature document after the user completes the electronic signature.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
In an embodiment, a page service component configuration device is provided, and the page service component configuration device corresponds to the page service component configuration method in the above embodiments one to one. As shown in fig. 3, the page service component configuring apparatus includes an obtaining module 10, a searching module 20, an obtaining list module 30, a generating configuration data module 40, and a configuring module 50. The functional modules are explained in detail as follows:
an obtaining module 10, configured to obtain requirement data of a specified service requirement;
the searching module 20 is used for searching the page service component matched with the demand data;
an obtaining list module 30, configured to obtain a parameter configuration list of the page service component;
a configuration data generating module 40, configured to generate service configuration parameter data according to the parameter configuration list and the requirement data;
a configuration module 50, configured to configure the page service component according to the service configuration parameter data, so as to generate page data meeting the specified service requirement through the page service component.
Optionally, the module 40 for generating configuration data includes:
the acquiring necessary parameter sub-list unit is used for acquiring a necessary parameter sub-list in the parameter configuration list, and the necessary parameter sub-list comprises a plurality of necessary parameters;
a parameter value judging unit, configured to judge whether the demand data includes a parameter value of the necessary parameter;
the parameter configuration unit is used for receiving a parameter configuration instruction if the demand data does not contain the parameter value of the necessary parameter, and setting the parameter value of the necessary parameter according to the parameter configuration instruction;
and the parameter data generating unit is used for generating the service configuration parameter data according to the parameter values when all the necessary parameters in the necessary parameter sub-list acquire the corresponding parameter values.
Optionally, the page service component includes a bank card information entry component, and the configuration module 50 includes:
the first parameter acquisition unit is used for acquiring a first custom title parameter and a channel ID in the service configuration parameter data, and the first custom title parameter is associated with the bank card information input component;
the first data searching unit is used for searching first file information corresponding to the first user-defined title parameter and searching bank card verification information, first encryption information and first transmission information corresponding to the channel ID;
the first information configuration unit is used for configuring the page input guide service of the bank card information input component according to the first file information; configuring card number verification service of the bank card information input assembly according to the bank card verification information; configuring card information encryption service of the bank card information input assembly according to the first encryption information; and configuring the card information transmission service of the bank card information input assembly according to the first transmission information.
Optionally, the page service component includes a real-name authentication component, and the configuration module 50 includes:
a second parameter obtaining unit, configured to obtain a second custom title parameter and a channel ID in the service configuration parameter data, where the second custom title parameter is associated with the real-name authentication component;
the second data searching unit is used for searching second file information corresponding to the second user-defined title parameter and searching real name verification information, second encryption information and second transmission information corresponding to the channel ID;
the second information configuration unit is used for configuring the authentication guide service of the real-name authentication component according to the second file information; configuring real name verification service of the real name authentication component according to the real name verification information; configuring real name information encryption service of the real name authentication component according to the encryption information; and configuring real-name information transmission service of the real-name authentication component according to the transmission information.
Optionally, the page service component includes a document display component, and the configuration module 50 includes:
a document display parameter obtaining unit, configured to obtain signature setting information and a channel ID in the service configuration parameter data;
the document data searching unit is used for searching reading setting information and document identification information corresponding to the channel ID;
the document information configuration unit is used for configuring signature access service of the document display component according to the signature setting information; configuring reading timing service and page jump service of the document display component according to the reading setting information; and configuring the document page display service of the document display component according to the document identification information.
Optionally, the page service component includes an electronic signature component, and the configuration module 50 includes:
a third parameter obtaining unit, configured to obtain a third custom title parameter and a channel ID in the service configuration parameter data, where the third custom title parameter is associated with the electronic signature component;
the third data searching unit is used for searching third file information corresponding to the third custom title parameter and searching signature document submission information corresponding to the channel ID;
the third information configuration unit is used for configuring signature page display service of the electronic signature component according to the third file information; and configuring signature document transmission service and signature document storage service of the electronic signature component according to the signature document submission information.
For specific limitations of the page service component configuration apparatus, reference may be made to the above limitations of the page service component configuration method, which is not described herein again. The various modules in the page service component configuration apparatus described above may be implemented in whole or in part by software, hardware, and combinations thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a readable storage medium and an internal memory. The readable storage medium stores an operating system, computer readable instructions, and a database. The internal memory provides an environment for the operating system and execution of computer-readable instructions in the readable storage medium. The database of the computer device is used for storing data related to the configuration method of the page service component. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer readable instructions, when executed by a processor, implement a page service component configuration method. The readable storage media provided by the present embodiment include nonvolatile readable storage media and volatile readable storage media.
In one embodiment, a computer device is provided, comprising a memory, a processor, and computer readable instructions stored on the memory and executable on the processor, the processor when executing the computer readable instructions implementing the steps of:
acquiring demand data of specified service demands;
searching a page service component matched with the demand data;
acquiring a parameter configuration list of the page service assembly;
generating service configuration parameter data according to the parameter configuration list and the demand data;
and configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly.
In one embodiment, one or more computer-readable storage media storing computer-readable instructions are provided, the readable storage media provided by the embodiments including non-volatile readable storage media and volatile readable storage media. The readable storage medium has stored thereon computer readable instructions which, when executed by one or more processors, perform the steps of:
acquiring demand data of specified service demands;
searching a page service component matched with the demand data;
acquiring a parameter configuration list of the page service assembly;
generating service configuration parameter data according to the parameter configuration list and the demand data;
and configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly.
It will be understood by those of ordinary skill in the art that all or part of the processes of the methods of the above embodiments may be implemented by hardware related to computer readable instructions, which may be stored in a non-volatile readable storage medium or a volatile readable storage medium, and when executed, the computer readable instructions may include processes of the above embodiments of the methods. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (10)

1. A method for configuring a page service component, comprising:
acquiring demand data of specified service demands;
searching a page service component matched with the demand data;
acquiring a parameter configuration list of the page service assembly;
generating service configuration parameter data according to the parameter configuration list and the demand data;
and configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly.
2. The method for configuring page service components according to claim 1, wherein said generating service configuration parameter data according to said parameter configuration list and said requirement data comprises:
acquiring a necessary parameter sub-list in the parameter configuration list, wherein the necessary parameter sub-list comprises a plurality of necessary parameters;
judging whether the demand data contains parameter values of the necessary parameters;
if the demand data does not contain the parameter values of the necessary parameters, receiving a parameter configuration instruction, and setting the parameter values of the necessary parameters according to the parameter configuration instruction;
and when all the necessary parameters in the necessary parameter sub-list obtain corresponding parameter values, generating the service configuration parameter data according to the parameter values.
3. The method for configuring page service components according to claim 1, wherein the page service components include bank card information entry components, and the configuring the page service components according to the business configuration parameter data includes:
acquiring a first custom title parameter and a channel ID in the service configuration parameter data, wherein the first custom title parameter is associated with the bank card information input component;
searching first file information corresponding to the first custom title parameter, and searching bank card verification information, first encryption information and first transmission information corresponding to the channel ID;
configuring page input guide service of the bank card information input assembly according to the first document information; configuring card number verification service of the bank card information input assembly according to the bank card verification information; configuring card information encryption service of the bank card information input assembly according to the first encryption information; and configuring the card information transmission service of the bank card information input assembly according to the first transmission information.
4. The method for configuring page service components according to claim 1, wherein the page service components include real-name authentication components, and the configuring the page service components according to the service configuration parameter data includes:
acquiring a second custom title parameter and a channel ID in the service configuration parameter data, wherein the second custom title parameter is associated with the real-name authentication component;
searching second file information corresponding to the second user-defined title parameter, and searching real name verification information, second encryption information and second transmission information corresponding to the channel ID;
configuring the authentication guide service of the real-name authentication component according to the second file information; configuring real name verification service of the real name authentication component according to the real name verification information; configuring real name information encryption service of the real name authentication component according to the encryption information; and configuring real-name information transmission service of the real-name authentication component according to the transmission information.
5. The page service component configuration method of claim 1, wherein said page service component comprises a document display component, said configuring said page service component according to said business configuration parameter data comprising:
acquiring signature setting information and a channel ID in the service configuration parameter data;
searching reading setting information and document identification information corresponding to the channel ID;
configuring a signature access service of the document display component according to the signature setting information; configuring reading timing service and page jump service of the document display component according to the reading setting information; and configuring the document page display service of the document display component according to the document identification information.
6. The method for configuring page service components according to claim 1, wherein the page service components include electronic signature components, and the configuring the page service components according to the business configuration parameter data comprises:
acquiring a third custom title parameter and a channel ID in the service configuration parameter data, wherein the third custom title parameter is associated with the electronic signature component;
searching third file information corresponding to the third custom title parameter, and searching signature document submission information corresponding to the channel ID;
configuring signature page display service of the electronic signature assembly according to the third file information; and configuring signature document transmission service and signature document storage service of the electronic signature component according to the signature document submission information.
7. A page service component configuration apparatus, comprising:
the acquisition module is used for acquiring the demand data of the specified service demand;
the searching module is used for searching the page service component matched with the demand data;
the acquisition list module is used for acquiring a parameter configuration list of the page service component;
a configuration data generating module, configured to generate service configuration parameter data according to the parameter configuration list and the demand data;
and the configuration module is used for configuring the page service assembly according to the service configuration parameter data so as to generate page data meeting the specified service requirement through the page service assembly.
8. The page service component configuration apparatus of claim 7, wherein the generate configuration data module comprises:
the acquiring necessary parameter sub-list unit is used for acquiring a necessary parameter sub-list in the parameter configuration list, and the necessary parameter sub-list comprises a plurality of necessary parameters;
a parameter value judging unit, configured to judge whether the demand data includes a parameter value of the necessary parameter;
the parameter configuration unit is used for receiving a parameter configuration instruction if the demand data does not contain the parameter value of the necessary parameter, and setting the parameter value of the necessary parameter according to the parameter configuration instruction;
and the parameter data generating unit is used for generating the service configuration parameter data according to the parameter values when all the necessary parameters in the necessary parameter sub-list acquire the corresponding parameter values.
9. A computer device comprising a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, wherein the processor when executing the computer readable instructions implements the page service component configuration method of any of claims 1 to 6.
10. One or more readable storage media storing computer-readable instructions that, when executed by one or more processors, cause the one or more processors to perform the page service component configuration method of any of claims 1 to 6.
CN202011494675.8A 2020-12-17 2020-12-17 Page service component configuration method and device, computer equipment and storage medium Pending CN112612538A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011494675.8A CN112612538A (en) 2020-12-17 2020-12-17 Page service component configuration method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011494675.8A CN112612538A (en) 2020-12-17 2020-12-17 Page service component configuration method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112612538A true CN112612538A (en) 2021-04-06

Family

ID=75241086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011494675.8A Pending CN112612538A (en) 2020-12-17 2020-12-17 Page service component configuration method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112612538A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8832675B1 (en) * 2007-09-26 2014-09-09 Avaya Inc. Dynamic user-interface generation and administration method and apparatus
CN109614568A (en) * 2018-12-07 2019-04-12 微梦创科网络科技(中国)有限公司 A kind of page generation method and device
CN111708971A (en) * 2020-06-22 2020-09-25 平安养老保险股份有限公司 Page configuration method and device, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8832675B1 (en) * 2007-09-26 2014-09-09 Avaya Inc. Dynamic user-interface generation and administration method and apparatus
CN109614568A (en) * 2018-12-07 2019-04-12 微梦创科网络科技(中国)有限公司 A kind of page generation method and device
CN111708971A (en) * 2020-06-22 2020-09-25 平安养老保险股份有限公司 Page configuration method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109474578B (en) Message checking method, device, computer equipment and storage medium
US11544779B2 (en) Systems and methods for digital identity verification
CN109766072B (en) Information verification input method and device, computer equipment and storage medium
CN110442756A (en) Data verification method, device, computer equipment and storage medium
CN110765295A (en) Graph database-based query method and device, computer equipment and storage medium
KR102457626B1 (en) Electronic apparatus and method for providing insurance design information
CN109033150A (en) Sensitive word verification method, device, computer equipment and storage medium
CN109766483B (en) Regular expression generation method, device, computer equipment and storage medium
US20200250766A1 (en) Automated customer enrollment using mobile communication devices
CN109062925A (en) Automatically generate the method, apparatus, computer equipment and storage medium of insert sentence
CN109816364A (en) Transaction data processing method, device, computer equipment and storage medium
CN109961293A (en) Business method of payment, system, device, server and storage medium
CN112528201A (en) Method and device for calling third-party platform, computer equipment and storage medium
CN111143399B (en) Data processing method, device, storage medium and computer equipment
CN113361241A (en) Table configuration method and device, computer equipment and storage medium
CN112988997A (en) Response method and system of intelligent customer service, computer equipment and storage medium
CN110928534B (en) Workflow node authentication method and device based on block chain
CN107908950B (en) Electronic insurance policy generation method and device
CN109783606A (en) Data processing method, device, computer equipment and storage medium
CN114003432A (en) Parameter checking method and device, computer equipment and storage medium
US11436601B2 (en) Pre-built user interface for payment system and method
CN112612538A (en) Page service component configuration method and device, computer equipment and storage medium
US20240169336A1 (en) Systems and methods for dynamically switching payment mechanisms for outgoing payments
CN110688400A (en) Data processing method, data processing device, computer equipment and storage medium
US20230125177A1 (en) Methods and systems for matching and optimizing technology solutions to requested enterprise products

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210406

WD01 Invention patent application deemed withdrawn after publication