CN109460527B - Product data configuration method, device, computer equipment and storage medium - Google Patents

Product data configuration method, device, computer equipment and storage medium Download PDF

Info

Publication number
CN109460527B
CN109460527B CN201811115164.3A CN201811115164A CN109460527B CN 109460527 B CN109460527 B CN 109460527B CN 201811115164 A CN201811115164 A CN 201811115164A CN 109460527 B CN109460527 B CN 109460527B
Authority
CN
China
Prior art keywords
product
webpage
template
interface
identifier
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
CN201811115164.3A
Other languages
Chinese (zh)
Other versions
CN109460527A (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.)
Ping An Life Insurance Company of China Ltd
Original Assignee
Ping An Life Insurance Company 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 Ping An Life Insurance Company of China Ltd filed Critical Ping An Life Insurance Company of China Ltd
Priority to CN201811115164.3A priority Critical patent/CN109460527B/en
Publication of CN109460527A publication Critical patent/CN109460527A/en
Application granted granted Critical
Publication of CN109460527B publication Critical patent/CN109460527B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/08Insurance

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application relates to a method, a device, computer equipment and a storage medium for configuring product data based on data processing. The method comprises the following steps: receiving a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information; acquiring a preset template webpage according to the type of the product, wherein the template webpage is preconfigured with corresponding template fields; acquiring a preset field data table, and acquiring corresponding field data from the field data table according to configuration information; and matching the field data into the template field to obtain the configured template webpage. Acquiring a corresponding interface identifier according to the product identifier and the product type; calling a corresponding function code through an interface corresponding to the interface identifier; and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage. The method can effectively improve the configuration efficiency of the insurance product, and further effectively improve the online efficiency of the insurance product.

Description

