CN112306475A - Configuration method, device and equipment of universal interface and storage medium - Google Patents

Configuration method, device and equipment of universal interface and storage medium Download PDF

Info

Publication number
CN112306475A
CN112306475A CN202011205592.2A CN202011205592A CN112306475A CN 112306475 A CN112306475 A CN 112306475A CN 202011205592 A CN202011205592 A CN 202011205592A CN 112306475 A CN112306475 A CN 112306475A
Authority
CN
China
Prior art keywords
function
class
interface
grouping
preset
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
CN202011205592.2A
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 CN202011205592.2A priority Critical patent/CN112306475A/en
Publication of CN112306475A publication Critical patent/CN112306475A/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
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the field of interface configuration, and discloses a configuration method, a configuration device and a configuration storage medium of a universal interface, which are used for improving the efficiency of calling an external request through the interface. The configuration method of the universal interface comprises the following steps: acquiring a universal setting rule, and configuring wildcards of the universal setting rule in a control layer of an interface development framework by using a preset compiling language to generate a universal interface base class; acquiring a plurality of preset operation functions in a database corresponding to an interface development framework, and classifying the preset operation functions to obtain a plurality of grouping functions; establishing a plurality of matching call tables of a plurality of grouping functions according to different preset configuration rules, and storing the matching call tables in a service logic layer of an interface development framework; and creating a universal interface by utilizing a universal interface base class in the control layer and a plurality of matching call tables in the service logic layer in an interface development framework, and finishing the configuration operation of the universal interface. The invention also relates to a block chain technology, and the matching call table can be stored in the block chain.

Description

