CN112947911A - Interface script generation method, device, equipment and storage medium - Google Patents

Interface script generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN112947911A
CN112947911A CN202110455959.4A CN202110455959A CN112947911A CN 112947911 A CN112947911 A CN 112947911A CN 202110455959 A CN202110455959 A CN 202110455959A CN 112947911 A CN112947911 A CN 112947911A
Authority
CN
China
Prior art keywords
interface
information
acquiring
request
type
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
CN202110455959.4A
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 Puhui Enterprise Management Co Ltd
Original Assignee
Ping An Puhui Enterprise Management 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 Puhui Enterprise Management Co Ltd filed Critical Ping An Puhui Enterprise Management Co Ltd
Priority to CN202110455959.4A priority Critical patent/CN112947911A/en
Publication of CN112947911A publication Critical patent/CN112947911A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to an operation and maintenance technology and provides an interface script generation method, device, equipment and storage medium. The method can determine an interface type according to an interface newly-added request, obtain an interface file corresponding to the interface type, generate a page template according to the interface file, determine a requesting user according to the interface newly-added request, send the page template to a user terminal of the requesting user, determine a filling log according to the requesting user and the user terminal, extract filling information of the requesting user on the page template on the user terminal from the filling log, obtain a form frame according to the interface type, obtain a code frame according to the interface type, and record the filling information into the form frame and the code frame to obtain an interface script. The invention can accurately and quickly add new interfaces on the wind control system. Furthermore, the invention also relates to a blockchain technology, and the interface script can be stored in a blockchain.

Description