Product data configuration method, device, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and apparatus for configuring product data based on data processing, a computer device, and a storage medium.
Background
With the development of Chinese economy and the improvement of resident life quality, insurance service has become very important guarantee service, and the insurance industry is also vigorously developed. With the rapid development of computer technology, the traditional mode of marketing insurance products off line is broken, and the efficiency of insurance sales can be effectively improved by selling the insurance products on line through the Internet. The insurance products are also increasing according to market demands, so new insurance products need to be pushed out on line continuously.
In the conventional manner, when the insurance product is online, a developer needs to develop a corresponding product webpage according to different insurance products. However, this approach may result in complicated development process for front-end and back-end developers, and large workload of development joint debugging, which may result in lower online efficiency of insurance products. Therefore, how to effectively improve the online efficiency of insurance products is a technical problem to be solved at present.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a product data configuration method, apparatus, computer device, and storage medium that can effectively improve the on-line efficiency of a product.
A method of product data configuration, comprising:
receiving a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information;
acquiring a preset template webpage according to the product type, wherein the template webpage is pre-configured with corresponding template fields;
Acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information;
matching the field data into the template field to obtain a configured template webpage;
acquiring a corresponding interface identifier according to the product identifier and the product type;
calling a corresponding function code through an interface corresponding to the interface identifier;
and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage.
In one embodiment, before receiving the product online command sent by the first terminal, the method further includes:
acquiring a preset template webpage corresponding to a product type, wherein the template webpage comprises a corresponding interface identifier;
associating the product type with an interface identifier corresponding to the template webpage;
And generating an interface mapping table according to the product identifier, the product type and the corresponding interface identifier.
In one embodiment, the obtaining the corresponding interface identifier according to the product identifier and the product type includes:
acquiring a predefined interface mapping table;
and acquiring a corresponding interface identifier from the interface mapping table according to the product identifier and the product type.
In one embodiment, the template web page includes a plurality of controls, the controls include corresponding control identifications, and the generating a product web page corresponding to the product identifications according to the configured template web page and the function code includes:
Acquiring corresponding interface parameters according to the control identification;
Associating the control with a corresponding function code according to the interface parameter;
And generating a product webpage corresponding to the product identifier through the configuration template webpage and the function codes after the control is associated with the configuration template webpage.
In one embodiment, the method further comprises:
acquiring interface parameters of a third party platform;
associating the interface parameters corresponding to the product web page with the interface parameters of the third party platform, and configuring the interface of the third party platform;
and publishing the product web page on the third party platform through the configured interface.
In one embodiment, after the generating the product web page corresponding to the product identifier according to the configured template web page and the function code, the method further includes:
Receiving a test command sent by a second terminal, wherein the test command comprises a plurality of function test requests;
Responding to the plurality of functional test requests and generating corresponding test information;
checking the test information according to a preset test logic;
and when the verification is passed, publishing the product webpage.
In one embodiment, the method further comprises:
Receiving an access request sent by a user terminal;
sending the product webpage to the user terminal according to the access request;
receiving an application request sent by a user terminal through the product webpage, wherein the application request comprises user information and a product type;
And acquiring corresponding interface parameters according to the product types, and calling a corresponding insuring system according to the interface parameters so that the insuring system processes the insuring request according to the user information and the product types.
A product data configuration apparatus comprising:
the receiving module is used for receiving a product online instruction sent by the first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information;
the acquisition module is used for acquiring a preset template webpage according to the product type, wherein the template webpage is pre-configured with corresponding template fields; acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information;
The configuration module is used for matching the field data into the template field to obtain a configured template webpage;
the acquisition module is also used for acquiring a corresponding interface identifier according to the product identifier and the product type;
The calling module is used for calling the corresponding function codes through the interfaces corresponding to the interface identifiers;
And the release module is used for generating a product webpage corresponding to the product identifier according to the configured template webpage and the functional code and releasing the product webpage.
A computer device comprising a memory storing a computer program and a processor which when executing the computer program performs the steps of:
receiving a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information;
acquiring a preset template webpage according to the product type, wherein the template webpage is pre-configured with corresponding template fields;
Acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information;
matching the field data into the template field to obtain a configured template webpage;
acquiring a corresponding interface identifier according to the product identifier and the product type;
calling a corresponding function code through an interface corresponding to the interface identifier;
and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
receiving a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information;
acquiring a preset template webpage according to the product type, wherein the template webpage is pre-configured with corresponding template fields;
Acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information;
matching the field data into the template field to obtain a configured template webpage;
acquiring a corresponding interface identifier according to the product identifier and the product type;
calling a corresponding function code through an interface corresponding to the interface identifier;
and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage.
The method, the device, the computer equipment and the storage medium for configuring the product data comprise the steps that a server receives a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information; acquiring a preset template webpage according to the type of the product, wherein the template webpage is preconfigured with corresponding template fields; acquiring a preset field data table, and acquiring corresponding field data from the field data table according to configuration information; and matching the field data into the template field to obtain the configured template webpage. Thereby, a web page corresponding to the product identification can be quickly generated. Acquiring a corresponding interface identifier according to the product identifier and the product type; calling a corresponding function code through an interface corresponding to the interface identifier; and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage. Because the functional codes of the product web page and the rear end are separated, when the product is ensured to be on line, the corresponding functional codes can be directly called according to the pre-associated interface without redevelopment, so that the configuration efficiency of the product can be effectively improved, and the on-line efficiency of the product is further effectively improved.
Drawings
FIG. 1 is an application scenario diagram of a product data configuration method in one embodiment;
FIG. 2 is a flow chart of a method of configuring product data in one embodiment;
FIG. 3 is a flowchart illustrating a step of generating a product web page corresponding to a product identifier in one embodiment;
FIG. 4 is a flowchart illustrating a step of publishing a product web page at a third party platform in one embodiment;
FIG. 5 is a block diagram of a product data configuration device in one embodiment;
fig. 6 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
The product data configuration method provided by the application can be applied to an application environment shown in figure 1. The first terminal 102 communicates with the server 104 via a network. The first terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, and tablet computers, and the server 104 may be implemented as a stand-alone server or a server cluster formed by a plurality of servers. The server 104 receives a product online instruction sent by the first terminal 102, wherein the product online instruction carries a product identifier, a product type and configuration information; the server 104 further obtains a preset field data table, and obtains corresponding field data from the field data table according to configuration information; and matching the field data into the template field to obtain the configured template webpage. Thereby, a web page corresponding to the product identification can be quickly generated. The server 104 obtains a corresponding interface identifier according to the product identifier and the product type; calling a corresponding function code through an interface corresponding to the interface identifier; and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage. Because the functional codes of the product web page and the rear end are separated, when the product is on line, the corresponding functional codes can be directly called according to the pre-associated interface without redevelopment, so that the configuration efficiency of the insurance product can be effectively improved, and the on-line efficiency of the insurance product is further effectively improved.
In one embodiment, as shown in fig. 2, a product data configuration method is provided, and the method is applied to the server in fig. 1 for illustration, and includes the following steps:
Step 202, receiving a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information.
The first terminal may be a terminal corresponding to the developer. The online products can be insurance products, each insurance product has a corresponding product type, and in the online process of the insurance products, a developer can send an online product instruction to the server through the first terminal. The product on-line instruction carries product identification, product type and configuration information. The configuration information may include a plurality of field information, where the field information may be specific insurance product information corresponding to the insurance product, for example, product code, saleable status, policy type, underwriting mode, quotation and guarantee range. Further, the field information may be represented by a preset code.
Step 204, obtaining a preset template webpage according to the product type, wherein the template webpage is preconfigured with corresponding template fields.
Step 206, acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information.
The developer can develop template web pages corresponding to different product types in advance through the first terminal, and corresponding template fields, corresponding field controls and the like are configured in the template web pages in advance. For example, the template web page may be a web page including html and css, or may be a web page such as a terminal application page. The developer can also preset a field data table by using the first terminal, wherein detailed field data such as field names, field types, corresponding field parameters and the like required by various insurance products are stored in the field data table. After receiving the product online instruction sent by the first terminal, the server acquires a preset template webpage according to the product type in the product online instruction, and acquires a preset field data table.
And step 208, matching the field data into the template field to obtain the configured template webpage.
The server can acquire corresponding field data from the field data table according to the field information in the configuration information. The field information in the configuration information may not be perfect, or may be just the code corresponding to the field information. It is necessary to acquire corresponding detailed field data from the field data table according to the field information. And after the server acquires the field data of the insurance product, the field data is matched into the template field of the template webpage. Specifically, the field data includes a corresponding field name and a field parameter, the field data is matched with the template field according to the field name and the field parameter, and the field data is added into the template field. Therefore, the field data can be effectively configured, and the configured template webpage is further obtained.
Step 210, obtaining the corresponding interface identifier according to the product identifier and the product type.
Step 212, calling the corresponding function code through the interface corresponding to the interface identifier.
After the server configures the template web page to obtain a configured template web page, the server obtains a corresponding interface identifier according to the product identifier and the product type. Specifically, the server may pre-associate the product type with the interface identifier corresponding to the template webpage, and generate the interface mapping table according to the product identifier and the product type and the corresponding interface identifier. For example, the template web page and the function code can asynchronously interact data in a general Ajax mode through a Restful style interface. The server can further acquire the corresponding interface identifier from the interface mapping table according to the product identifier and the product type.
Template web pages corresponding to different product types all have corresponding function codes, and the function codes can be developed in advance by a developer through the first terminal according to functions required by the template web pages. The server may call the corresponding function code through the interface corresponding to the interface identifier.
Step 214, generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage.
The template webpage comprises a plurality of controls, and the controls comprise corresponding control identifications. After the server calls the corresponding function codes through the interface corresponding to the interface identifier, the function codes can also comprise the function codes corresponding to the plurality of controls, and the server correlates the controls with the corresponding function codes according to the control identifier. And the server generates a product webpage corresponding to the product identifier according to the configured template webpage and the associated function code, and issues the product webpage. After the product web page of the insurance product is released and online, a user can perform operations such as testing, checking, paying, underwriting, inquiring and signing an electronic policy and the like through the product web page. The template webpage at the front end and the function codes at the rear end are separated, and the configuration is directly carried out when the insurance product is on line. Therefore, the product web page of the insurance product can be rapidly and effectively configured, and the insurance product can be effectively online.
In the product data configuration method, a server receives a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information; acquiring a preset template webpage according to the type of the product, wherein the template webpage is preconfigured with corresponding template fields; acquiring a preset field data table, and acquiring corresponding field data from the field data table according to configuration information; and matching the field data into the template field to obtain the configured template webpage. Thereby, a web page corresponding to the product identification can be quickly generated. Acquiring a corresponding interface identifier according to the product identifier and the product type; calling a corresponding function code through an interface corresponding to the interface identifier; and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage. Because the functional codes of the product web page and the rear end are separated, when the insurance product is on line, the corresponding functional codes can be directly called according to the pre-associated interface without redevelopment, so that the configuration efficiency of the insurance product can be effectively improved, and the on-line efficiency of the insurance product is further effectively improved.
In one embodiment, before receiving the product online instruction sent by the first terminal, the method further includes: acquiring a preset template webpage corresponding to the product type, wherein the template webpage comprises a corresponding interface identifier; interface identifiers corresponding to the product type association template webpages; and generating an interface mapping table according to the product identifier and the product type and the corresponding interface identifier.
The server may also pre-establish an interface mapping table before the insurance product is brought online. The template web page only comprises web page data such as page elements, page styles and the like, and the logic function codes corresponding to the template web page can be pre-developed and then stored in the corresponding database. The template web page is associated with the corresponding function code via the interface identifier.
Specifically, the template webpage comprises corresponding interface identifiers, the server obtains the corresponding preset template webpage according to the product type, associates the corresponding interface identifiers of the template webpage with the product type, and generates an interface mapping table according to the product identifier and the product type and the corresponding interface identifiers. Further, the interface mapping table may further include an interface call parameter corresponding to the interface identifier. Through pre-establishing the interface mapping table, the corresponding template webpage and function codes can be effectively invoked in the online process of the insurance product, and the online efficiency of the insurance product is further effectively improved.
In one embodiment, obtaining the corresponding interface identifier according to the product identifier and the product type includes: acquiring a predefined interface mapping table; and acquiring the corresponding interface identification from the interface mapping table according to the product identification and the product type.
After receiving the product online instruction sent by the first terminal, the server carries the product identifier, the product type and the configuration information. The server acquires a preset template webpage according to the type of the product, and corresponding template fields are preconfigured in the template webpage. The server acquires a preset field data table, acquires corresponding field data from the field data table according to the configuration information, and matches the field data to the template field, thereby obtaining the configured template webpage.
After the server configures the template web page to obtain a configured template web page, the server obtains a corresponding interface identifier according to the product identifier and the product type. Specifically, the server may obtain a pre-established interface mapping table, where template web pages corresponding to different product types all have corresponding function codes, and the function codes may be pre-developed by a developer through the first terminal according to functions required by the template web pages. The server may call the corresponding function code through the interface corresponding to the interface identifier. The interface mapping table stores the mapping relation between the product identifier and the product type and the corresponding interface identifier. Therefore, the server can effectively acquire the corresponding interface identifier from the interface mapping table according to the product identifier and the product type, and the configuration efficiency of the insurance product can be effectively improved.
In one embodiment, the template web page includes a plurality of controls, and the controls include corresponding control identifications. As shown in fig. 3, the steps of generating a product web page corresponding to the product identifier according to the configured template web page and the function code specifically include the following contents:
Step 302, obtaining corresponding interface parameters according to the control identification;
step 304, associating the control with the corresponding function code according to the interface parameter;
and 306, generating a product webpage corresponding to the product identifier through the function codes after configuring the template webpage and the associated control.
After receiving the product online instruction sent by the first terminal, the server carries the product identifier, the product type and the configuration information. The server acquires a preset template webpage according to the type of the product, and corresponding template fields are preconfigured in the template webpage. The server acquires a preset field data table, acquires corresponding field data from the field data table according to the configuration information, and matches the field data to the template field, thereby obtaining the configured template webpage.
After the server configures the template web page to obtain a configured template web page, the server obtains a corresponding interface identifier according to the product identifier and the product type, and calls a corresponding function code according to the interface identifier, wherein the function code can also comprise function codes corresponding to a plurality of controls.
The template webpage comprises a plurality of controls, and each control comprises a corresponding control identifier. Each control is associated with the logical function code of the backend through a corresponding interface parameter. And the server calls the corresponding function code through the interface corresponding to the interface identifier, and then obtains the interface parameter of the corresponding function code according to the control identifier of the control in the template webpage. And the server associates the control with the corresponding function code according to the control identification and the interface parameter. And the server generates a product webpage corresponding to the product identifier according to the configured template webpage and the function code after the control is associated with the template webpage, and issues the product webpage. The control is associated with the corresponding functional code through the interface parameter, so that the product webpage of the insurance product can be rapidly and effectively configured, and the online efficiency of the insurance product can be effectively improved.
In one embodiment, as shown in fig. 4, the method further includes the step of publishing the product web page on a third party platform, which specifically includes the following contents:
step 402, obtaining interface parameters of a third party platform;
step 404, associating the interface parameters corresponding to the product web page with the interface parameters of the third party platform, and configuring the interface of the third party platform;
And step 406, publishing the product web page on a third party platform through the configured interface.
After receiving the product online instruction, the server carries the product identifier, the product type and the configuration information. And acquiring a preset template webpage and a field data table according to the product type, acquiring corresponding field data from the field data table according to the configuration information, and matching the field data into the template field, thereby obtaining the configured template webpage. The server obtains a corresponding interface identifier according to the product identifier and the product type; calling a corresponding function code through an interface corresponding to the interface identifier; and generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage. The server may issue the product web page in a preset web page or application program. For example, online publication may be performed in an official webpage or an official application corresponding to the server.
After the server publishes the product webpage corresponding to the product, the server can publish the product webpage on a third party platform. For example, the insurance product may be online on a third party platform such as a third party platform web page, a WeChat applet, or the like. Specifically, the server acquires the interface parameters of the third-party platform, and associates the interface parameters corresponding to the product web page of the insurance product with the interface parameters of the third-party platform by adding the interface parameters corresponding to the product web page of the insurance product to the interface, and configures the interface of the third-party platform.
And establishing an association relation with a product webpage of the insurance product through the interface identifier, and publishing the product webpage and the configuration information to a corresponding third-party platform through the interface. After the insurance product is separated from the front end and the rear end and is on line, the interface of the third party platform is configured, so that the insurance product can be rapidly on line on the third party platform, and the on-line efficiency of the insurance product is effectively improved.
Further, the server may also publish the insurance product on a plurality of third party platforms and configure interfaces of the plurality of third party platforms to manage the interfaces of the plurality of third party platforms. Through pushing the online insurance products to a plurality of third party platforms and carrying out unified management on a plurality of third party platform interfaces, the interaction mode, the insurance application flow and the prompt information of each front end can be standardized, and the insurance application efficiency and the user experience of the user are effectively improved. Through pushing the online insurance products to a plurality of third party platforms and carrying out unified management on a plurality of third party platform interfaces, the interaction mode, the insurance application flow, the prompt information and the like of each front end can be standardized, and the insurance application efficiency and the user experience of a user are effectively improved.
In one embodiment, after generating the product web page corresponding to the product identifier according to the configured template web page and the function code, the method further comprises: receiving a test command sent by a second terminal, wherein the test command comprises a plurality of function test requests; responding to a plurality of functional test requests and generating corresponding test information; checking the test information according to a preset test logic; and when the verification is passed, releasing the product webpage.
After receiving the product online instruction, the server carries the product identifier, the product type and the configuration information. And acquiring a preset template webpage and a field data table according to the product type, acquiring corresponding field data from the field data table according to the configuration information, and matching the field data into the template field, thereby obtaining the configured template webpage. The server obtains the corresponding interface identification according to the product identification and the product type, calls the corresponding function code through the interface corresponding to the interface identification, and generates the product webpage corresponding to the product identification according to the configured template webpage and the function code.
After the server generates the product webpage corresponding to the product identifier according to the configured template webpage and the function code, the tester can further test the generated product webpage through the test terminal so as to ensure the accuracy of functions, logic and the like in the product webpage.
Specifically, after generating a product webpage corresponding to the product identifier, the server sends a prompt message to the first terminal and the second terminal, so that the second terminal wants the server to send a test command for the product webpage, and the test command can comprise test requests corresponding to a plurality of functions. The second terminal may be a terminal corresponding to the tester. After receiving the test command sent by the second terminal, the server responds to the corresponding test requests and generates corresponding test information.
The server can also preset corresponding test logic, and after the server generates the test information, the server acquires the preset test logic and verifies the test information according to the preset test logic. When the test information is consistent with the test logic, the verification is passed. And when the verification is passed, issuing a product webpage corresponding to the insurance product. The product web page corresponding to the online insurance product is tested and then released, so that the accuracy and the effectiveness of the product web page can be ensured, and the online efficiency of the insurance product can be effectively improved.
In one embodiment, the method further comprises: receiving an access request sent by a user terminal; sending the product webpage to a user terminal according to the access request; receiving an application request sent by a user terminal through a product webpage, wherein the application request comprises user information and a product type; and acquiring corresponding interface parameters according to the product types, and calling a corresponding application system according to the interface parameters so that the application system processes the application request according to the user information and the product types.
The server acquires a preset template webpage and a field data table, acquires corresponding field data from the field data table according to the configuration information, and matches the field data into the template field to obtain the configured template webpage. And obtaining a corresponding interface identifier according to the product identifier and the product type, and calling a corresponding function code according to an interface corresponding to the interface identifier. And the server generates a product webpage corresponding to the product identifier through configuration of the template webpage and the corresponding function code, and issues the product webpage. The server may issue the product web page in a preset web page or application program. For example, online publication may be performed in an official webpage or an official application corresponding to the server.
After the server publishes the product webpage corresponding to the insurance product, a user can conduct operations such as testing, insurance application, insurance checking, payment, insurance underwriting, inquiring and signing electronic insurance policy and the like through the product webpage by using the user terminal. Specifically, the user terminal may send an access request to the server according to the product web page corresponding to the insurance product, and the server returns the product web page of the insurance product to the user terminal according to the access request. The product web page comprises an application control, and when the user terminal detects an operation instruction of clicking the application control by a user, an application request is generated and sent to the server. The application request includes user information and corresponding product types.
After receiving the application request sent by the user terminal, the server acquires corresponding interface parameters according to the product type, and invokes the corresponding application system according to the acquired interface parameters, so that the corresponding application system processes the application request according to the user information and the product type. Further, the user terminal can also initiate a test and protection request, a check and protection request, a query request and the like through the product webpage, so that the server invokes a corresponding system through a corresponding interface to perform test and protection, check and query and other processes. After the product web pages are rapidly and effectively configured and online, the application efficiency and the user experience of the user are improved, and the sales efficiency of insurance products is also effectively improved.
It should be understood that, although the steps in the flowcharts of fig. 2-4 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 2-4 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or steps.
In one embodiment, as shown in fig. 5, there is provided a product data configuration apparatus comprising: a receiving module 502, an obtaining module 504, a configuring module 506, a calling module 508, and a publishing module 510, wherein:
The receiving module 502 is configured to receive a product online instruction sent by the first terminal, where the product online instruction carries a product identifier, a product type and configuration information;
The obtaining module 504 is configured to obtain a preset template webpage according to a product type, where the template webpage is preconfigured with a corresponding template field; acquiring a preset field data table, and acquiring corresponding field data from the field data table according to configuration information;
the configuration module 506 is configured to match the field data to the template field to obtain a configured template webpage;
the obtaining module 504 is further configured to obtain a corresponding interface identifier according to the product identifier and the product type;
A calling module 508, configured to call a corresponding function code through an interface corresponding to the interface identifier;
the publishing module 510 is configured to generate a product web page corresponding to the product identifier according to the configured template web page and the function code, and publish the product web page.
In one embodiment, before receiving the product online instruction sent by the first terminal, the obtaining module 504 is further configured to obtain a preset template webpage corresponding to the product type, where the template webpage includes a corresponding interface identifier; the device also comprises an interface mapping table generating module which is used for identifying the interface corresponding to the product type association template webpage; and generating an interface mapping table according to the product identifier and the product type and the corresponding interface identifier.
In one embodiment, the obtaining module 504 is further configured to obtain a predefined interface mapping table; and acquiring the corresponding interface identification from the interface mapping table according to the product identification and the product type.
In one embodiment, the template webpage includes a plurality of controls, the controls include corresponding control identifications, and the publishing module 510 is further configured to obtain corresponding interface parameters according to the control identifications; associating the control with the corresponding function code according to the interface parameter; and generating a product webpage corresponding to the product identifier through the configured template webpage and the function codes after the control is associated.
In one embodiment, the obtaining module 504 is further configured to obtain an interface parameter of the third party platform; the configuration module 506 is further configured to associate an interface parameter corresponding to the product web page with an interface parameter of the third party platform, and configure an interface of the third party platform; the publishing module 510 is further configured to publish the product web page on the third party platform through the configured interface.
In one embodiment, the receiving module 502 is further configured to receive a test command sent by the second terminal, where the test command includes a plurality of functional test requests; the device also comprises a test module, a test module and a test module, wherein the test module is used for responding to a plurality of functional test requests and generating corresponding test information; checking the test information according to a preset test logic; the publishing module 510 is further configured to publish the product web page after the verification is passed.
In one embodiment, the receiving module 502 is further configured to receive an access request sent by the user terminal; sending the product webpage to a user terminal according to the access request; receiving an application request sent by a user terminal through a product webpage, wherein the application request comprises user information and a product type; the invoking module 508 is further configured to obtain corresponding interface parameters according to the product type, and invoke a corresponding application system according to the interface parameters, so that the application system processes the application request according to the user information and the product type.
For specific limitations of the product data configuration device, reference may be made to the above limitations of the product data configuration method, and no further description is given here. The respective modules in the above-described product data configuration apparatus may be implemented in whole or in part by software, hardware, and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above 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. 6. 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 includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used for storing template web pages, function codes, configuration information and other data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a product data configuration method.
It will be appreciated by those skilled in the art that the structure shown in FIG. 6 is merely a block diagram of some of the structures associated with the present inventive arrangements and is not limiting of the computer device to which the present inventive arrangements may be applied, and that a particular computer device may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory storing a computer program and a processor that when executing the computer program performs the steps of:
and receiving a product online instruction sent by the first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information.
And acquiring a preset template webpage according to the product type, wherein the template webpage is preconfigured with corresponding template fields.
Acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information.
And matching the field data into the template field to obtain the configured template webpage.
And acquiring a corresponding interface identifier according to the product identifier and the product type.
And calling the corresponding function code through the interface corresponding to the interface identifier.
And generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage.
In one embodiment, the processor when executing the computer program further performs the steps of: acquiring a preset template webpage corresponding to the product type, wherein the template webpage comprises a corresponding interface identifier; interface identifiers corresponding to the product type association template webpages; and generating an interface mapping table according to the product identifier and the product type and the corresponding interface identifier.
In one embodiment, the processor when executing the computer program further performs the steps of: acquiring a predefined interface mapping table; and acquiring the corresponding interface identification from the interface mapping table according to the product identification and the product type.
In one embodiment, the template web page includes a plurality of controls, the controls include corresponding control identifications, and the processor when executing the computer program further implements the following steps: acquiring corresponding interface parameters according to the control identification; associating the control with the corresponding function code according to the interface parameter; and generating a product webpage corresponding to the product identifier through the configured template webpage and the function codes after the control is associated.
In one embodiment, the processor when executing the computer program further performs the steps of: acquiring interface parameters of a third party platform; associating interface parameters corresponding to the product web page with interface parameters of a third party platform, and configuring an interface of the third party platform; and publishing the product web page on a third party platform through the configured interface.
In one embodiment, the processor when executing the computer program further performs the steps of: receiving a test command sent by a second terminal, wherein the test command comprises a plurality of function test requests; responding to a plurality of functional test requests and generating corresponding test information; checking the test information according to a preset test logic; and when the verification is passed, releasing the product webpage.
In one embodiment, the processor when executing the computer program further performs the steps of: receiving an access request sent by a user terminal; sending the product webpage to a user terminal according to the access request; receiving an application request sent by a user terminal through a product webpage, wherein the application request comprises user information and a product type; and acquiring corresponding interface parameters according to the product types, and calling a corresponding application system according to the interface parameters so that the application system processes the application request according to the user information and the product types.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
and receiving a product online instruction sent by the first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information.
And acquiring a preset template webpage according to the product type, wherein the template webpage is preconfigured with corresponding template fields.
Acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information.
And matching the field data into the template field to obtain the configured template webpage.
And acquiring a corresponding interface identifier according to the product identifier and the product type.
And calling the corresponding function code through the interface corresponding to the interface identifier.
And generating a product webpage corresponding to the product identifier according to the configured template webpage and the function code, and publishing the product webpage.
In one embodiment, the computer program when executed by the processor further performs the steps of: acquiring a preset template webpage corresponding to the product type, wherein the template webpage comprises a corresponding interface identifier; interface identifiers corresponding to the product type association template webpages; and generating an interface mapping table according to the product identifier and the product type and the corresponding interface identifier.
In one embodiment, the computer program when executed by the processor further performs the steps of: acquiring a predefined interface mapping table; and acquiring the corresponding interface identification from the interface mapping table according to the product identification and the product type.
In one embodiment, the template web page includes a plurality of controls, the controls include corresponding control identifications, and the computer program when executed by the processor further performs the steps of: acquiring corresponding interface parameters according to the control identification; associating the control with the corresponding function code according to the interface parameter; and generating a product webpage corresponding to the product identifier through the configured template webpage and the function codes after the control is associated.
In one embodiment, the computer program when executed by the processor further performs the steps of: acquiring interface parameters of a third party platform; associating interface parameters corresponding to the product web page with interface parameters of a third party platform, and configuring an interface of the third party platform; and publishing the product web page on a third party platform through the configured interface.
In one embodiment, the computer program when executed by the processor further performs the steps of: receiving a test command sent by a second terminal, wherein the test command comprises a plurality of function test requests; responding to a plurality of functional test requests and generating corresponding test information; checking the test information according to a preset test logic; and when the verification is passed, releasing the product webpage.
In one embodiment, the computer program when executed by the processor further performs the steps of: receiving an access request sent by a user terminal; sending the product webpage to a user terminal according to the access request; receiving an application request sent by a user terminal through a product webpage, wherein the application request comprises user information and a product type; and acquiring corresponding interface parameters according to the product types, and calling a corresponding application system according to the interface parameters so that the application system processes the application request according to the user information and the product types.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile 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 (SYNCHLINK) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (10)

