CN113485693A - Interface configuration method, device, equipment and storage medium - Google Patents

Interface configuration method, device, equipment and storage medium Download PDF

Info

Publication number
CN113485693A
CN113485693A CN202110687160.8A CN202110687160A CN113485693A CN 113485693 A CN113485693 A CN 113485693A CN 202110687160 A CN202110687160 A CN 202110687160A CN 113485693 A CN113485693 A CN 113485693A
Authority
CN
China
Prior art keywords
interface
configuration
area
interface configuration
module
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.)
Granted
Application number
CN202110687160.8A
Other languages
Chinese (zh)
Other versions
CN113485693B (en
Inventor
娄健
沈飞
刘国亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Baiqiu E Commerce Co ltd
Original Assignee
Shanghai Baiqiu E Commerce 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 Shanghai Baiqiu E Commerce Co ltd filed Critical Shanghai Baiqiu E Commerce Co ltd
Priority to CN202110687160.8A priority Critical patent/CN113485693B/en
Publication of CN113485693A publication Critical patent/CN113485693A/en
Application granted granted Critical
Publication of CN113485693B publication Critical patent/CN113485693B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • G06F8/355Round-trip engineering
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an interface configuration method, an interface configuration device, interface configuration equipment and a storage medium, aiming at the problems that the prior HUB system needs to be connected with an internal system and different external systems, the interface development types are various and the period is long, a plurality of functional modules are generated by interface codes according to functional division, configuration files of the functional modules are written, and a front-end page of interface configuration is generated by configuration; the front page comprises a function module area and an interface configuration area; and moving the functional modules in the functional module area to the interface configuration area for combination to obtain the target interface. The system automatically generates the PHP script codes through the front-end page configuration interface function, a programmer is not required to specially write a code development interface function, repeated labor is avoided, development efficiency is improved, and the system can conveniently manage the interfaces in a unified mode.

Description

Interface configuration method, device, equipment and storage medium
Technical Field
The invention belongs to the technical field of data transmission, and particularly relates to an interface configuration method, device, equipment and storage medium.
Background
The HUB system is used for getting through operation interaction and data push of internal OMS, PIM, external ERP, ECS, WMS and PIM systems, and realizing interface butt joint among different systems, and is a data transfer station. At present, in the e-commerce industry, because systems used by different brands are different, various customized interface development needs to be carried out on the HUB system; the code style of each programmer is different, so that the problems of repeated labor, inconsistent code specifications and the like exist; these factors cause problems of low development efficiency, difficult interface management, and the like, because many times are often required for communication and communication in development and maintenance of the HUB system.
Disclosure of Invention
The invention aims to provide an interface configuration method, an interface configuration device, equipment and a storage medium.
In order to solve the problems, the technical scheme of the invention is as follows:
an interface configuration method, the interface is used for data transmission between an internal system and an external system, the interface configuration method comprises:
generating a plurality of functional modules by the interface codes according to functional division, writing configuration files of the functional modules, and generating a front-end page of interface configuration through configuration; the front-end page comprises a function module area and an interface configuration area;
moving the functional modules in the functional module area to an interface configuration area for combination to obtain a target interface;
the front-end page automatically generates a parameter list which needs to be configured by the functional module in the interface configuration area in response to the operation of dragging the functional module in the functional module area to the interface configuration area, and carries out sequencing assignment on the functional module; storing the configuration data in a database in response to the operation of saving the configuration parameters; responding to the operation of generating the script, and automatically generating a PHP script file corresponding to the interface; and the PHP script file sequentially calls the function methods in the corresponding configuration files and the configuration data in the database according to the sequencing of the function modules to realize interface configuration.
According to an embodiment of the present invention, the moving the functional module in the functional module area to the interface configuration area for combining further includes:
and dragging the functional module to the interface configuration area, and carrying out position movement or deletion operation on the functional module in the interface configuration area.
According to an embodiment of the present invention, the storing the configuration data in the database in response to the operation of saving the configuration parameters further includes:
responding to the operation of saving the configuration parameters, generating a configuration table and a module table of the target interface in the database, giving a unique interface single number and a unique version number to the configuration table, storing the functional module in the module table, and performing association binding on the module table and the interface single number of the configuration table.
According to an embodiment of the present invention, the automatically generating a PHP script file corresponding to an interface in response to the operation of generating a script further includes:
the PHP script files are named according to the interface types, and one interface corresponds to one PHP script file;
an index method exists in the PHP script file and is used for calling a function method in the function module; the functional method of each functional module has a unique ranking value.
According to an embodiment of the present invention, after the interface configuration is implemented, the method further includes: and configuring a timing task for the target interface.
According to one embodiment of the invention, in response to configuration operation of a timed task on a target interface, Laravel is adopted for task scheduling, configuration information of the timed task is obtained from a database, and a Cron item is created in a server and used for calling a command scheduler in Laravel according to a preset time interval; when a schedule run command is executed, Laravel runs an expired interface timing task and calls and executes a corresponding PHP script file.
An interface configuration apparatus comprising:
the front-end page generating module is used for generating a plurality of functional modules according to the functional division of the interface codes, writing configuration files of the functional modules and generating a front-end page of interface configuration through configuration; the front-end page comprises a function module area and an interface configuration area;
the interface configuration module is used for moving the functional modules in the functional module area to the interface configuration area for combination to obtain a target interface;
the front-end page automatically generates a parameter list which needs to be configured by the functional module in the interface configuration area in response to the operation of dragging the functional module in the functional module area to the interface configuration area, and performs sequencing assignment on the functional module; storing the configuration data in a database in response to the operation of saving the configuration parameters; responding to the operation of generating the script, and automatically generating a PHP script file corresponding to the interface; and the PHP script file sequentially calls the function methods in the corresponding configuration files and the configuration data in the database according to the sequencing of the function modules to realize interface configuration.
According to an embodiment of the present invention, the interface configuration device further includes a timed task configuration module, where the timed task configuration module performs task scheduling by using Laravel, acquires configuration information of a timed task from a database, and creates a Cron entry in the server, where the Cron entry is used to call a command scheduler in the Laravel according to a preset time interval; when a schedule run command is executed, Laravel runs an expired interface timing task and calls and executes a corresponding PHP script file.
An interface configuration device includes a memory and a processor, where the memory stores computer readable instructions, and the processor executes the computer readable instructions to implement an interface configuration method in an embodiment of the present invention.
A computer-readable medium storing a computer program which, when executed by one or more processors, implements an interface configuration method in an embodiment of the invention.
Due to the adoption of the technical scheme, compared with the prior art, the invention has the following advantages and positive effects:
1) according to the interface configuration method in one embodiment of the invention, aiming at the problems that an internal system and different external systems need to be connected with each other in the conventional HUB system, the interface development types are multiple and the period is long, a plurality of functional modules are generated by interface codes according to functional division, configuration files of the functional modules are written, and front-end pages of interface configuration are generated by configuration; the front page comprises a function module area and an interface configuration area; and moving the functional modules in the functional module area to the interface configuration area for combination to obtain the target interface. The system automatically generates the PHP script codes through the front-end page configuration interface function, a programmer is not required to specially write a code development interface function, repeated labor is avoided, development efficiency is improved, and the system can conveniently manage the interfaces in a unified mode.
2) In the interface configuration method in an embodiment of the present invention, each time a function module in the function module area is dragged into the interface configuration area, a unique ordering value is assigned to the function method name of the function module, so that the problem of the same function method name caused by configuring multiple same function modules is avoided, and the subsequent call of the function module is clearly understood.
Drawings
Fig. 1 is a flow chart of an interface configuration method according to an embodiment of the present invention;
FIG. 2 is a code diagram of reading an example xml file in one embodiment of the invention;
FIG. 3 is a code diagram for compressing a multi-dimensional array according to an embodiment of the present invention;
FIG. 4 is a diagram of a front-end page in an embodiment of the invention;
FIG. 5 is a code diagram for storing interface configuration data in a database in accordance with an embodiment of the present invention;
FIG. 6 is a functional module code generation diagram in accordance with an embodiment of the present invention;
FIG. 7 is a block diagram of an interface configuration apparatus according to an embodiment of the present invention;
fig. 8 is a schematic diagram of an interface configuration device according to an embodiment of the present invention.
Detailed Description
The following describes an interface configuration method, apparatus, device, and storage medium according to the present invention in detail with reference to the accompanying drawings and specific embodiments. Advantages and features of the present invention will become apparent from the following description and from the claims.
Example one
The embodiment provides an interface configuration method aiming at the problems that an internal system and different external systems need to be connected in an abutting joint mode in the conventional HUB system, the interface development types are multiple, and the period is long; the front page comprises a function module area and an interface configuration area; and moving the functional modules in the functional module area to the interface configuration area for combination to obtain the target interface. The configuration of the interface function is realized by the front-end page, the system automatically generates the PHP script code, a programmer is not required to specially write a code development interface function, the repeated labor is avoided, the development efficiency is improved, and the system is convenient to uniformly manage the interface.
Specifically, referring to fig. 1, the interface configuration method includes:
s1: generating a plurality of functional modules by the interface codes according to functional division, writing configuration files of the functional modules, and generating a front-end page of interface configuration through configuration; the front-end page comprises a function module area and an interface configuration area;
s2: moving the functional modules in the functional module area to an interface configuration area for combination to obtain a target interface;
the front-end page automatically generates a parameter list which needs to be configured by the functional module in the interface configuration area in response to the operation of dragging the functional module in the functional module area to the interface configuration area, and carries out sequencing assignment on the functional module; storing the configuration data in a database in response to the operation of saving the configuration parameters; responding to the operation of generating the script, and automatically generating a PHP script file corresponding to the interface; and the PHP script file sequentially calls the function methods in the corresponding configuration files and the configuration data in the database according to the sequencing of the function modules to realize interface configuration.
In step S1, the interface code is divided into several functional modules according to functions, a configuration file of each functional module is written, and a front-end page of the interface configuration is generated by the configuration. The front-end page comprises a function module area and an interface configuration area, wherein the function module area comprises the following function modules:
SFTP login module: the method is used for logging in a server by a program to obtain an SFTP connection resource object.
A file locking module: the method is used for screening and limiting suffixes and prefixes of file names of files needing to be operated in the file directory, and files which do not meet conditions cannot be selected by a program for operation.
A file operation module: the file downloading method is used for downloading files in the folder designated by the remote server to the local server and uploading files in the folder designated by the local server to the remote server.
A file reading module: and reading the txt type file and storing the xml file into a table.
A file creation module: the program splices the fields according to the field separators configured by the user and stores the fields into the file, and then reads the next row of data and sequentially stores the data into the file.
The interface request information configuration module: the request configuration for the program to send webservice, the user can configure whether to have multiple threads, multiple thread number, request mode [ post, get, put, patch, delete ], certificate configuration, request header information, service parameter encryption, and the like.
The interface request parameter configuration module: and adding configuration of signature verification mode to the interface.
The received information configuration module: and (4) carrying out subsequent data processing after the interface webservice is successfully called, marking the state, moving into a history table and the like.
A self-defined code module: if the existing module can not complete some specific functions, the user can write codes into the PHP script of the system in a customized mode.
The file reading module is used for reading txt files and xml files.
A txt-type file as referred to herein is not intended to refer to a txt suffix. The file can be composed of any number of records, and the records are separated by a certain linefeed character; each record is made up of fields, and separators between fields are other characters or strings, most commonly commas. Typically, all records have identical field sequences. The readable file coding formats comprise UTF-8BOM, UTF-8, Unicode and ANSI 4. The user can configure the field separator by himself, and the program will store the fields of the table of the database in turn according to the field sequence of each row. After reading the data of one row, the next row is read to continue to store the data.
When reading an xml file, the tag field value of the xml file to be read may be stored in a database. The user uploads the example xml file to the system, the system reads the content of the example xml file, compresses the example xml file into one-dimensional data, and then performs calculation analysis on the xml file to obtain the overall one-dimensional structure information of the xml file, wherein $ k is a variable, please refer to fig. 2.
And then, rendering the one-dimensional structure information in a page, wherein a user can configure corresponding mapping fields for each line of the xml structure, and the mapping fields correspond to the storage table.
There are 2 cases of xml storage in the database: the order table stores, for example, an order xml file, which contains order header information and information of the item row details. If there are multiple commodity lines, we can store them in the list according to the commodity details. And storing multiple tables, wherein when the order has the preference of multiple order levels, the single table cannot be stored, only one table stores order detail information, the other table stores corresponding order preference information, and the two tables are associated through a single number.
After the system program reads the xml file, the related characters are obtained, the data are converted into an array in the PHP through processing, and the multidimensional array is compressed to obtain one-dimensional data, please refer to fig. 3. And finally, matching the one-dimensional data with the xml one-dimensional structure obtained by previous analysis, and storing the value corresponding to the key in a field of a table configured by a user by changing the value of $ k in a special cycle.
In step S2, the function modules in the function module area are moved to the interface configuration area for combination, so as to obtain the target interface, please refer to fig. 4. When the functional modules in the functional module area are moved to the interface configuration area for combination, the functional modules can be dragged to the interface configuration area, and the position of the functional modules in the interface configuration area is moved or deleted. And the front-end page responds to the operation of dragging the functional module in the functional module area to the interface configuration area, automatically generates a parameter list which needs to be configured by the functional module in the interface configuration area, and carries out sequencing and assignment on the functional module.
When the front-end page completes interface configuration, a page saving button can be clicked, and the system responds to the operation of saving configuration parameters and stores configuration data into the database. When the interface configuration data is saved, a configuration table and a module table of the target interface are generated in the database, a unique interface single number and a unique version number (default initial version is V1.0) are assigned to the configuration table, the function module is stored in the module table, and the module table and the interface single number of the configuration table are associated and bound, please refer to fig. 5.
After the configuration is stored, the PHP script system field generation operation can be carried out on the interface. The system responds to the operation of generating the script and automatically generates a PHP script file corresponding to the interface configuration; when the PHP script file is configured according to the interface, the sequencing of each functional module sequentially calls the functional method in the corresponding configuration file and the configuration data in the database to realize the interface configuration.
The PHP script files are named according to the interface types, and one interface corresponds to one PHP script file;
an index method exists in the PHP script file and is used for calling the function method in the function module. In the PHP script file, each functional module is an independent method, and parameter transmission among the functional modules is to assign values and obtain values through the attribute of the PHP script class. The method name of each function module is provided with a unique sorting value, so that the problem of the same method name caused by the fact that a user configures a plurality of same modules is solved, please refer to fig. 6.
After the interface configuration is realized, the user can configure the interface for a timing task (such as a timing scheduling task). The system responds to the configuration operation of a timing task on a target interface, adopts Laravel to carry out task scheduling, acquires the configuration information of the timing task from a database, and creates a Cron entry in a server for calling a command scheduler in the Laravel according to a preset time interval (such as one minute); when a schedule run command is executed, Laravel firstly needs to evaluate a scheduled task and run an expired interface timing task, and calls and executes a corresponding PHP script file.
The method includes the steps that Laravel is a PHPWeb development framework, task scheduling and evaluation are carried out by the Laravel, and configured interfaces are opened at regular time.
The embodiment provides an interface configuration method aiming at the problems that an internal system and different external systems need to be connected in an abutting joint mode in the conventional HUB system, the interface development types are multiple, and the period is long; the front page comprises a function module area and an interface configuration area; and moving the functional modules in the functional module area to the interface configuration area for combination to obtain the target interface. The configuration of the interface function is realized by the front-end page, the system automatically generates the PHP script code, a programmer is not required to specially write a code development interface function, the repeated labor is avoided, the development efficiency is improved, and the system is convenient to uniformly manage the interface.
Example two
The present embodiment provides an interface configuration apparatus, please refer to fig. 7, the interface configuration apparatus includes:
the front-end page generating module 1 is used for generating a plurality of functional modules according to the functional division of the interface codes, writing configuration files of the functional modules and generating a front-end page of interface configuration through configuration; the front-end page comprises a function module area and an interface configuration area;
the interface configuration module 2 is used for moving the functional modules in the functional module area to the interface configuration area for combination to obtain a target interface;
the front-end page automatically generates a parameter list which needs to be configured by the functional modules in the interface configuration area in response to the operation of dragging the functional modules in the functional module area to the interface configuration area, and performs sequencing assignment on the functional modules; storing the configuration data in a database in response to the operation of saving the configuration parameters; responding to the operation of generating the script, and automatically generating a PHP script file corresponding to the interface; and the PHP script file sequentially calls the function methods in the corresponding configuration files and the configuration data in the database according to the sequencing of the function modules to realize interface configuration.
The timed task configuration module 3 is used for scheduling tasks by adopting Laravel, acquiring configuration information of the timed tasks from a database, and creating a Cron entry in the server for calling a command scheduler in the Laravel according to a preset time interval; when a schedule run command is executed, Laravel runs an expired interface timing task and calls and executes a corresponding PHP script file.
The functions and implementation methods of the front-end page generating module 1, the interface configuring module 2 and the timing task configuring module 3 are all as described in the above embodiment, and are not described herein again.
EXAMPLE III
The second embodiment of the present invention describes the interface configuration apparatus from the perspective of the modular functional entity, and the following describes the interface configuration apparatus in detail from the perspective of hardware processing.
Referring to fig. 8, the interface configuration apparatus 500 may have 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, one or more storage media 530 (e.g., one or more mass storage devices) 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 interface configuration apparatus 500.
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 interface configuration apparatus 500.
The interface configuration apparatus 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, Vista, and the like.
Those skilled in the art will appreciate that the interface configuration device configuration shown in fig. 8 does not constitute a limitation of the interface configuration device 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 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. The computer-readable storage medium stores instructions that, when executed on a computer, cause the computer to perform the steps of the interface configuration method in the first embodiment.
The modules in the second embodiment, if implemented in the form of software functional modules and sold or used as independent products, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present invention may be substantially or partially implemented in software, 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: a U-disk, a removable hard disk, a Read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and devices may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The embodiments of the present invention have been described in detail with reference to the accompanying drawings, but the present invention is not limited to the above embodiments. Even if various changes are made to the present invention, it is still within the scope of the present invention if they fall within the scope of the claims of the present invention and their equivalents.