Configuration method, device and equipment of universal interface and storage medium
Technical Field
The present invention relates to the field of interface configuration, and in particular, to a method, an apparatus, a device, and a storage medium for configuring a universal interface.
Background
When an external request is obtained by using a calling interface in a service system, the provided interfaces all need to request a single Uniform Resource Locator (URL) to a control layer and a service logic layer corresponding to the interfaces, and database operation, interface calling or complex logic processing is realized by inputting a large amount of codes.
When multi-data interaction is realized according to the conventional universal interface, different external requests need to be processed by operating instructions of different interfaces, and each interface corresponds to one set of interface to realize operation coding, so that each interface needs to be coded independently, the program is redundant, the cost is high, and the efficiency of calling the external requests through the interfaces is low.
Disclosure of Invention
The invention provides a configuration method, a configuration device, equipment and a storage medium of a universal interface, which are used for improving the efficiency of calling an external request through the interface.
The first aspect of the present invention provides a method for configuring a universal interface, including: acquiring a general setting rule, configuring wildcards of the general setting rule by using a preset compiling language in a control layer of an interface development framework, and generating a general interface base class; obtaining a plurality of preset operation functions in a database corresponding to the interface development framework, and classifying the preset operation functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise a simple query class function, a complex query class function, a service processing class function and an external processing class function; establishing a plurality of matching call tables of the plurality of grouping functions according to different preset configuration rules, and storing the matching call tables in a service logic layer of the interface development framework, wherein the matching call tables at least comprise a simple query class matching call table, a complex query class matching call table, a service processing class matching call table and an external processing class matching call table; in the interface development framework, a universal interface is created by using the universal interface base class in the control layer and the plurality of matching call tables in the service logic layer, and the configuration operation of the universal interface is completed.
Optionally, in a first implementation manner of the first aspect of the present invention, the establishing multiple matching call tables of the multiple grouping functions according to different preset configuration rules, and storing the multiple matching call tables in a service logic layer of the interface development framework, where the matching call tables at least include a simple query class matching call table, a complex query class matching call table, a service processing class matching call table, and an external processing class matching call table includes: establishing a universal simple query class matching call table through a preset compiling language, a first grouping function and a first configuration rule, wherein the first grouping function is a simple query class function; establishing a general complex query class matching call table by adopting the preset compiling language, a second grouping function and a second configuration rule, wherein the second grouping function is a complex query class function; establishing a general service processing class matching call list by using the preset compiling language, a third grouping function and a third configuration rule, wherein the third grouping function is a service processing class function; establishing a universal external processing class matching call table based on the preset compiling language, a fourth grouping function and a fourth configuration rule, wherein the fourth grouping function is an external processing class function; and storing the simple query class matching call table, the complex query class matching call table, the service processing class matching call table and the external processing class matching call table in a service logic layer corresponding to the initial interface development framework.
Optionally, in a second implementation manner of the first aspect of the present invention, the establishing a general simple query class matching call table by presetting a compiling language, a first grouping function, and a first configuration rule, where the first grouping function is a simple query class function includes: establishing an initial simple query class call table through a first configuration rule; filling name keywords of a first grouping function into the column items in the initial simple query class calling table by adopting a preset compiling language to obtain a basic simple query class calling table, wherein the first grouping function is a simple query class function; and filling corresponding variable parameters and static parameters in the first grouping function into the line items of the basic simple query class call list by using the preset compiling language to obtain a simple query class matching call list.
Optionally, in a third implementation manner of the first aspect of the present invention, the establishing a general service processing class matching call table by using the preset compiling language, a third grouping function, and a third configuration rule, where the third grouping function is a service processing class function includes: establishing an initial service processing class call table through a third configuration rule; filling name keywords of a third grouping function into the list items of the initial service processing class call list by adopting the preset compiling language to obtain a basic service processing class call list, wherein the third grouping function is a service processing class function; and filling the variable parameters and the fixed parameters corresponding to the third grouping function into the line items of the basic service processing class call list by using the preset compiling language to obtain a service processing class matching call list.
Optionally, in a fourth implementation manner of the first aspect of the present invention, the establishing a general external processing class matching call table based on the preset compiling language, a fourth grouping function, and a fourth configuration rule, where the fourth grouping function is an external processing class function includes: establishing an initial external processing class call table through a fourth configuration rule; filling and writing function codes of a fourth grouping function into the column items of the initial external processing class calling table by using the preset compiling language to obtain a basic external processing class calling table, wherein the fourth grouping function is an external processing class function; and filling and writing the calling address, the calling parameter and the parameter path corresponding to the fourth grouping function into the line item of the basic external processing class calling table by adopting the preset compiling language to obtain an external processing class matching calling table.
Optionally, in a fifth implementation manner of the first aspect of the present invention, the obtaining the general setting rule, and configuring wildcards of the general setting rule in a control layer of an interface development framework by using a preset compiling language, and generating a general interface base class includes: acquiring a general setting rule, and packaging the general setting rule by using a mapping function in a preset compiling language in a control layer of an interface development framework to obtain a packaging component; matching the packaging assembly by adopting a matching function in the preset compiling language to obtain a wildcard corresponding to the packaging assembly, and generating a universal interface base class.
Optionally, in a sixth implementation manner of the first aspect of the present invention, the obtaining a plurality of preset operation functions in a database corresponding to the interface development framework, and classifying the preset operation functions to obtain a plurality of grouping functions, where the grouping functions at least include a simple query class function, a complex query class function, a service processing class function, and an external processing class function includes: acquiring a plurality of preset operation functions in a database corresponding to the interface development framework, and acquiring the service type of each preset operation function to obtain the service type corresponding to each preset operation function; calculating the similarity between the service type corresponding to each preset operation function and a plurality of standard types to obtain a plurality of basic similarities corresponding to each preset operation function; screening out a target basic similarity with the maximum value from the multiple basic similarities, and determining a standard type corresponding to the target basic similarity as a target type corresponding to a preset operation function to obtain target types corresponding to the multiple preset operation functions; and classifying the target types with the same type in the target types corresponding to the preset operation functions into a group by using preset classification functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise simple query class functions, complex query class functions, service processing class functions and external processing class functions.
A second aspect of the present invention provides a device for configuring a universal interface, including: the setting module is used for acquiring a universal setting rule, configuring wildcards of the universal setting rule by using a preset compiling language in a control layer of an interface development framework, and generating a universal interface base class; the classification module is used for acquiring a plurality of preset operation functions in a database corresponding to the interface development framework, classifying the preset operation functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise a simple query class function, a complex query class function, a service processing class function and an external processing class function; the establishing module is used for establishing a plurality of matching call tables of the plurality of grouping functions according to different preset configuration rules and storing the matching call tables in a service logic layer of the interface development framework, wherein the matching call tables at least comprise a simple query class matching call table, a complex query class matching call table, a service processing class matching call table and an external processing class matching call table; and the creating module is used for creating a universal interface by using the universal interface base class in the control layer and the plurality of matching call tables in the service logic layer in the interface development framework so as to complete the configuration operation of the universal interface.
Optionally, in a first implementation manner of the second aspect of the present invention, the establishing module includes: the system comprises a first establishing unit, a second establishing unit and a processing unit, wherein the first establishing unit is used for establishing a general simple query class matching call table through a preset compiling language, a first grouping function and a first configuration rule, and the first grouping function is a simple query class function; the second establishing unit is used for establishing a universal complex query class matching call table by adopting the preset compiling language, a second grouping function and a second configuration rule, wherein the second grouping function is a complex query class function; a third establishing unit, configured to establish a general service processing class matching call table by using the preset compiling language, a third grouping function and a third configuration rule, where the third grouping function is a service processing class function; a fourth establishing unit, configured to establish a general external processing class matching call table based on the preset compilation language, a fourth grouping function and a fourth configuration rule, where the fourth grouping function is an external processing class function; and the storage unit is used for storing the simple query class matching call table, the complex query class matching call table, the service processing class matching call table and the external processing class matching call table in a service logic layer corresponding to the initial interface development framework.
Optionally, in a second implementation manner of the second aspect of the present invention, the first establishing unit is specifically configured to: establishing an initial simple query class call table through a first configuration rule; filling name keywords of a first grouping function into the column items in the initial simple query class calling table by adopting a preset compiling language to obtain a basic simple query class calling table, wherein the first grouping function is a simple query class function; and filling corresponding variable parameters and static parameters in the first grouping function into the line items of the basic simple query class call list by using the preset compiling language to obtain a simple query class matching call list.
Optionally, in a third implementation manner of the second aspect of the present invention, the third establishing unit is specifically configured to: establishing an initial service processing class call table through a third configuration rule; filling name keywords of a third grouping function into the list items of the initial service processing class call list by adopting the preset compiling language to obtain a basic service processing class call list, wherein the third grouping function is a service processing class function; and filling the variable parameters and the fixed parameters corresponding to the third grouping function into the line items of the basic service processing class call list by using the preset compiling language to obtain a service processing class matching call list.
Optionally, in a fourth implementation manner of the second aspect of the present invention, the fourth establishing unit is specifically configured to: establishing an initial external processing class call table through a fourth configuration rule; filling and writing function codes of a fourth grouping function into the column items of the initial external processing class calling table by using the preset compiling language to obtain a basic external processing class calling table, wherein the fourth grouping function is an external processing class function; and filling and writing the calling address, the calling parameter and the parameter path corresponding to the fourth grouping function into the line item of the basic external processing class calling table by adopting the preset compiling language to obtain an external processing class matching calling table.
Optionally, in a fifth implementation manner of the second aspect of the present invention, the setting module is specifically configured to: acquiring a general setting rule, and packaging the general setting rule by using a mapping function in a preset compiling language in a control layer of an interface development framework to obtain a packaging component; matching the packaging assembly by adopting a matching function in the preset compiling language to obtain a wildcard corresponding to the packaging assembly, and generating a universal interface base class.
Optionally, in a sixth implementation manner of the second aspect of the present invention, the classification module is specifically configured to: acquiring a plurality of preset operation functions in a database corresponding to the interface development framework, and acquiring the service type of each preset operation function to obtain the service type corresponding to each preset operation function; calculating the similarity between the service type corresponding to each preset operation function and a plurality of standard types to obtain a plurality of basic similarities corresponding to each preset operation function; screening out a target basic similarity with the maximum value from the multiple basic similarities, and determining a standard type corresponding to the target basic similarity as a target type corresponding to a preset operation function to obtain target types corresponding to the multiple preset operation functions; and classifying the target types with the same type in the target types corresponding to the preset operation functions into a group by using preset classification functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise simple query class functions, complex query class functions, service processing class functions and external processing class functions.
A third aspect of the present invention provides a configuration device for a universal interface, including: a memory and at least one processor, the memory having instructions stored therein; the at least one processor calls the instructions in the memory to cause the configuration device of the generic interface to perform the configuration method of the generic interface described above.
A fourth aspect of the present invention provides a computer-readable storage medium having stored therein instructions, which, when run on a computer, cause the computer to execute the above-described configuration method of a universal interface.
In the technical scheme provided by the invention, a universal setting rule is obtained, wildcards of the universal setting rule are configured in a control layer of an interface development framework by utilizing a preset compiling language, and a universal interface base class is generated; obtaining a plurality of preset operation functions in a database corresponding to the interface development framework, and classifying the preset operation functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise a simple query class function, a complex query class function, a service processing class function and an external processing class function; establishing a plurality of matching call tables of the plurality of grouping functions according to different preset configuration rules, and storing the matching call tables in a service logic layer of the interface development framework, wherein the matching call tables at least comprise a simple query class matching call table, a complex query class matching call table, a service processing class matching call table and an external processing class matching call table; in the interface development framework, a universal interface is created by using the universal interface base class in the control layer and the plurality of matching call tables in the service logic layer, and the configuration operation of the universal interface is completed. In the embodiment of the invention, different external requests are received by setting a universal wildcard rule in a control layer of an interface development framework, the configuration of a service layer and a database operation layer is established in a service logic layer of the interface development framework, the configuration of a universal interface is realized by establishing a plurality of matching call tables, and the efficiency of calling the external requests through the interface is improved.
Drawings
FIG. 1 is a diagram of an embodiment of a configuration method of a universal interface according to an embodiment of the present invention;
FIG. 2 is a diagram of another embodiment of a configuration method of a universal interface according to an embodiment of the present invention;
FIG. 3 is a diagram of an embodiment of a configuration apparatus of a universal interface according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of another embodiment of a configuration apparatus of a universal interface according to an embodiment of the present invention;
fig. 5 is a schematic diagram of an embodiment of a configuration device of a universal interface in the embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a configuration method, a configuration device, equipment and a storage medium of a universal interface, which are used for improving the efficiency of calling an external request through the interface.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
For convenience of understanding, a specific flow of the embodiment of the present invention is described below, and referring to fig. 1, an embodiment of a method for configuring a universal interface in the embodiment of the present invention includes:
101. acquiring a universal setting rule, and configuring wildcards of the universal setting rule in a control layer of an interface development framework by using a preset compiling language to generate a universal interface base class;
it is to be understood that the execution subject of the present invention may be a configuration device of a general interface, and may also be a terminal or a server, which is not limited herein. The embodiment of the present invention is described by taking a server as an execution subject.
The universal setting rule is a rule that the universal interface is set to be capable of acquiring the external request with the uniform format, the universal setting rule is compiled in advance by using a preset compiling language, and the server can directly use the universal setting rule to configure the wildcard. The preset compiling language is Java language. The wildcard character is equivalent to a regular expression, when a server calls an external request by using a general interface, in the prior art, the interface can receive the external request through different internal degrees or different control layers, wherein each interface corresponds to an independent control layer, so that when a plurality of interfaces exist in a system, a large number of control layers are bound to receive the external request, the setting occupies a large amount of memory, and the setting steps are redundant.
The interface development framework is used for configuring or setting interface parameters, wildcards of the universal interface can be configured by using a preset compiling language and a universal setting rule in a control layer of the interface development framework, and a universal interface base class capable of receiving external requests in a uniform format is generated.
102. Acquiring a plurality of preset operation functions in a database corresponding to an interface development frame, and classifying the preset operation functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise a simple query class function, a complex query class function, a service processing class function and an external processing class function;
in the database of the interface development framework, there are a plurality of preset operation functions, the preset operation functions are used for processing the external request, the functions realized by different kinds of preset operation functions are also different, and the functions that the preset operation functions can realize at least include: simple sql query, complex sql query, bean processing and external system query have different processes for establishing a general function table corresponding to functions with different functions, so that before establishing a general matching call table, function classification needs to be performed on a plurality of preset operation functions.
103. Establishing a plurality of matching call tables of a plurality of grouping functions according to different preset configuration rules, and storing the matching call tables in a service logic layer of an interface development framework, wherein the matching call tables at least comprise a simple query class matching call table, a complex query class matching call table, a service processing class matching call table and an external processing class matching call table;
the server establishes the general matching call tables corresponding to the different classes of functions, and when external requests are called, the server can directly fill in the corresponding matching call tables with parameters or query statements and the like, so that interface calling is quickly realized. The matching call table at least comprises a simple query class matching call table, a complex query class matching call table, a service processing class matching call table and an external processing class matching call table.
It can be understood that a plurality of matching call tables can be stored not only in the database corresponding to the initial interface development framework, but also in the configuration file of the system, and when the external request is called through the universal interface, the parameters are directly filled in the corresponding matching call tables.
It is emphasized that to further ensure the privacy and security of the matchlist, the matchlist may also be stored in a node of a blockchain.
104. In the interface development framework, a universal interface is created by utilizing a universal interface base class in a control layer and a plurality of matching call tables in a service logic layer, and the configuration operation of the universal interface is completed.
After the corresponding universal interface base class and the plurality of matching call tables are configured in the initial interface development framework, a corresponding target interface development framework can be generated, and the universal interface is established through the target interface development framework, so that the configuration service of the universal interface is realized.
In the embodiment of the invention, different external requests are received by setting a universal wildcard rule in a control layer of an interface development framework, the configuration of a service layer and a database operation layer is established in a service logic layer of the interface development framework, the configuration of a universal interface is realized by establishing a plurality of matching call tables, and the efficiency of calling the external requests through the interface is improved.
Referring to fig. 2, another embodiment of the method for configuring a universal interface according to the embodiment of the present invention includes:
201. acquiring a universal setting rule, and configuring wildcards of the universal setting rule in a control layer of an interface development framework by using a preset compiling language to generate a universal interface base class;
specifically, the server acquires the general setting rule, and encapsulates the general setting rule by using a mapping function in a preset compiling language in a control layer of an interface development framework to obtain an encapsulation component; the server matches the packaging assembly by adopting a matching function in a preset compiling language to obtain a wildcard corresponding to the packaging assembly, and a universal interface base class is generated.
The control layer of the interface development framework is used for controlling a part of programs or instructions, and generally, the control layer may perform specific processing on a received request, that is, set specific parameters for the received request, so that a mapping function in a preset compiling language may be used to package a general setting rule (set specific parameters), where the preset compiling language is specifically Java language, and the specific packaging steps are as follows:
(1) privatizing a member variable in the general setting rule, and modifying the member variable by using a private keyword;
(2) providing a public get and set method, judging the reasonable value of the general setting rule, and modifying the general setting rule by using public keywords;
(3) and judging reasonable values in the construction method in the general setting rule by using a set method.
It is further noted that after creating the wildcards corresponding to the package components, only external requests in a uniform format can be allowed to pass through, for example: the presence of a fixed prefix and a specific variable in an external request URL or a fixed suffix and a specific variable in an external request URL, where the URL is a Uniform Resource Locator (URL), sometimes also referred to as a web address, representing a resource on the internet, such as a web page or FTP address. General web page addresses all have a fixed format, for example: the web address is prefixed by https://, and suffixed by com or cn, which will only be received by the generic interface for entering such a fixed format web address. The definition function of the partial interface is as follows:
service _ cod: defining an interface service code for participating in check configuration;
description: interface description for simply describing the function of the interface;
url: and the interface URL is used for calling the path by the interface. The fixed format is: the interface type is/cfs/aps/pea/service code { requestType }, and the interface type is: query/status: applying for status query for distinguishing APS interface types, format example: cfs/aps/pea/query/status/zedContactInfo;
uesr _ id: for indicating a consumer system ID;
esg _ code: for indicating an ESG service code;
in _ config _ id: for indicating the interface entry configuration version number, the format is as follows: BASE _ PARAMS _ config.config _ ID;
out _ config _ id: for indicating the interface out-participation configuration version number, the format is as follows: BASE _ PARAMS _ config.config _ ID.
The wildcard is equivalent to a regular expression, the external request with the uniform format can be obtained by redefining the uniform wildcard, the external request with the uniform format can be called or received, a plurality of interfaces corresponding to a large number of control layers are not required to be arranged, and a large number of redundant configuration programs are reduced.
202. Acquiring a plurality of preset operation functions in a database corresponding to an interface development frame, and classifying the preset operation functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise a simple query class function, a complex query class function, a service processing class function and an external processing class function;
specifically, the server firstly obtains a plurality of preset operation functions in a database corresponding to the interface development framework, and obtains the service type of each preset operation function to obtain the service type corresponding to each preset operation function; secondly, the server calculates the similarity between the service type corresponding to each preset operation function and a plurality of standard types to obtain a plurality of basic similarities corresponding to each preset operation function; then the server screens out the target basic similarity with the maximum value from the multiple basic similarities, and determines the standard type corresponding to the target basic similarity as the target type corresponding to the preset operation function to obtain the target types corresponding to the multiple preset operation functions; and finally, the server classifies the target types with the same type in the target types corresponding to the preset operation functions into a group by using preset classification functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise simple query class functions, complex query class functions, service processing class functions and external processing class functions.
It should be noted that a plurality of preset operation functions exist in the database corresponding to the interface development framework, the number of the preset operation functions is not limited in the present application, the preset operation functions can process different external requests, and different types of preset operation functions can achieve different processing effects, so the server needs to divide the preset operation functions of the same type into one type, and the server establishes a matching call table for the preset operation functions of the same type, so as to achieve general configuration of the preset operation functions of the same type. Specifically, the server classifies the plurality of preset operation functions as follows:
(1) acquiring the service type of each preset operation function;
(2) calculating the basic similarity between the service type and the standard type by using a preset similarity algorithm;
(3) determining the function type of each preset operation function according to the numerical value of the basic similarity, wherein the larger the numerical value of the basic similarity is, the more similar the corresponding service type is to the standard type;
(4) and dividing preset operation functions with the same function type into a group to obtain a grouping function.
It should be noted that the grouping function at least includes a simple query class function, a complex query class function, a service processing class function, and an external processing class function. Wherein the content of the first and second substances,
(1) the simple query class function includes at least:
table _ name: a name used to indicate a lookup table when simple sql is obtained;
column _ name: the method comprises the steps of indicating column names in a query table when the simple sql is acquired;
key _ name: the column item name is used for indicating that the keyword is searched when the simple sql is acquired;
(2) the complex query class function includes at least:
sql _ name: the name of the sql to be called when the sql is complex;
sql _ params: a parameter list for indicating calls when sql is complex;
(3) the service processing class function at least comprises:
bean _ id: the bean name is used for indicating the bean acquisition time;
bean _ params: the parameter list is used for indicating the acquisition time of the bean;
(4) the external processing class function includes at least:
esg _ code: esg codes for indicating external acquisition;
esg _ uri: esg call address used to indicate when external fetching;
esg _ params: esg call parameter for indicating external acquisition time;
esg _ path: for indicating the path for obtaining parameters from the return result at the time of external obtaining.
203. Establishing a universal simple query class matching call table through a preset compiling language, a first grouping function and a first configuration rule, wherein the first grouping function is a simple query class function;
specifically, the server firstly establishes an initial simple query class call table through a first configuration rule; then, the server fills the name keywords of the first grouping function into the column items in the initial simple query class call list by adopting a preset compiling language to obtain a basic simple query class call list, wherein the first grouping function is a simple query class function; and finally, the server fills the corresponding variable parameters and static parameters in the first grouping function into the line items of the basic simple query class call list by using a preset compiling language to obtain the simple query class matching call list.
The server firstly establishes an initial simple query class call table by using a first configuration rule, the first configuration rule sets the number of row items, the number of column items, row item labels and column item labels for establishing the initial simple query class call table, and the initial simple query class call table can be established by the first configuration rule. After the initial simple query class call table is established by the server, the server fills the name key words of the first grouping function into the first list of items in the initial simple query class call table by adopting a preset compiling language, wherein the first grouping function is the simple query class function, then the server fills the corresponding variable parameters and static parameters in the first grouping function into the row items corresponding to the basic simple query class call table by utilizing the preset compiling language, and the basic simple query class call table is completely filled, so that the simple query class matching call table is obtained. The partial simple query class matching call table is shown in table 1:
table 1 partial simple query class matching call table
Figure BDA0002756996120000122
204. Establishing a general complex query class matching call table by adopting a preset compiling language, a second grouping function and a second configuration rule, wherein the second grouping function is a complex query class function;
the server firstly establishes an initial complex query class call table by using a second configuration rule, the second configuration rule sets the number of row items, the number of column items, row item labels and column item labels for establishing the initial complex query class call table, and the initial complex query class call table can be established by the second configuration rule. After the server establishes the initial complex query class calling table, the server fills the name keywords of the second grouping function into the first list items in the initial complex query class calling table by adopting a preset compiling language, wherein the second grouping function is the complex query class function, then the server fills the corresponding sql names and parameter list items in the second grouping function into the row items corresponding to the basic complex query class calling table by utilizing the preset compiling language, and the basic complex query class calling table is completely filled, so that the complex query class matching calling table is obtained. The partial complex query class matching call table is shown in table 2:
table 2 partial complex query class matching call table
Figure BDA0002756996120000121
205. Establishing a general service processing class matching call list by utilizing a preset compiling language, a third grouping function and a third configuration rule, wherein the third grouping function is a service processing class function;
specifically, the server firstly establishes an initial service processing class call table through a third configuration rule; then, the server fills the name key words of the third grouping function into the items of the initial service processing class call list by adopting a preset compiling language to obtain a basic service processing class call list, wherein the third grouping function is a service processing class function; and finally, the server fills the corresponding variable parameters and fixed parameters in the third grouping function into the line items of the basic service processing class call list by using a preset compiling language to obtain a service processing class matching call list.
The server firstly establishes an initial service processing type call table by using a third configuration rule, the third configuration rule sets the number of row items, the number of column items, row item labels and column item labels for establishing the initial service processing type call table, and the initial service processing type call table can be established by the third configuration rule. After the server establishes the initial service processing class call list, the server fills the name keywords of the third grouping function into the first list item of the initial service processing class call list by adopting a preset compiling language to obtain a basic service processing class call list, wherein the third grouping function is a service processing class function; and finally, the server fills the variable parameters and the fixed parameters corresponding to the third grouping function into the corresponding line items of the basic service processing class call list by using a preset compiling language, and completely fills the basic service processing class call list to obtain the service processing class matching call list. The matching call table of part of the service processing classes is shown in table 3:
table 3 partial service processing class matching call table
Figure BDA0002756996120000131
206. Establishing a universal external processing class matching call table based on a preset compiling language, a fourth grouping function and a fourth configuration rule, wherein the fourth grouping function is an external processing class function;
specifically, the server firstly establishes an initial external processing class call table through a fourth configuration rule; then, the server fills the function codes of a fourth grouping function into the list items of the initial external processing class calling table by using a preset compiling language to obtain a basic external processing class calling table, wherein the fourth grouping function is an external processing class function; and finally, the server fills the calling address, calling parameters and parameter paths corresponding to the fourth grouping function into the line items of the basic external processing class calling table by adopting a preset compiling language to obtain an external processing class matching calling table.
The server firstly establishes an initial external processing type call table by using a fourth configuration rule, the fourth configuration rule sets the number of row items, the number of column items, row item labels and column item labels for establishing the initial external processing type call table, and the initial external processing type call table can be established by the fourth configuration rule. Then, the server fills the function codes of a fourth grouping function into a first list item of the initial external processing class calling table by using a preset compiling language to obtain a basic external processing class calling table, wherein the fourth grouping function is an external processing class function; and finally, the server fills the calling address, calling parameters and parameter paths corresponding to the fourth grouping function into the line item corresponding to the basic external processing class calling table by adopting a preset compiling language, and completely fills the basic service processing class calling table to obtain the external processing class matching calling table. Part of the external processing class matching call table is shown in table 4:
table 4 partial external processing class matching call table
Figure BDA0002756996120000141
207. Storing the simple query class matching call list, the complex query class matching call list, the service processing class matching call list and the external processing class matching call list in a service logic layer corresponding to the initial interface development framework;
after obtaining the simple query class matching call list, the complex query class matching call list, the service processing class matching call list and the external processing class matching call list, the server stores the matching call lists in a service logic layer corresponding to the initial interface development framework, namely, the configuration of the service logic layer corresponding to the initial interface development framework is completed.
It is emphasized that, to further ensure the privacy and security of the matchlists, the matchlists can also be stored in nodes of a blockchain.
208. In the interface development framework, a universal interface is created by utilizing a universal interface base class in a control layer and a plurality of matching call tables in a service logic layer, and the configuration operation of the universal interface is completed.
After the corresponding universal interface base class and the plurality of matching call tables are configured in the initial interface development framework, a corresponding target interface development framework can be generated, and the universal interface is established through the target interface development framework, so that the configuration service of the universal interface is realized. The universal interface may receive the external request in a consistent format and process the received external request using the matching call table.
In the embodiment of the invention, different external requests are received by setting a universal wildcard rule in a control layer of an interface development framework, the configuration of a service layer and a database operation layer is established in a service logic layer of the interface development framework, the configuration of a universal interface is realized by establishing a plurality of matching call tables, and the efficiency of calling the external requests through the interface is improved.
With reference to fig. 3, the method for configuring a universal interface in the embodiment of the present invention is described above, and a configuration apparatus for a universal interface in the embodiment of the present invention is described below, where an embodiment of the configuration apparatus for a universal interface in the embodiment of the present invention includes:
the setting module 301 is configured to obtain a general setting rule, configure wildcards of the general setting rule in a control layer of an interface development framework by using a preset compiling language, and generate a general interface base class;
a classification module 302, configured to obtain a plurality of preset operation functions in a database corresponding to the interface development framework, and classify the plurality of preset operation functions to obtain a plurality of grouping functions, where the grouping functions at least include a simple query class function, a complex query class function, a service processing class function, and an external processing class function;
the establishing module 303 is configured to establish a plurality of matching call tables of the plurality of grouping functions according to different preset configuration rules, and store the plurality of matching call tables in a service logic layer of the interface development framework, where the matching call tables at least include a simple query class matching call table, a complex query class matching call table, a service processing class matching call table, and an external processing class matching call table;
a creating module 304, configured to create a universal interface by using the universal interface base class in the control layer and the multiple matching call tables in the service logic layer in the interface development framework, so as to complete configuration operation of the universal interface.
In the embodiment of the invention, different external requests are received by setting a universal wildcard rule in a control layer of an interface development framework, the configuration of a service layer and a database operation layer is established in a service logic layer of the interface development framework, the configuration of a universal interface is realized by establishing a plurality of matching call tables, and the efficiency of calling the external requests through the interface is improved.
Referring to fig. 4, another embodiment of the configuration apparatus of the universal interface according to the embodiment of the present invention includes:
the setting module 301 is configured to obtain a general setting rule, configure wildcards of the general setting rule in a control layer of an interface development framework by using a preset compiling language, and generate a general interface base class;
a classification module 302, configured to obtain a plurality of preset operation functions in a database corresponding to the interface development framework, and classify the plurality of preset operation functions to obtain a plurality of grouping functions, where the grouping functions at least include a simple query class function, a complex query class function, a service processing class function, and an external processing class function;
the establishing module 303 is configured to establish a plurality of matching call tables of the plurality of grouping functions according to different preset configuration rules, and store the plurality of matching call tables in a service logic layer of the interface development framework, where the matching call tables at least include a simple query class matching call table, a complex query class matching call table, a service processing class matching call table, and an external processing class matching call table;
a creating module 304, configured to create a universal interface by using the universal interface base class in the control layer and the multiple matching call tables in the service logic layer in the interface development framework, so as to complete configuration operation of the universal interface.
Optionally, the establishing module 303 includes:
a first establishing unit 3031, configured to establish a general simple query class matching call table by presetting a compiling language, a first grouping function and a first configuration rule, where the first grouping function is a simple query class function;
a second establishing unit 3032, configured to establish a general complex query class matching call table by using the preset compiling language, a second grouping function, and a second configuration rule, where the second grouping function is a complex query class function;
a third establishing unit 3033, configured to establish a general service processing class matching call table by using the preset compiling language, a third grouping function, and a third configuration rule, where the third grouping function is a service processing class function;
a fourth establishing unit 3034, configured to establish a general external processing class matching call table based on the preset compilation language, a fourth grouping function, and a fourth configuration rule, where the fourth grouping function is an external processing class function;
a storage unit 3035, configured to store the simple query class matching call table, the complex query class matching call table, the service processing class matching call table, and the external processing class matching call table in a service logic layer corresponding to the initial interface development framework.
Optionally, the first establishing unit 3031 is specifically configured to:
establishing an initial simple query class call table through a first configuration rule;
filling name keywords of a first grouping function into the column items in the initial simple query class calling table by adopting a preset compiling language to obtain a basic simple query class calling table, wherein the first grouping function is a simple query class function;
and filling corresponding variable parameters and static parameters in the first grouping function into the line items of the basic simple query class call list by using the preset compiling language to obtain a simple query class matching call list.
Optionally, the third establishing unit 3033 is specifically configured to:
establishing an initial service processing class call table through a third configuration rule;
filling name keywords of a third grouping function into the list items of the initial service processing class call list by adopting the preset compiling language to obtain a basic service processing class call list, wherein the third grouping function is a service processing class function;
and filling the variable parameters and the fixed parameters corresponding to the third grouping function into the line items of the basic service processing class call list by using the preset compiling language to obtain a service processing class matching call list.
Optionally, the fourth establishing unit 3034 is specifically configured to:
establishing an initial external processing class call table through a fourth configuration rule;
filling and writing function codes of a fourth grouping function into the column items of the initial external processing class calling table by using the preset compiling language to obtain a basic external processing class calling table, wherein the fourth grouping function is an external processing class function;
and filling and writing the calling address, the calling parameter and the parameter path corresponding to the fourth grouping function into the line item of the basic external processing class calling table by adopting the preset compiling language to obtain an external processing class matching calling table.
Optionally, the setting module 301 is specifically configured to:
acquiring a general setting rule, and packaging the general setting rule by using a mapping function in a preset compiling language in a control layer of an interface development framework to obtain a packaging component;
matching the packaging assembly by adopting a matching function in the preset compiling language to obtain a wildcard corresponding to the packaging assembly, and generating a universal interface base class.
Optionally, the classification module 302 is specifically configured to:
acquiring a plurality of preset operation functions in a database corresponding to the interface development framework, and acquiring the service type of each preset operation function to obtain the service type corresponding to each preset operation function;
calculating the similarity between the service type corresponding to each preset operation function and a plurality of standard types to obtain a plurality of basic similarities corresponding to each preset operation function;
screening out a target basic similarity with the maximum value from the multiple basic similarities, and determining a standard type corresponding to the target basic similarity as a target type corresponding to a preset operation function to obtain target types corresponding to the multiple preset operation functions;
and classifying the target types with the same type in the target types corresponding to the preset operation functions into a group by using preset classification functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise simple query class functions, complex query class functions, service processing class functions and external processing class functions.
In the embodiment of the invention, different external requests are received by setting a universal wildcard rule in a control layer of an interface development framework, the configuration of a service layer and a database operation layer is established in a service logic layer of the interface development framework, the configuration of a universal interface is realized by establishing a plurality of matching call tables, and the efficiency of calling the external requests through the interface is improved.
Fig. 3 and fig. 4 describe the configuration apparatus of the universal interface in the embodiment of the present invention in detail from the perspective of the modular functional entity, and the configuration device of the universal interface in the embodiment of the present invention is described in detail from the perspective of hardware processing.
Fig. 5 is a schematic structural diagram of a configuration device of a universal interface according to an embodiment of the present invention, where the configuration device 500 of the universal interface may generate a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 510 (e.g., one or more processors) and a memory 520, and one or more storage media 530 (e.g., one or more mass storage devices) for storing applications 533 or data 532. Memory 520 and storage media 530 may be, among other things, transient or persistent storage. The program stored on the storage medium 530 may include one or more modules (not shown), each of which may include a series of instruction operations in the configuration device 500 for a common interface. Further, the processor 510 may be configured to communicate with the storage medium 530 to execute a series of instruction operations in the storage medium 530 on the configuration device 500 of the universal interface.
The universal interface configuration device 500 may also include one or more power supplies 540, one or more wired or wireless network interfaces 550, one or more input-output interfaces 560, and/or one or more operating systems 531, such as Windows Server, Mac OS X, Unix, Linux, FreeBSD, etc. Those skilled in the art will appreciate that the configuration device structure of the universal interface shown in fig. 5 does not constitute a limitation of the configuration device of the universal interface, and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The present invention also provides a configuration device of a universal interface, where the computer device includes a memory and a processor, where the memory stores computer readable instructions, and the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the configuration method of the universal interface in the above embodiments.
The present invention also provides a computer-readable storage medium, which may be a non-volatile computer-readable storage medium, and which may also be a volatile computer-readable storage medium, having stored therein instructions, which, when run on a computer, cause the computer to perform the steps of the method for configuring a generic interface.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
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.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A configuration method of a universal interface is characterized in that the configuration method of the universal interface comprises the following steps:
acquiring a general setting rule, configuring wildcards of the general setting rule by using a preset compiling language in a control layer of an interface development framework, and generating a general interface base class;
obtaining a plurality of preset operation functions in a database corresponding to the interface development framework, and classifying the preset operation functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise a simple query class function, a complex query class function, a service processing class function and an external processing class function;
establishing a plurality of matching call tables of the plurality of grouping functions according to different preset configuration rules, and storing the matching call tables in a service logic layer of the interface development framework, wherein the matching call tables at least comprise a simple query class matching call table, a complex query class matching call table, a service processing class matching call table and an external processing class matching call table;
in the interface development framework, a universal interface is created by using the universal interface base class in the control layer and the plurality of matching call tables in the service logic layer, and the configuration operation of the universal interface is completed.
2. The method according to claim 1, wherein the creating a plurality of matching call tables for the plurality of grouping functions according to different preset configuration rules and storing the plurality of matching call tables in a service logic layer of the interface development framework includes at least a simple query class matching call table, a complex query class matching call table, a service processing class matching call table, and an external processing class matching call table, and the method includes:
establishing a universal simple query class matching call table through a preset compiling language, a first grouping function and a first configuration rule, wherein the first grouping function is a simple query class function;
establishing a general complex query class matching call table by adopting the preset compiling language, a second grouping function and a second configuration rule, wherein the second grouping function is a complex query class function;
establishing a general service processing class matching call list by using the preset compiling language, a third grouping function and a third configuration rule, wherein the third grouping function is a service processing class function;
establishing a universal external processing class matching call table based on the preset compiling language, a fourth grouping function and a fourth configuration rule, wherein the fourth grouping function is an external processing class function;
and storing the simple query class matching call table, the complex query class matching call table, the service processing class matching call table and the external processing class matching call table in a service logic layer corresponding to the initial interface development framework.
3. The method according to claim 2, wherein the creating a universal simple query class matching call table by presetting a compiling language, a first grouping function and a first configuration rule, wherein the first grouping function is a simple query class function, and comprises:
establishing an initial simple query class call table through a first configuration rule;
filling name keywords of a first grouping function into the column items in the initial simple query class calling table by adopting a preset compiling language to obtain a basic simple query class calling table, wherein the first grouping function is a simple query class function;
and filling corresponding variable parameters and static parameters in the first grouping function into the line items of the basic simple query class call list by using the preset compiling language to obtain a simple query class matching call list.
4. The method according to claim 2, wherein the creating a common service processing class matching call table by using the preset compiling language, a third grouping function and a third configuration rule, the third grouping function being a service processing class function includes:
establishing an initial service processing class call table through a third configuration rule;
filling name keywords of a third grouping function into the list items of the initial service processing class call list by adopting the preset compiling language to obtain a basic service processing class call list, wherein the third grouping function is a service processing class function;
and filling the variable parameters and the fixed parameters corresponding to the third grouping function into the line items of the basic service processing class call list by using the preset compiling language to obtain a service processing class matching call list.
5. The method according to claim 2, wherein the creating a general external processing class matching call table based on the preset compiling language, a fourth grouping function and a fourth configuration rule, the fourth grouping function being an external processing class function includes:
establishing an initial external processing class call table through a fourth configuration rule;
filling and writing function codes of a fourth grouping function into the column items of the initial external processing class calling table by using the preset compiling language to obtain a basic external processing class calling table, wherein the fourth grouping function is an external processing class function;
and filling and writing the calling address, the calling parameter and the parameter path corresponding to the fourth grouping function into the line item of the basic external processing class calling table by adopting the preset compiling language to obtain an external processing class matching calling table.
6. The method according to claim 1, wherein the obtaining the generic setting rule, configuring wildcards of the generic setting rule in a control layer of an interface development framework by using a preset compiling language, and generating the generic interface base class comprises:
acquiring a general setting rule, and packaging the general setting rule by using a mapping function in a preset compiling language in a control layer of an interface development framework to obtain a packaging component;
matching the packaging assembly by adopting a matching function in the preset compiling language to obtain a wildcard corresponding to the packaging assembly, and generating a universal interface base class.
7. The method according to any one of claims 1 to 6, wherein the obtaining a plurality of preset operation functions in a database corresponding to the interface development framework, and classifying the preset operation functions to obtain a plurality of grouping functions, where the grouping functions at least include a simple query class function, a complex query class function, a service processing class function, and an external processing class function includes:
acquiring a plurality of preset operation functions in a database corresponding to the interface development framework, and acquiring the service type of each preset operation function to obtain the service type corresponding to each preset operation function;
calculating the similarity between the service type corresponding to each preset operation function and a plurality of standard types to obtain a plurality of basic similarities corresponding to each preset operation function;
screening out a target basic similarity with the maximum value from the multiple basic similarities, and determining a standard type corresponding to the target basic similarity as a target type corresponding to a preset operation function to obtain target types corresponding to the multiple preset operation functions;
and classifying the target types with the same type in the target types corresponding to the preset operation functions into a group by using preset classification functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise simple query class functions, complex query class functions, service processing class functions and external processing class functions.
8. A configuration apparatus of a universal interface, the configuration apparatus of the universal interface comprising:
the setting module is used for acquiring a universal setting rule, configuring wildcards of the universal setting rule by using a preset compiling language in a control layer of an interface development framework, and generating a universal interface base class;
the classification module is used for acquiring a plurality of preset operation functions in a database corresponding to the interface development framework, classifying the preset operation functions to obtain a plurality of grouping functions, wherein the grouping functions at least comprise a simple query class function, a complex query class function, a service processing class function and an external processing class function;
the establishing module is used for establishing a plurality of matching call tables of the plurality of grouping functions according to different preset configuration rules and storing the matching call tables in a service logic layer of the interface development framework, wherein the matching call tables at least comprise a simple query class matching call table, a complex query class matching call table, a service processing class matching call table and an external processing class matching call table;
and the creating module is used for creating a universal interface by using the universal interface base class in the control layer and the plurality of matching call tables in the service logic layer in the interface development framework so as to complete the configuration operation of the universal interface.
9. A configuration device for a universal interface, the configuration device for the universal interface comprising: a memory and at least one processor, the memory having instructions stored therein;
the at least one processor invokes the instructions in the memory to cause the configuration device of the generic interface to perform the configuration method of the generic interface of any one of claims 1-7.
10. A computer-readable storage medium having instructions stored thereon, wherein the instructions, when executed by a processor, implement a method for configuring a universal interface according to any one of claims 1-7.
CN202011205592.2A 2020-11-02 2020-11-02 Configuration method, device and equipment of universal interface and storage medium Pending CN112306475A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011205592.2A CN112306475A (en) 2020-11-02 2020-11-02 Configuration method, device and equipment of universal interface and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011205592.2A CN112306475A (en) 2020-11-02 2020-11-02 Configuration method, device and equipment of universal interface and storage medium

Publications (1)

Publication Number Publication Date
CN112306475A true CN112306475A (en) 2021-02-02

Family

ID=74333755

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011205592.2A Pending CN112306475A (en) 2020-11-02 2020-11-02 Configuration method, device and equipment of universal interface and storage medium

Country Status (1)

Country Link
CN (1) CN112306475A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113947446A (en) * 2021-12-21 2022-01-18 深圳前海移联科技有限公司 Member point accumulating and consuming method, member point accumulating and consuming device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050050525A1 (en) * 2003-08-25 2005-03-03 Chittar Rajendra S. System and method of universal programming language conversion
EP1542123A2 (en) * 2003-12-10 2005-06-15 International Business Machines Corporation Method and system for automatically generating service interfaces for a service oriented architecture
US20070282889A1 (en) * 2006-06-05 2007-12-06 Research In Motion Limited System and method for generating runtime metadata for use in the development of mobile device applications
CN101930397A (en) * 2010-04-22 2010-12-29 芯通科技(成都)有限公司 Implementation method of radio frequency module power amplification universal debugging interface
CN110286939A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 Development approach, device, equipment and the storage medium of Software Development Kit
CN110647316A (en) * 2019-09-23 2020-01-03 苏州达家迎信息技术有限公司 Method and device for generating universal business object, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050050525A1 (en) * 2003-08-25 2005-03-03 Chittar Rajendra S. System and method of universal programming language conversion
EP1542123A2 (en) * 2003-12-10 2005-06-15 International Business Machines Corporation Method and system for automatically generating service interfaces for a service oriented architecture
US20070282889A1 (en) * 2006-06-05 2007-12-06 Research In Motion Limited System and method for generating runtime metadata for use in the development of mobile device applications
CN101930397A (en) * 2010-04-22 2010-12-29 芯通科技(成都)有限公司 Implementation method of radio frequency module power amplification universal debugging interface
CN110286939A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 Development approach, device, equipment and the storage medium of Software Development Kit
CN110647316A (en) * 2019-09-23 2020-01-03 苏州达家迎信息技术有限公司 Method and device for generating universal business object, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
雷明涛 等: "面向对象的通用数据库访问接口泛化方法研究", 通信技术, no. 02, pages 133 - 138 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113947446A (en) * 2021-12-21 2022-01-18 深圳前海移联科技有限公司 Member point accumulating and consuming method, member point accumulating and consuming device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108055248B (en) Dubbo framework-based remote calling method, server and storage medium
CN101510881B (en) Method and device for providing web page
KR20060109519A (en) Apparatus and method for processing web service
CN106339254A (en) Quick starting method and device, and management node for virtual machine
CN111367507A (en) Page code generation method, device, equipment and storage medium
CN111443901B (en) Java reflection-based service expansion method and device
CN106933817B (en) Content query method, device and system based on B/S structure
CN114218315A (en) Interface generation method and device, computer equipment and storage medium
CN112306475A (en) Configuration method, device and equipment of universal interface and storage medium
CN110020060B (en) Webpage data crawling method and device and storage medium
CN113434311B (en) Service data interaction method, device, equipment and storage medium
CN112541005A (en) Number generation method and device and electronic equipment
CN103914479A (en) Resource request matching method and device
CN112306504A (en) Module deployment method, device, equipment and storage medium based on configuration requirements
CN112947900B (en) Web application development method and device, server and development terminal
CN112083925A (en) Data acquisition method, device, equipment and storage medium based on H5 page development
CN110297843B (en) Data query method and system for B/S system and terminal
CN108460116B (en) Search method, search device, computer equipment, storage medium and search system
CN116185545A (en) Page rendering method and device
CN107911459A (en) A kind of Web page storage device
CN111737542B (en) Medicine entity information searching method and storage medium
CN106815247B (en) Uniform resource locator obtaining method and device
US9311367B2 (en) Database extension structure
CN112883296A (en) Visual page loading method, device and equipment and storage medium
CN107786604B (en) Method and device for determining content server

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