1. A method of product data configuration, comprising:
receiving a product online instruction sent by a first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information;
Acquiring a preset template webpage according to the product type, wherein the template webpage is pre-configured with corresponding template fields; the template webpage comprises a plurality of controls, wherein the controls comprise corresponding control identifications;
Acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information; the field data comprises a field name and a field parameter corresponding to the field information in the configuration information;
Matching the field data with the template field according to the field name and the field parameter, and adding the field data into the template field to obtain a configured template webpage;
acquiring a corresponding interface identifier according to the product identifier and the product type;
calling a corresponding function code through an interface corresponding to the interface identifier; the function codes also comprise function codes corresponding to a plurality of controls;
And acquiring corresponding interface parameters according to the control identification, associating the control with corresponding function codes according to the interface parameters, generating a product webpage corresponding to the product identification through the configuration template webpage and the function codes after associating the control, and publishing the product webpage.
2. The method of claim 1, further comprising, prior to receiving the product on-line command sent by the first terminal:
acquiring a preset template webpage corresponding to a product type, wherein the template webpage comprises a corresponding interface identifier;
associating the product type with an interface identifier corresponding to the template webpage;
And generating an interface mapping table according to the product identifier, the product type and the corresponding interface identifier.
3. The method of claim 2, wherein the obtaining the corresponding interface identifier from the product identifier and the product type comprises:
acquiring a predefined interface mapping table;
and acquiring a corresponding interface identifier from the interface mapping table according to the product identifier and the product type.
4. The method of claim 1, wherein after generating the product web page corresponding to the product identifier, further comprising:
Sending prompt information to the first terminal and the second terminal, wherein the prompt information enables the second terminal to send a test command for the product webpage; the second terminal is a terminal corresponding to the tester.
5. The method according to claim 1, wherein the method further comprises:
acquiring interface parameters of a third party platform;
associating the interface parameters corresponding to the product web page with the interface parameters of the third party platform, and configuring the interface of the third party platform;
and publishing the product web page on the third party platform through the configured interface.
6. The method of claim 1, wherein after generating the product web page corresponding to the product identifier, further comprising:
Receiving a test command sent by a second terminal, wherein the test command comprises a plurality of function test requests;
Responding to the plurality of functional test requests and generating corresponding test information;
checking the test information according to a preset test logic;
and when the verification is passed, publishing the product webpage.
7. The method according to claim 1, wherein the method further comprises:
Receiving an access request sent by a user terminal;
sending the product webpage to the user terminal according to the access request;
receiving an application request sent by a user terminal through the product webpage, wherein the application request comprises user information and a product type;
And acquiring corresponding interface parameters according to the product types, and calling a corresponding insuring system according to the interface parameters so that the insuring system processes the insuring request according to the user information and the product types.
8. A product data configuration apparatus comprising:
the receiving module is used for receiving a product online instruction sent by the first terminal, wherein the product online instruction carries a product identifier, a product type and configuration information;
The acquisition module is used for acquiring a preset template webpage according to the product type, wherein the template webpage is pre-configured with corresponding template fields; the template webpage comprises a plurality of controls, wherein the controls comprise corresponding control identifications; acquiring a preset field data table, and acquiring corresponding field data from the field data table according to the configuration information; the field data comprises a field name and a field parameter corresponding to the field information in the configuration information;
The configuration module is used for matching the field data with the template field according to the field name and the field parameter, and adding the field data into the template field to obtain a configured template webpage;
the acquisition module is also used for acquiring a corresponding interface identifier according to the product identifier and the product type;
the calling module is used for calling the corresponding function codes through the interfaces corresponding to the interface identifiers; the function codes also comprise function codes corresponding to a plurality of controls;
And the release module is used for acquiring corresponding interface parameters according to the control identification, associating the control with the corresponding function code according to the interface parameters, generating a product webpage corresponding to the product identification through the configuration template webpage and the function code after associating the control, and releasing the product webpage.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 7 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 7.
CN201811115164.3A 2018-09-25 2018-09-25 Product data configuration method, device, computer equipment and storage medium Active CN109460527B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811115164.3A CN109460527B (en) 2018-09-25 2018-09-25 Product data configuration method, device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811115164.3A CN109460527B (en) 2018-09-25 2018-09-25 Product data configuration method, device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109460527A CN109460527A (en) 2019-03-12
CN109460527B true CN109460527B (en) 2024-05-03