Claims (10)

1. An interface configuration method, the interface is used for data transmission between an internal system and an external system, the interface configuration method comprises:
generating a plurality of functional modules by the interface codes according to functional division, writing configuration files of the functional modules, and generating a front-end page of interface configuration through configuration; the front-end page comprises a function module area and an interface configuration area;
moving the functional modules in the functional module area to an interface configuration area for combination to obtain a target interface;
the front-end page automatically generates a parameter list which needs to be configured by the functional module in the interface configuration area in response to the operation of dragging the functional module in the functional module area to the interface configuration area, and carries out sequencing assignment on the functional module; storing the configuration data in a database in response to the operation of saving the configuration parameters; responding to the operation of generating the script, and automatically generating a PHP script file corresponding to the interface; and the PHP script file sequentially calls the function methods in the corresponding configuration files and the configuration data in the database according to the sequencing of the function modules to realize interface configuration.
2. The interface configuration method of claim 1, wherein said moving the functional modules within the functional module area to the interface configuration area for combination further comprises:
and dragging the functional module to the interface configuration area, and carrying out position movement or deletion operation on the functional module in the interface configuration area.
3. The interface configuration method of claim 1, wherein storing configuration data in a database in response to the operation of saving configuration parameters further comprises:
responding to the operation of saving the configuration parameters, generating a configuration table and a module table of the target interface in the database, giving a unique interface single number and a unique version number to the configuration table, storing the functional module in the module table, and performing association binding on the module table and the interface single number of the configuration table.
4. The interface configuration method of claim 1, wherein automatically generating a PHP script file corresponding to an interface in response to the operation of generating the script further comprises:
the PHP script files are named according to the interface types, and one interface corresponds to one PHP script file;
an index method exists in the PHP script file and is used for calling a function method in the function module; the functional method of each functional module has a unique ranking value.
5. The interface configuration method of claim 1, wherein the implementing the interface configuration further comprises: and configuring a timing task for the target interface.
6. The interface configuration method according to claim 5, wherein in response to a configuration operation of a timed task on a target interface, using Laravel to perform task scheduling, acquiring configuration information of the timed task from a database, and creating a Cron entry in the server for calling a command scheduler in Laravel according to a preset time interval; when a schedule run command is executed, Laravel runs an expired interface timing task and calls and executes a corresponding PHP script file.
7. An interface configuration apparatus, comprising:
the front-end page generating module is used for generating a plurality of functional modules according to the functional division of the interface codes, writing configuration files of the functional modules and generating a front-end page of interface configuration through configuration; the front-end page comprises a function module area and an interface configuration area;
the interface configuration module is used for moving the functional modules in the functional module area to the interface configuration area for combination to obtain a target interface;
the front-end page automatically generates a parameter list which needs to be configured by the functional module in the interface configuration area in response to the operation of dragging the functional module in the functional module area to the interface configuration area, and performs sequencing assignment on the functional module; storing the configuration data in a database in response to the operation of saving the configuration parameters; responding to the operation of generating the script, and automatically generating a PHP script file corresponding to the interface; and the PHP script file sequentially calls the function methods in the corresponding configuration files and the configuration data in the database according to the sequencing of the function modules to realize interface configuration.
8. The interface configuration device according to claim 7, further comprising a timed task configuration module, wherein the timed task configuration module performs task scheduling by using Laravel, acquires configuration information of a timed task from a database, and creates a Cron entry in the server, for calling a command scheduler in the Laravel according to a preset time interval; when a schedule run command is executed, Laravel runs an expired interface timing task and calls and executes a corresponding PHP script file.
9. An interface configuration device, comprising a memory and a processor, wherein the memory stores computer readable instructions, and the processor executes the computer readable instructions to implement the interface configuration method according to any one of claims 1 to 6.
10. A computer-readable medium storing a computer program, wherein the computer program, when executed by one or more processors, implements the interface configuration method of any one of claims 1 to 6.
CN202110687160.8A 2021-06-21 2021-06-21 Interface configuration method, device, equipment and storage medium Active CN113485693B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110687160.8A CN113485693B (en) 2021-06-21 2021-06-21 Interface configuration method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110687160.8A CN113485693B (en) 2021-06-21 2021-06-21 Interface configuration method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113485693A true CN113485693A (en) 2021-10-08
CN113485693B CN113485693B (en) 2023-06-16