Interface script generation method, device, equipment and storage medium
Technical Field
The present invention relates to the field of operation and maintenance technologies, and in particular, to a method, an apparatus, a device, and a storage medium for generating an interface script.
Background
The wind control system generally needs to provide various data for the blaze tool to execute the wind control strategy, and therefore, an interface needs to be added to the wind control system to obtain new data. At present, when an interface is newly added to a wind control system, a developer usually writes a configuration table and interface codes of the interface, however, the newly added interface on the wind control system relates to the configuration of multiple tables and the writing of multiple sections of codes, which easily results in the omission of the configuration table and the codes, and thus, the interface cannot be accurately and quickly added to the wind control system.
Disclosure of Invention
In view of the foregoing, it is desirable to provide an interface script generating method, apparatus, device and storage medium, which can accurately and quickly add an interface to a wind control system.
In one aspect, the present invention provides an interface script generating method, where the interface script generating method includes:
when an interface newly-added request is received, determining the type of an interface according to the interface newly-added request;
acquiring an interface file corresponding to the interface type;
generating a page template according to the interface file;
determining a requesting user according to the interface newly-added request, and sending the page template to a user terminal of the requesting user;
determining a filling log according to the requesting user and the user terminal, and extracting filling information of the requesting user on the page template on the user terminal from the filling log;
acquiring a table frame according to the interface type and acquiring a code frame according to the interface type;
and inputting the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface newly-added request.
According to the preferred embodiment of the present invention, the determining the interface type according to the interface addition request includes:
analyzing the message of the interface newly-adding request to obtain the data information carried by the message;
acquiring a preset label from a label library, wherein the preset label is used for indicating the type;
acquiring information corresponding to the preset label from the data information as a type number;
and determining the type corresponding to the type number as the interface type.
According to a preferred embodiment of the present invention, the acquiring the interface file corresponding to the interface type includes:
determining a triggering system of the interface newly-added request;
determining a path in which a file is stored on the trigger system as an interface library, wherein the interface library stores a file corresponding to a system interface in the trigger system;
and acquiring a file corresponding to the type number from the interface library as the interface file.
According to the preferred embodiment of the present invention, the generating a page template according to the interface file includes:
determining the same configuration information in the interface file as basic information;
determining the information quantity of the basic information, and acquiring a preset template corresponding to the information quantity, wherein the number of items in the preset template is the same as the information quantity;
and writing the basic information into the preset template to obtain the page template.
According to a preferred embodiment of the present invention, the sending the page template to the user terminal of the requesting user includes:
acquiring a request number of the interface newly-adding request;
packaging the request number and the page template to obtain a request feedback packet;
acquiring a binding terminal of the requesting user, and determining the acquired binding terminal as the user terminal;
acquiring a terminal address of the user terminal;
and sending the request feedback packet to the terminal address.
According to a preferred embodiment of the present invention, after the filling information is entered into the table frame and the code frame to obtain the interface script corresponding to the interface addition request, the method further includes:
acquiring a parameter specification corresponding to the interface type;
judging whether the interface script accords with the parameter specification;
if the interface script conforms to the parameter specification, generating prompt information according to the request number and the interface script;
encrypting the prompt information by adopting a symmetric encryption technology to obtain a ciphertext;
and sending the ciphertext to the user terminal.
According to a preferred embodiment of the present invention, the entering the filling information into the table frame and the code frame to obtain the interface script corresponding to the interface addition request includes:
acquiring a label containing a preset space from the table frame as a first label to be filled;
acquiring information corresponding to the first label to be filled from the filling information, inputting the information into the meter frame, and acquiring a target data table corresponding to the meter frame;
acquiring a label containing the preset blank space from the code frame as a second label to be filled;
acquiring information corresponding to the second label to be filled from the filling information, inputting the information into the code frame, and acquiring a target code corresponding to the code frame;
and determining the target data table and the target code as the interface script.
In another aspect, the present invention further provides an interface script generating apparatus, including:
the determining unit is used for determining the type of the interface according to the interface newly-increased request when the interface newly-increased request is received;
the acquisition unit is used for acquiring an interface file corresponding to the interface type;
the generating unit is used for generating a page template according to the interface file;
the sending unit is used for determining a requesting user according to the interface newly-added request and sending the page template to a user terminal of the requesting user;
the extraction unit is used for determining a filling log according to the request user and the user terminal and extracting filling information of the request user on the page template on the user terminal from the filling log;
the acquisition unit is further used for acquiring a table frame according to the interface type and acquiring a code frame according to the interface type;
and the input unit is used for inputting the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface newly-added request.
In another aspect, the present invention further provides an electronic device, including:
a memory storing computer readable instructions; and
a processor executing computer readable instructions stored in the memory to implement the interface script generation method.
In another aspect, the present invention also provides a computer-readable storage medium, in which computer-readable instructions are stored, and the computer-readable instructions are executed by a processor in an electronic device to implement the interface script generation method.
According to the technical scheme, the page template can be accurately acquired from the configuration library through the interface type, the page template is stored with the information tag corresponding to the information required by adding the interface, so that the interface script can be completely generated by acquiring the filling information of the requesting user to the page template, meanwhile, the filling information on the user terminal is acquired, the filling information can be prevented from being tampered, the accuracy of adding the interface on the wind control system can be further improved, in addition, the page template, the table frame and the code frame are generated in advance, the information on the page template, the table frame and the code frame does not need to be written when the interface script is generated, and therefore, the interface script can be generated quickly.
Drawings
FIG. 1 is a flow chart of the preferred embodiment of the interface script generation method of the present invention.
FIG. 2 is a functional block diagram of the interface script generating apparatus according to the preferred embodiment of the present invention.
FIG. 3 is a schematic structural diagram of an electronic device implementing a preferred embodiment of the interface script generation method according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
FIG. 1 is a flow chart of the interface script generating method according to the preferred embodiment of the present invention. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The interface script generation method is applied to one or more electronic devices, which are devices capable of automatically performing numerical calculation and/or information processing according to computer readable instructions set or stored in advance, and the hardware of the electronic devices includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The electronic device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive Internet Protocol Television (IPTV), a smart wearable device, and the like.
The electronic device may include a network device and/or a user device. Wherein the network device includes, but is not limited to, a single network electronic device, an electronic device group consisting of a plurality of network electronic devices, or a Cloud Computing (Cloud Computing) based Cloud consisting of a large number of hosts or network electronic devices.
The network in which the electronic device is located includes, but is not limited to: the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
And S10, when the interface addition request is received, determining the interface type according to the interface addition request.
In at least one embodiment of the invention, the interface addition request may be triggered by a developer. The information carried in the interface addition request includes, but is not limited to: the interface type, request number, etc.
The interface type is used for indicating the type of the interface which needs to be newly added on the wind control system.
In at least one embodiment of the present invention, the determining, by the electronic device, the interface type according to the interface addition request includes:
analyzing the message of the interface newly-adding request to obtain the data information carried by the message;
acquiring a preset label from a label library, wherein the preset label is used for indicating the type;
acquiring information corresponding to the preset label from the data information as a type number;
and taking the type corresponding to the type number as the interface type.
Wherein the data information includes, but is not limited to: the interface type.
The tag library stores a plurality of predefined tags corresponding to the interfaces.
The type number refers to the number of the interface type.
By analyzing the message, the analysis efficiency of the interface new request can be improved because the whole interface new request does not need to be analyzed, so that the acquisition efficiency of the data information is improved, and meanwhile, the preset label can uniquely identify the type, so that the interface type can be accurately determined through the preset label.
Specifically, the electronic device obtains a tag of an indicated type from the tag library as the preset tag.
And S11, acquiring the interface file corresponding to the interface type.
In at least one embodiment of the present invention, the interface file refers to an interface script file that triggers an interface on a system to be of the type of the interface.
In at least one embodiment of the present invention, the acquiring, by the electronic device, the interface file corresponding to the interface type includes:
determining a triggering system of the interface newly-added request;
determining a path in which a file is stored on the trigger system as an interface library, wherein the interface library stores a file corresponding to a system interface in the trigger system;
and acquiring a file corresponding to the type number from the interface library as the interface file.
The triggering system is a system for triggering generation of the interface addition request, and the triggering system may be the wind control system.
The trigger system can be accurately determined through the interface newly-added request, and then the interface library can be accurately determined, so that the interface file can be accurately and quickly acquired from the interface library through the type number.
Specifically, the system for determining, by the electronic device, the triggering of the interface addition request includes:
analyzing a message header of the interface newly-added request to obtain address information carried by the message header;
extracting address information indicating transmission from the address information as a target address;
acquiring a request number of the interface newly-adding request;
acquiring a trigger log on the target address, and extracting a log corresponding to the request number from the trigger log as a target log;
and acquiring the trigger system of the interface newly-adding request from the target log.
The address information can be quickly acquired through the message header, so that the target address can be quickly acquired, all logs can be quickly acquired through the target address, and the determining efficiency of the trigger system is improved.
And S12, generating a page template according to the interface file.
In at least one embodiment of the present invention, the page template is generated according to an interface file corresponding to the interface type on the wind control system. Furthermore, under the same interface type, the interface files corresponding to the interfaces of different versions are different.
In at least one embodiment of the present invention, the page template stores an information tag corresponding to information required when an interface is newly added.
In at least one embodiment of the present invention, the generating, by the electronic device, a page template according to the interface file includes:
determining the same configuration information in the interface file as basic information;
determining the information quantity of the basic information, and acquiring a preset template corresponding to the information quantity, wherein the number of items in the preset template is the same as the information quantity;
and writing the basic information into the preset template to obtain the page template.
The basic information refers to information required by the newly added interface.
The information amount refers to the number of the basic information.
Through the analysis the interface file can accurately determine the basic information, through the information quantity of the basic information determines the preset template, the number of items in the preset template which can be avoided from being determined is different from the information quantity, so that the generated template redundancy is avoided, or the number of items which are newly added in the preset template is avoided, and the generation efficiency of the page template is improved.
Specifically, the electronic device determining the information amount of the basic information includes:
and calculating the quantity of the basic information to obtain the information quantity.
In at least one embodiment of the present invention, before obtaining the preset template corresponding to the information amount, the method further includes:
generating a plurality of templates with different numbers of terms to obtain the preset template;
and storing the mapping relation between the preset template and the corresponding number of the items.
And the preset template can be conveniently and quickly acquired subsequently through the mapping relation.
In at least one embodiment of the present invention, after generating a page template from the interface file, the method further comprises:
acquiring a template number of the page template;
generating a mapping relation between the interface type and the generated number;
and storing the mapping relation into a configuration library.
Wherein the template number is used for indicating the page template.
By storing the mapping relation into the configuration library, the page template can be directly obtained from the configuration library when an interface is generated subsequently.
And S13, determining a requesting user according to the interface addition request, and sending the page template to the user terminal of the requesting user.
In at least one embodiment of the present invention, the requesting user refers to a user that triggers generation of the interface addition request, for example, the requesting user may be a developer.
The user terminal may be a binding terminal of the requesting user.
In at least one embodiment of the present invention, the determining, by the electronic device, the requesting user according to the interface addition request includes:
acquiring information for indicating a user from the data information as a user identification code;
and determining the user corresponding to the user identification code as the requesting user.
Wherein, the user identification code can be an identification number.
Through the embodiment, the user identification code can uniquely identify the requesting user, so that the requesting user can be accurately determined through the user identification code.
In at least one embodiment of the present invention, the sending, by the electronic device, the page template to the user terminal of the requesting user includes:
acquiring a request number of the interface newly-adding request;
packaging the request number and the page template to obtain a request feedback packet;
acquiring a binding terminal of the requesting user, and determining the acquired binding terminal as the user terminal;
acquiring a terminal address of the user terminal;
and sending the request feedback packet to the terminal address.
The request feedback packet refers to feedback information of the interface new adding request.
By acquiring the request number, the request feedback packet corresponding to the interface newly-added request can be generated, and the request feedback packet can be accurately sent to the user terminal by acquiring the terminal address of the user terminal.
S14, determining a filling log according to the requesting user and the user terminal, and extracting filling information of the requesting user on the page template from the filling log.
In at least one embodiment of the invention, the fill log records the operation of the requesting user entering the page template on the user terminal.
The filling information refers to information which is input to the page template by the requesting user on the user terminal.
In at least one embodiment of the present invention, the determining, by the electronic device, the filling log according to the requesting user and the user terminal includes:
acquiring all logs on the user terminal;
screening logs containing the user identification codes from all the logs as user logs;
and acquiring the template number of the page template, and screening the log containing the template number from the user log as a filling log.
Wherein the user log records the operation of the requesting user on the user terminal.
The user logs can be comprehensively screened from all the logs by acquiring all the logs on the user terminal, and meanwhile, the filling logs can be accurately screened from the user logs through the template numbers because the template numbers and the page templates have a mapping relation.
In at least one embodiment of the present invention, the electronic device extracting, from the filling log, filling information of the requesting user on the page template on the user terminal includes:
extracting information tags from the page template;
and extracting information corresponding to the information tag from the filling log as the filling information.
The information tag can accurately acquire the filling information from the filling log, and the filling information is acquired from the filling log, so that the filling information can be prevented from being tampered by other users, and the accuracy of the filling information can be ensured.
And S15, acquiring the table frame according to the interface type and acquiring the code frame according to the interface type.
In at least one embodiment of the present invention, the table frame refers to a frame corresponding to the interface type.
The code frame refers to a code frame corresponding to the interface type.
In at least one embodiment of the present invention, the electronic device obtaining the meter frame according to the interface type includes:
and acquiring a frame corresponding to the interface type from a first frame library as the table frame, wherein the first frame library stores mapping relations between a plurality of types and a data table.
In at least one embodiment of the invention, before retrieving a table frame according to the interface type, the method further comprises:
acquiring a plurality of interface configuration tables corresponding to the interface types;
acquiring the same configuration data from the plurality of interface code files as the table frame;
and storing the mapping relation between the table frame and the interface type to the first frame library.
By analyzing the plurality of interface configuration tables, the table frame can be quickly generated, so that the mapping relation between the table frame and the interface type is stored in the first frame library, the table frame can be quickly acquired from the first frame library according to the interface type, and the generation efficiency of the interface script is improved.
In at least one embodiment of the present invention, the electronic device obtaining a code frame according to the interface type includes:
and acquiring a frame corresponding to the interface type from a second frame library as the code frame, wherein the second frame library stores a plurality of types and code segment mapping relations.
In at least one embodiment of the invention, prior to obtaining a code framework according to the interface type, the method further comprises:
acquiring a plurality of interface code files corresponding to the interface types;
acquiring the same configuration frame from the plurality of interface code files as the code frame;
storing the mapping relation between the code frame and the interface type into the second frame library.
By analyzing the plurality of interface code files, the code frame can be quickly generated, so that the mapping relation between the code frame and the interface type is stored in the second frame library, the code frame can be quickly acquired from the second frame library according to the interface type subsequently, and the generation efficiency of the interface script is improved.
And S16, recording the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface addition request.
It is emphasized that the interface script may also be stored in a node of a blockchain in order to further ensure the privacy and security of the interface script.
In at least one embodiment of the present invention, the interface script refers to a code file required by the newly added interface.
In at least one embodiment of the present invention, the entering, by the electronic device, the filling information into the table frame and the code frame to obtain the interface script corresponding to the interface addition request includes:
acquiring a label containing a preset space from the table frame as a first label to be filled;
acquiring information corresponding to the first label to be filled from the filling information, inputting the information into the meter frame, and acquiring a target data table corresponding to the meter frame;
acquiring a label containing the preset blank space from the code frame as a second label to be filled;
acquiring information corresponding to the second label to be filled from the filling information, inputting the information into the code frame, and acquiring a target code corresponding to the code frame;
and determining the target data table and the target code as the interface script.
The representation form of the preset space may be, but is not limited to: a blank text box, etc.
The first label to be filled can be accurately acquired from the table frame through the preset space, the second label to be filled can be accurately acquired from the code frame through the preset space, the target data table can be accurately generated through the mapping relation between the filling information and the first label to be filled, the target code can be accurately generated through the mapping relation between the filling information and the second label to be filled, and therefore the interface script can be accurately generated.
In at least one embodiment of the present invention, after the filling information is recorded into the table frame and the code frame to obtain an interface script corresponding to the interface addition request, the method further includes:
acquiring a parameter specification corresponding to the interface type;
judging whether the interface script accords with the parameter specification;
if the interface script conforms to the parameter specification, generating prompt information according to the request number and the interface script;
encrypting the prompt information by adopting a symmetric encryption technology to obtain a ciphertext;
and sending the ciphertext to the user terminal.
The parameter specification refers to the writing specification of the interface script.
By judging whether the interface script accords with the parameter specification or not, the accurate interface script can be sent to the user terminal, so that the accuracy of adding an interface on a wind control system is improved, the interface script can be prevented from being tampered by encrypting the prompt message, and the safety of the interface script is improved.
As can be seen from the technical scheme, the invention can accurately acquire the page template from the configuration library through the interface type, because the page template is stored with the information label corresponding to the information needed when the interface is newly added, therefore, the interface script can be completely generated by acquiring the filling information of the requesting user to the page template, meanwhile, by acquiring the filling information on the user terminal, the filling information can be prevented from being tampered, and then the accuracy of adding new interface on the wind control system can be doubly improved, and in addition, because the page template, the table frame and the code frame are generated in advance, when the interface script is generated, the information on the page template, the table frame and the code frame does not need to be written, so that the interface script can be generated quickly.
Fig. 2 is a functional block diagram of an interface script generating apparatus according to a preferred embodiment of the present invention. The interface script generation apparatus 11 includes a determination unit 110, an acquisition unit 111, a generation unit 112, a transmission unit 113, an extraction unit 114, an entry unit 115, a storage unit 116, a judgment unit 117, and an encryption unit 118. The module/unit referred to herein is a series of computer readable instruction segments that can be accessed by the processor 13 and perform a fixed function and that are stored in the memory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
When receiving the interface addition request, the determining unit 110 determines the interface type according to the interface addition request.
In at least one embodiment of the invention, the interface addition request may be triggered by a developer. The information carried in the interface addition request includes, but is not limited to: the interface type, request number, etc.
The interface type is used for indicating the type of the interface which needs to be newly added on the wind control system.
In at least one embodiment of the present invention, the determining unit 110 determines the interface type according to the interface addition request, including:
analyzing the message of the interface newly-adding request to obtain the data information carried by the message;
acquiring a preset label from a label library, wherein the preset label is used for indicating the type;
acquiring information corresponding to the preset label from the data information as a type number;
and taking the type corresponding to the type number as the interface type.
Wherein the data information includes, but is not limited to: the interface type.
The tag library stores a plurality of predefined tags corresponding to the interfaces.
The type number refers to the number of the interface type.
By analyzing the message, the analysis efficiency of the interface new request can be improved because the whole interface new request does not need to be analyzed, so that the acquisition efficiency of the data information is improved, and meanwhile, the preset label can uniquely identify the type, so that the interface type can be accurately determined through the preset label.
Specifically, the determining unit 110 obtains a tag of an indicated type from the tag library as the preset tag.
The acquisition unit 111 acquires an interface file corresponding to the interface type.
In at least one embodiment of the present invention, the interface file refers to an interface script file that triggers an interface on a system to be of the type of the interface.
In at least one embodiment of the present invention, the acquiring unit 111 acquires the interface file corresponding to the interface type, including:
determining a triggering system of the interface newly-added request;
determining a path in which a file is stored on the trigger system as an interface library, wherein the interface library stores a file corresponding to a system interface in the trigger system;
and acquiring a file corresponding to the type number from the interface library as the interface file.
The triggering system is a system for triggering generation of the interface addition request, and the triggering system may be the wind control system.
The trigger system can be accurately determined through the interface newly-added request, and then the interface library can be accurately determined, so that the interface file can be accurately and quickly acquired from the interface library through the type number.
Specifically, the determining, by the obtaining unit 111, a triggering system of the interface addition request includes:
analyzing a message header of the interface newly-added request to obtain address information carried by the message header;
extracting address information indicating transmission from the address information as a target address;
acquiring a request number of the interface newly-adding request;
acquiring a trigger log on the target address, and extracting a log corresponding to the request number from the trigger log as a target log;
and acquiring the trigger system of the interface newly-adding request from the target log.
The address information can be quickly acquired through the message header, so that the target address can be quickly acquired, all logs can be quickly acquired through the target address, and the determining efficiency of the trigger system is improved.
The generating unit 112 generates a page template according to the interface file.
In at least one embodiment of the present invention, the page template is generated according to an interface file corresponding to the interface type on the wind control system. Furthermore, under the same interface type, the interface files corresponding to the interfaces of different versions are different.
In at least one embodiment of the present invention, the page template stores an information tag corresponding to information required when an interface is newly added.
In at least one embodiment of the present invention, the generating unit 112 generates the page template according to the interface file, including:
determining the same configuration information in the interface file as basic information;
determining the information quantity of the basic information, and acquiring a preset template corresponding to the information quantity, wherein the number of items in the preset template is the same as the information quantity;
and writing the basic information into the preset template to obtain the page template.
The basic information refers to information required by the newly added interface.
The information amount refers to the number of the basic information.
The basic information can be accurately determined by analyzing the interface file, the preset template can be determined by the information amount of the basic information, and the condition that the number of items in the preset template is different from the information amount can be avoided, so that the generated template redundancy is avoided, or the condition that the number of items needs to be newly added in the preset template is avoided, and the generation efficiency of the page template is improved.
Specifically, the determining, by the generating unit 112, the information amount of the basic information includes:
and calculating the quantity of the basic information to obtain the information quantity.
In at least one embodiment of the present invention, before acquiring a preset template corresponding to the information amount, the generating unit 112 generates a plurality of templates with different numbers of items to obtain the preset template;
the storage unit 116 stores the mapping relationship between the preset template and the corresponding number of items.
And the preset template can be conveniently and quickly acquired subsequently through the mapping relation.
In at least one embodiment of the present invention, after generating a page template according to the interface file, the obtaining unit 111 obtains a template number of the page template;
the generating unit 112 generates a mapping relationship between the interface type and the generation number;
the storage unit 116 stores the mapping relationship in a configuration library.
Wherein the template number is used for indicating the page template.
By storing the mapping relation into the configuration library, the page template can be directly obtained from the configuration library when an interface is generated subsequently.
The sending unit 113 determines a requesting user according to the interface addition request, and sends the page template to the user terminal of the requesting user.
In at least one embodiment of the present invention, the requesting user refers to a user that triggers generation of the interface addition request, for example, the requesting user may be a developer.
The user terminal may be a binding terminal of the requesting user.
In at least one embodiment of the present invention, the determining, by the sending unit 113, the requesting user according to the interface addition request includes:
acquiring information for indicating a user from the data information as a user identification code;
and determining the user corresponding to the user identification code as the requesting user.
Wherein, the user identification code can be an identification number.
Through the embodiment, the user identification code can uniquely identify the requesting user, so that the requesting user can be accurately determined through the user identification code.
In at least one embodiment of the present invention, the sending unit 113 sending the page template to the user terminal of the requesting user includes:
acquiring a request number of the interface newly-adding request;
packaging the request number and the page template to obtain a request feedback packet;
acquiring a binding terminal of the requesting user, and determining the acquired binding terminal as the user terminal;
acquiring a terminal address of the user terminal;
and sending the request feedback packet to the terminal address.
The request feedback packet refers to feedback information of the interface new adding request.
By acquiring the request number, the request feedback packet corresponding to the interface newly-added request can be generated, and the request feedback packet can be accurately sent to the user terminal by acquiring the terminal address of the user terminal.
The extracting unit 114 determines a filling log according to the requesting user and the user terminal, and extracts filling information of the requesting user on the user terminal for the page template from the filling log.
In at least one embodiment of the invention, the fill log records the operation of the requesting user entering the page template on the user terminal.
The filling information refers to information which is input to the page template by the requesting user on the user terminal.
In at least one embodiment of the present invention, the determining, by the extracting unit 114, the filling log according to the requesting user and the user terminal includes:
acquiring all logs on the user terminal;
screening logs containing the user identification codes from all the logs as user logs;
and acquiring the template number of the page template, and screening the log containing the template number from the user log as a filling log.
Wherein the user log records the operation of the requesting user on the user terminal.
The user logs can be comprehensively screened from all the logs by acquiring all the logs on the user terminal, and meanwhile, the filling logs can be accurately screened from the user logs through the template numbers because the template numbers and the page templates have a mapping relation.
In at least one embodiment of the present invention, the extracting unit 114 extracts the filling information of the requesting user on the page template from the filling log, including:
extracting information tags from the page template;
and extracting information corresponding to the information tag from the filling log as the filling information.
The information tag can accurately acquire the filling information from the filling log, and the filling information is acquired from the filling log, so that the filling information can be prevented from being tampered by other users, and the accuracy of the filling information can be ensured.
The obtaining unit 111 obtains the table frame according to the interface type, and obtains the code frame according to the interface type.
In at least one embodiment of the present invention, the table frame refers to a frame corresponding to the interface type.
The code frame refers to a code frame corresponding to the interface type.
In at least one embodiment of the present invention, the obtaining unit 111 obtains the table frame according to the interface type, including:
and acquiring a frame corresponding to the interface type from a first frame library as the table frame, wherein the first frame library stores mapping relations between a plurality of types and a data table.
In at least one embodiment of the present invention, before acquiring a table frame according to the interface type, the acquiring unit 111 acquires a plurality of interface configuration tables corresponding to the interface type;
the acquiring unit 111 acquires the same configuration data from the plurality of interface code files as the table frame;
the storage unit 116 stores the mapping relationship between the table frame and the interface type in the first frame library.
By analyzing the plurality of interface configuration tables, the table frame can be quickly generated, so that the mapping relation between the table frame and the interface type is stored in the first frame library, the table frame can be quickly acquired from the first frame library according to the interface type, and the generation efficiency of the interface script is improved.
In at least one embodiment of the present invention, the obtaining unit 111 obtains the code frame according to the interface type, including:
and acquiring a frame corresponding to the interface type from a second frame library as the code frame, wherein the second frame library stores a plurality of types and code segment mapping relations.
In at least one embodiment of the present invention, before acquiring a code frame according to the interface type, the acquiring unit 111 acquires a plurality of interface code files corresponding to the interface type;
the obtaining unit 111 obtains the same configuration frame from the plurality of interface code files as the code frame;
the storage unit 116 stores the mapping relationship between the code frame and the interface type in the second frame library.
By analyzing the plurality of interface code files, the code frame can be quickly generated, so that the mapping relation between the code frame and the interface type is stored in the second frame library, the code frame can be quickly acquired from the second frame library according to the interface type subsequently, and the generation efficiency of the interface script is improved.
The entry unit 115 enters the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface addition request.
It is emphasized that the interface script may also be stored in a node of a blockchain in order to further ensure the privacy and security of the interface script.
In at least one embodiment of the present invention, the interface script refers to a code file required by the newly added interface.
In at least one embodiment of the present invention, the entering unit 115 enters the filling information into the table frame and the code frame, and obtaining the interface script corresponding to the interface addition request includes:
acquiring a label containing a preset space from the table frame as a first label to be filled;
acquiring information corresponding to the first label to be filled from the filling information, inputting the information into the meter frame, and acquiring a target data table corresponding to the meter frame;
acquiring a label containing the preset blank space from the code frame as a second label to be filled;
acquiring information corresponding to the second label to be filled from the filling information, inputting the information into the code frame, and acquiring a target code corresponding to the code frame;
and determining the target data table and the target code as the interface script.
The representation form of the preset space may be, but is not limited to: a blank text box, etc.
The first label to be filled can be accurately acquired from the table frame through the preset space, the second label to be filled can be accurately acquired from the code frame through the preset space, the target data table can be accurately generated through the mapping relation between the filling information and the first label to be filled, the target code can be accurately generated through the mapping relation between the filling information and the second label to be filled, and therefore the interface script can be accurately generated.
In at least one embodiment of the present invention, after the filling information is recorded into the table frame and the code frame to obtain the interface script corresponding to the interface addition request, the obtaining unit 111 obtains a parameter specification corresponding to the interface type;
the judging unit 117 judges whether the interface script conforms to the parameter specification;
if the interface script conforms to the parameter specification, the generating unit 112 generates a prompt message according to the request number and the interface script;
the encryption unit 118 encrypts the prompt message by using a symmetric encryption technology to obtain a ciphertext;
the sending unit 113 sends the ciphertext to the user terminal.
The parameter specification refers to the writing specification of the interface script.
By judging whether the interface script accords with the parameter specification or not, the accurate interface script can be sent to the user terminal, so that the accuracy of adding an interface on a wind control system is improved, the interface script can be prevented from being tampered by encrypting the prompt message, and the safety of the interface script is improved.
According to the technical scheme, the page template can be accurately acquired from the configuration library through the interface type, the page template is stored with the information tag corresponding to the information required by adding the interface, so that the interface script can be completely generated by acquiring the filling information of the requesting user to the page template, meanwhile, the filling information on the user terminal is acquired, the filling information can be prevented from being tampered, the accuracy of adding the interface on the wind control system can be further improved, in addition, the page template, the table frame and the code frame are generated in advance, the information on the page template, the table frame and the code frame does not need to be written when the interface script is generated, and therefore, the interface script can be generated quickly.
Fig. 3 is a schematic structural diagram of an electronic device implementing the interface script generation method according to a preferred embodiment of the present invention.
In one embodiment of the present invention, the electronic device 1 includes, but is not limited to, a memory 12, a processor 13, and computer readable instructions, such as an interface script generating program, stored in the memory 12 and executable on the processor 13.
It will be appreciated by a person skilled in the art that the schematic diagram is only an example of the electronic device 1 and does not constitute a limitation of the electronic device 1, and that it may comprise more or less components than shown, or some components may be combined, or different components, e.g. the electronic device 1 may further comprise an input output device, a network access device, a bus, etc.
The Processor 13 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The processor 13 is an operation core and a control center of the electronic device 1, and is connected to each part of the whole electronic device 1 by various interfaces and lines, and executes an operating system of the electronic device 1 and various installed application programs, program codes, and the like.
Illustratively, the computer readable instructions may be partitioned into one or more modules/units that are stored in the memory 12 and executed by the processor 13 to implement the present invention. The one or more modules/units may be a series of computer readable instruction segments capable of performing specific functions, which are used for describing the execution process of the computer readable instructions in the electronic device 1. For example, the computer-readable instructions may be divided into a determination unit 110, an acquisition unit 111, a generation unit 112, a transmission unit 113, an extraction unit 114, an entry unit 115, a storage unit 116, a judgment unit 117, and an encryption unit 118.
The memory 12 may be used for storing the computer readable instructions and/or modules, and the processor 13 implements various functions of the electronic device 1 by executing or executing the computer readable instructions and/or modules stored in the memory 12 and invoking data stored in the memory 12. The memory 12 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data created according to use of the electronic device, and the like. The memory 12 may include non-volatile and volatile memories, such as: a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other storage device.
The memory 12 may be an external memory and/or an internal memory of the electronic device 1. Further, the memory 12 may be a memory having a physical form, such as a memory stick, a TF Card (Trans-flash Card), or the like.
The integrated modules/units of the electronic device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the above embodiments may be implemented by hardware that is configured to be instructed by computer readable instructions, which may be stored in a computer readable storage medium, and when the computer readable instructions are executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer readable instructions comprise computer readable instruction code which may be in source code form, object code form, an executable file or some intermediate form, and the like. The computer-readable medium may include: any entity or device capable of carrying said computer readable instruction code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM).
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
In conjunction with fig. 1, the memory 12 in the electronic device 1 stores computer-readable instructions to implement an interface script generation method, and the processor 13 can execute the computer-readable instructions to implement:
when an interface newly-added request is received, determining the type of an interface according to the interface newly-added request;
acquiring an interface file corresponding to the interface type;
generating a page template according to the interface file;
determining a requesting user according to the interface newly-added request, and sending the page template to a user terminal of the requesting user;
determining a filling log according to the requesting user and the user terminal, and extracting filling information of the requesting user on the page template on the user terminal from the filling log;
acquiring a table frame according to the interface type and acquiring a code frame according to the interface type;
and inputting the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface newly-added request.
Specifically, the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the computer readable instructions, which is not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The computer readable storage medium has computer readable instructions stored thereon, wherein the computer readable instructions when executed by the processor 13 are configured to implement the steps of:
when an interface newly-added request is received, determining the type of an interface according to the interface newly-added request;
acquiring an interface file corresponding to the interface type;
generating a page template according to the interface file;
determining a requesting user according to the interface newly-added request, and sending the page template to a user terminal of the requesting user;
determining a filling log according to the requesting user and the user terminal, and extracting filling information of the requesting user on the page template on the user terminal from the filling log;
acquiring a table frame according to the interface type and acquiring a code frame according to the interface type;
and inputting the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface newly-added request.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. The plurality of units or devices may also be implemented by one unit or device through software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. An interface script generation method, characterized in that the interface script generation method comprises:
when an interface newly-added request is received, determining the type of an interface according to the interface newly-added request;
acquiring an interface file corresponding to the interface type;
generating a page template according to the interface file;
determining a requesting user according to the interface newly-added request, and sending the page template to a user terminal of the requesting user;
determining a filling log according to the requesting user and the user terminal, and extracting filling information of the requesting user on the page template on the user terminal from the filling log;
acquiring a table frame according to the interface type and acquiring a code frame according to the interface type;
and inputting the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface newly-added request.
2. The method for generating an interface script according to claim 1, wherein the determining the interface type according to the interface addition request comprises:
analyzing the message of the interface newly-adding request to obtain the data information carried by the message;
acquiring a preset label from a label library, wherein the preset label is used for indicating the type;
acquiring information corresponding to the preset label from the data information as a type number;
and determining the type corresponding to the type number as the interface type.
3. The interface script generating method of claim 2, wherein said obtaining an interface file corresponding to the interface type comprises:
determining a triggering system of the interface newly-added request;
determining a path in which a file is stored on the trigger system as an interface library, wherein the interface library stores a file corresponding to a system interface in the trigger system;
and acquiring a file corresponding to the type number from the interface library as the interface file.
4. The interface script generating method of claim 1, wherein said generating a page template from said interface file comprises:
determining the same configuration information in the interface file as basic information;
determining the information quantity of the basic information, and acquiring a preset template corresponding to the information quantity, wherein the number of items in the preset template is the same as the information quantity;
and writing the basic information into the preset template to obtain the page template.
5. The interface script generating method of claim 1, wherein said sending said page template to a user terminal of said requesting user comprises:
acquiring a request number of the interface newly-adding request;
packaging the request number and the page template to obtain a request feedback packet;
acquiring a binding terminal of the requesting user, and determining the acquired binding terminal as the user terminal;
acquiring a terminal address of the user terminal;
and sending the request feedback packet to the terminal address.
6. The method for generating an interface script according to claim 5, wherein after the filling information is entered into the table frame and the code frame to obtain the interface script corresponding to the interface addition request, the method further comprises:
acquiring a parameter specification corresponding to the interface type;
judging whether the interface script accords with the parameter specification;
if the interface script conforms to the parameter specification, generating prompt information according to the request number and the interface script;
encrypting the prompt information by adopting a symmetric encryption technology to obtain a ciphertext;
and sending the ciphertext to the user terminal.
7. The method for generating an interface script according to claim 1, wherein the entering the filling information into the table frame and the code frame to obtain the interface script corresponding to the interface addition request includes:
acquiring a label containing a preset space from the table frame as a first label to be filled;
acquiring information corresponding to the first label to be filled from the filling information, inputting the information into the meter frame, and acquiring a target data table corresponding to the meter frame;
acquiring a label containing the preset blank space from the code frame as a second label to be filled;
acquiring information corresponding to the second label to be filled from the filling information, inputting the information into the code frame, and acquiring a target code corresponding to the code frame;
and determining the target data table and the target code as the interface script.
8. An interface script generating apparatus, characterized in that the interface script generating apparatus comprises:
the determining unit is used for determining the type of the interface according to the interface newly-increased request when the interface newly-increased request is received;
the acquisition unit is used for acquiring an interface file corresponding to the interface type;
the generating unit is used for generating a page template according to the interface file;
the sending unit is used for determining a requesting user according to the interface newly-added request and sending the page template to a user terminal of the requesting user;
the extraction unit is used for determining a filling log according to the request user and the user terminal and extracting filling information of the request user on the page template on the user terminal from the filling log;
the acquisition unit is further used for acquiring a table frame according to the interface type and acquiring a code frame according to the interface type;
and the input unit is used for inputting the filling information into the table frame and the code frame to obtain an interface script corresponding to the interface newly-added request.
9. An electronic device, characterized in that the electronic device comprises:
a memory storing computer readable instructions; and
a processor executing computer readable instructions stored in the memory to implement the interface script generating method of any one of claims 1 to 7.
10. A computer-readable storage medium characterized by: the computer-readable storage medium stores therein computer-readable instructions which are executed by a processor in an electronic device to implement the interface script generation method according to any one of claims 1 to 7.
CN202110455959.4A 2021-04-26 2021-04-26 Interface script generation method, device, equipment and storage medium Pending CN112947911A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110455959.4A CN112947911A (en) 2021-04-26 2021-04-26 Interface script generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110455959.4A CN112947911A (en) 2021-04-26 2021-04-26 Interface script generation method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112947911A true CN112947911A (en) 2021-06-11