Family

ID=65606912

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811115164.3A Active CN109460527B (en) 2018-09-25 2018-09-25 Product data configuration method, device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109460527B (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110457312B (en) * 2019-07-05 2023-07-07 中国平安财产保险股份有限公司 Method, device, equipment and readable storage medium for collecting multi-type data
CN110597782B (en) * 2019-08-13 2023-03-21 未鲲(上海)科技服务有限公司 Database dynamic switching method and device, computer equipment and storage medium
CN110908657A (en) * 2019-11-15 2020-03-24 中国人民财产保险股份有限公司 Product generation method and device
CN111061476B (en) * 2019-11-18 2023-12-26 用友网络科技股份有限公司 Mobile template construction method, server and computer readable storage medium
CN111080459B (en) * 2019-11-21 2023-08-25 泰康保险集团股份有限公司 Configuration file configuration method and device and readable storage medium
CN111260477B (en) * 2019-12-02 2023-07-25 泰康保险集团股份有限公司 Writing and reading method and processing system for product object data information
CN112070616A (en) * 2020-01-06 2020-12-11 北京英大融实科技有限公司 Insurance product generation method and device, terminal equipment and storage medium
CN111598707B (en) * 2020-04-16 2023-06-13 中国人民财产保险股份有限公司 Page generation method and electronic equipment
CN111708582B (en) * 2020-05-21 2023-06-23 北京百度网讯科技有限公司 Online configuration method and device and electronic equipment
CN111897587B (en) * 2020-06-19 2023-10-31 深圳奇迹智慧网络有限公司 Internet of things application configuration method, device, computer equipment and storage medium
CN111897588B (en) * 2020-06-19 2024-04-02 深圳奇迹智慧网络有限公司 Product model configuration method, device, computer equipment and storage medium
CN111917824B (en) * 2020-06-19 2023-05-26 深圳奇迹智慧网络有限公司 Internet of things equipment configuration method and device, computer equipment and storage medium
CN112115338A (en) * 2020-09-15 2020-12-22 平安信托有限责任公司 Page query request processing method, device, equipment and storage medium
CN112148280B (en) * 2020-09-21 2022-04-01 中国电子科技网络信息安全有限公司 Block chain-based data evidence storage service templated development method
CN112181417B (en) * 2020-10-19 2023-09-22 中国工商银行股份有限公司 Front-end research and development configuration device and method
CN112099879B (en) * 2020-11-23 2021-03-12 成都新希望金融信息有限公司 Configuration information management method and device, computer equipment and storage medium
CN112651843A (en) * 2020-12-30 2021-04-13 中国平安人寿保险股份有限公司 Method and device for controlling product delivery mode, computer equipment and storage medium
CN113760288A (en) * 2021-08-31 2021-12-07 京东科技信息技术有限公司 Page generation method, page generation system and computer readable storage medium
CN113888340A (en) * 2021-10-18 2022-01-04 江苏中交车旺科技有限公司 Docking processing method, device, equipment and storage medium for configured insurance products
CN114170032B (en) * 2022-02-11 2022-07-12 北京优全智汇信息技术有限公司 Insurance product online method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102867053A (en) * 2012-09-12 2013-01-09 北京奇虎科技有限公司 Method, device and system for collecting effective information web pages in website information
WO2017158522A1 (en) * 2016-03-16 2017-09-21 Mcginty John O'neill Method and system for tracking products
CN107886439A (en) * 2017-12-21 2018-04-06 中国平安财产保险股份有限公司 Insurance products development approach, device, equipment and computer-readable recording medium
CN108228688A (en) * 2017-06-20 2018-06-29 上海吉贝克信息技术有限公司 A kind of template generation method based on XBRL, system and server
CN108446116A (en) * 2018-02-26 2018-08-24 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of the application program page

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100211885A1 (en) * 2009-02-19 2010-08-19 Vistaprint Technologies Limited Quick design user profiles for improving design time of personalized products
US10839041B2 (en) * 2017-01-25 2020-11-17 Walmart Apollo, Llc Systems, method, and non-transitory computer-readable storage media for a partial-render operation generating code for displaying a webpage

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102867053A (en) * 2012-09-12 2013-01-09 北京奇虎科技有限公司 Method, device and system for collecting effective information web pages in website information
WO2017158522A1 (en) * 2016-03-16 2017-09-21 Mcginty John O'neill Method and system for tracking products
CN108228688A (en) * 2017-06-20 2018-06-29 上海吉贝克信息技术有限公司 A kind of template generation method based on XBRL, system and server
CN107886439A (en) * 2017-12-21 2018-04-06 中国平安财产保险股份有限公司 Insurance products development approach, device, equipment and computer-readable recording medium
CN108446116A (en) * 2018-02-26 2018-08-24 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of the application program page

Also Published As

Publication number Publication date
CN109460527A (en) 2019-03-12

Similar Documents

Publication Publication Date Title
CN109460527B (en) Product data configuration method, device, computer equipment and storage medium
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN108446116B (en) Application program page generation method and device, computer equipment and storage medium
CN109474662B (en) Product data publishing method and device, computer equipment and storage medium
CN109582303B (en) General component calling method, device, computer equipment and storage medium
CN108804159B (en) Javascript module loading method and preprocessing method and device thereof, and computer equipment
WO2020192134A1 (en) Exception handling method and apparatus based on spring mvc, and computer device and storage medium
CN108255701B (en) Scene testing method and mobile terminal
CN110636106B (en) Information pushing method and device, computer equipment and storage medium
CN109144487B (en) Method, device, computer equipment and storage medium for developing business of parts
CN111831542B (en) API application debugging method and device and storage medium
CN110083384B (en) Application programming interface creating method and device
CN114531477B (en) Method and device for configuring functional components, computer equipment and storage medium
CN112395202B (en) Interface automation test method and device, computer equipment and storage medium
CN111598575A (en) Business process control method and device, electronic equipment and readable storage medium
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN111431767B (en) Multi-browser resource synchronization method and device, computer equipment and storage medium
CN111309991B (en) Query statement generation method and device and data query method and system
CN109542962B (en) Data processing method, data processing device, computer equipment and storage medium
CN112612706A (en) Automated testing method, computer device and storage medium
CN111901383A (en) Data request processing method and device, computer equipment and storage medium
CN117131545A (en) Data processing method and device, storage medium and terminal
CN113157754B (en) Method, device and equipment for displaying flow form data and storage medium
CN112052171B (en) Test message processing method and device, computer equipment and storage medium
CN114003486A (en) Plug-in debugging method, client, server and storage medium

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