Family

ID=77935699

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110687160.8A Active CN113485693B (en) 2021-06-21 2021-06-21 Interface configuration method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113485693B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10783123B1 (en) * 2014-05-08 2020-09-22 United Services Automobile Association (Usaa) Generating configuration files
CN112667278A (en) * 2020-12-25 2021-04-16 山东众阳健康科技集团有限公司 Hospital medical insurance interface configuration method and system
CN112764751A (en) * 2021-01-27 2021-05-07 深圳市酷开网络科技股份有限公司 Interface generation method and device, interface request method and device and storage medium
CN112947911A (en) * 2021-04-26 2021-06-11 平安普惠企业管理有限公司 Interface script generation method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10783123B1 (en) * 2014-05-08 2020-09-22 United Services Automobile Association (Usaa) Generating configuration files
CN112667278A (en) * 2020-12-25 2021-04-16 山东众阳健康科技集团有限公司 Hospital medical insurance interface configuration method and system
CN112764751A (en) * 2021-01-27 2021-05-07 深圳市酷开网络科技股份有限公司 Interface generation method and device, interface request method and device and storage medium
CN112947911A (en) * 2021-04-26 2021-06-11 平安普惠企业管理有限公司 Interface script generation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN113485693B (en) 2023-06-16

Similar Documents