Family

ID=76233502

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110455959.4A Pending CN112947911A (en) 2021-04-26 2021-04-26 Interface script generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112947911A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342687A (en) * 2021-07-01 2021-09-03 厦门极致互动网络技术股份有限公司 Method for detecting code specification in batches
CN113485693A (en) * 2021-06-21 2021-10-08 上海百秋电子商务有限公司 Interface configuration method, device, equipment and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device
CN107402884A (en) * 2017-07-31 2017-11-28 深圳乐信软件技术有限公司 Generate the method and device of interface testing code
CN108268253A (en) * 2017-05-05 2018-07-10 平安科技(深圳)有限公司 Interface code generation method and terminal device
US20190339947A1 (en) * 2018-05-07 2019-11-07 Red Hat, Inc. Automatically generating code for application programming interfaces
CN110515608A (en) * 2019-08-30 2019-11-29 网易(杭州)网络有限公司 A kind of generation method and device, electronic equipment, storage medium of interface code
CN111338637A (en) * 2020-02-26 2020-06-26 腾讯科技(深圳)有限公司 Code generation method and device
CN111459466A (en) * 2020-03-31 2020-07-28 广州酷狗计算机科技有限公司 Code generation method, device, equipment and storage medium
CN112306549A (en) * 2020-10-30 2021-02-02 康键信息技术(深圳)有限公司 Interface document configuration method, device, equipment and storage medium
CN112596714A (en) * 2020-12-10 2021-04-02 车巴达(苏州)网络科技有限公司 Webpage development method, device, terminal, server and storage medium
CN112631557A (en) * 2020-12-18 2021-04-09 深圳赛安特技术服务有限公司 Method, device and storage medium for generating interface code and/or interface document

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device
CN108268253A (en) * 2017-05-05 2018-07-10 平安科技(深圳)有限公司 Interface code generation method and terminal device
CN107402884A (en) * 2017-07-31 2017-11-28 深圳乐信软件技术有限公司 Generate the method and device of interface testing code
US20190339947A1 (en) * 2018-05-07 2019-11-07 Red Hat, Inc. Automatically generating code for application programming interfaces
CN110515608A (en) * 2019-08-30 2019-11-29 网易(杭州)网络有限公司 A kind of generation method and device, electronic equipment, storage medium of interface code
CN111338637A (en) * 2020-02-26 2020-06-26 腾讯科技(深圳)有限公司 Code generation method and device
CN111459466A (en) * 2020-03-31 2020-07-28 广州酷狗计算机科技有限公司 Code generation method, device, equipment and storage medium
CN112306549A (en) * 2020-10-30 2021-02-02 康键信息技术(深圳)有限公司 Interface document configuration method, device, equipment and storage medium
CN112596714A (en) * 2020-12-10 2021-04-02 车巴达(苏州)网络科技有限公司 Webpage development method, device, terminal, server and storage medium
CN112631557A (en) * 2020-12-18 2021-04-09 深圳赛安特技术服务有限公司 Method, device and storage medium for generating interface code and/or interface document

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113485693A (en) * 2021-06-21 2021-10-08 上海百秋电子商务有限公司 Interface configuration method, device, equipment and storage medium
CN113485693B (en) * 2021-06-21 2023-06-16 上海百秋新网商数字科技有限公司 Interface configuration method, device, equipment and storage medium
CN113342687A (en) * 2021-07-01 2021-09-03 厦门极致互动网络技术股份有限公司 Method for detecting code specification in batches

Similar Documents

Publication Publication Date Title
CN112669138B (en) Data processing method and related equipment
CN112667240A (en) Program code conversion method and related device
CN111797351A (en) Page data management method and device, electronic equipment and medium
CN112948418A (en) Dynamic query method, device, equipment and storage medium
CN112947911A (en) Interface script generation method, device, equipment and storage medium
CN112711398A (en) Method, device and equipment for generating buried point file and storage medium
CN109685668B (en) Order batch processing method, device, computer equipment and storage medium
CN112668453A (en) Video identification method and related equipment
CN112784566A (en) Document generation method, device, equipment and storage medium
CN114510487A (en) Data table merging method, device, equipment and storage medium
CN113918467A (en) Financial system testing method, device, equipment and storage medium
CN114116108A (en) Dynamic rendering method, device, equipment and storage medium
CN113065947A (en) Data processing method, device, equipment and storage medium
CN112819305A (en) Service index analysis method, device, equipment and storage medium
CN112134968A (en) Domain name access method and device, electronic equipment and storage medium
CN112711696A (en) Request access method, device, electronic equipment and storage medium
CN113283677B (en) Index data processing method, device, equipment and storage medium
CN112199483A (en) Information input assisting method and device, electronic equipment and storage medium
CN115205032A (en) Credit investigation query method, apparatus, device and storage medium
CN115794621A (en) Code coverage test method, device, equipment and storage medium
CN112685253A (en) Front-end error log collection method, device, equipment and storage medium
CN114692204A (en) Data query method, device, equipment and storage medium
CN112738175B (en) Request processing method and related equipment
CN112416361A (en) Structured query language script examination method and related equipment
CN113282218A (en) Multi-dimensional report generation method, device, equipment 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