Publication Publication Date Title
US12067007B1 (en) Analyzing a pipelined search to determine data on which to execute the pipelined search
US20220083572A1 (en) Extraction rule generation using clustering
JP5298117B2 (en) Data merging in distributed computing
US20170286455A1 (en) Technology Add-On Packages Controlling a Data Input and Query System
US11615082B1 (en) Using a data store and message queue to ingest data for a data intake and query system
US5678044A (en) System and method for improved rehosting of software systems
CN106067080B (en) Configurable workflow capabilities are provided
US9356966B2 (en) System and method to provide management of test data at various lifecycle stages
US20050251812A1 (en) Data conversion system, method, and apparatus
CN107943945B (en) Isomery operator management method in a kind of big data analysis development platform
CN105144080A (en) System for metadata management
CN104572122A (en) Software application data generating device and method
WO2006026659A2 (en) Services oriented architecture for data integration services
US20220245093A1 (en) Enhanced search performance using data model summaries stored in a remote data store
CN107301214A (en) Data migration method, device and terminal device in HIVE
CN110442620A (en) A kind of big data is explored and cognitive approach, device, equipment and computer storage medium
US11599396B2 (en) Resegmenting chunks of data based on source type to facilitate load balancing
US20210124752A1 (en) System for Data Collection, Aggregation, Storage, Verification and Analytics with User Interface
KR102339897B1 (en) Method for providing business process management system based on automatic report generation
CN110941629A (en) Metadata processing method, device, equipment and computer readable storage medium
US9703800B1 (en) Method and system for calculating changes for a large data set
CN113485693B (en) Interface configuration method, device, equipment and storage medium
CN109033196A (en) A kind of distributed data scheduling system and method
US11841827B2 (en) Facilitating generation of data model summaries
US8229882B2 (en) System and method for business intelligence metadata exchange

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
CB02 Change of applicant information

Address after: 200335 floor 2, building B, No. 1358 Xiehe Road, Changning District, Shanghai

Applicant after: Shanghai baiqiu new online commerce Digital Technology Co.,Ltd.

Address before: 200335 room 2403, floor 1, building 8, No. 33, Guangshun Road, Changning District, Shanghai

Applicant before: Shanghai baiqiu e-commerce Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant