CN114721704A - Multi-platform docking method and device, electronic equipment and computer readable medium - Google Patents

Multi-platform docking method and device, electronic equipment and computer readable medium Download PDF

Info

Publication number
CN114721704A
CN114721704A CN202011531226.6A CN202011531226A CN114721704A CN 114721704 A CN114721704 A CN 114721704A CN 202011531226 A CN202011531226 A CN 202011531226A CN 114721704 A CN114721704 A CN 114721704A
Authority
CN
China
Prior art keywords
information
interface
target
source
matching
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
CN202011531226.6A
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.)
Hangzhou Ancun Network Technology Co ltd
Original Assignee
Hangzhou Ancun Network Technology 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 Hangzhou Ancun Network Technology Co ltd filed Critical Hangzhou Ancun Network Technology Co ltd
Priority to CN202011531226.6A priority Critical patent/CN114721704A/en
Publication of CN114721704A publication Critical patent/CN114721704A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Facsimiles In General (AREA)

Abstract

The application provides a method, a device, an electronic device and a computer readable medium for multi-platform docking, wherein the method comprises the following steps: acquiring a source interface document from an information source system; acquiring a target interface document from an information target system; analyzing the source interface information of the source interface document; analyzing the target interface information of the target interface document; matching corresponding contents of the source interface information and the target interface information to obtain matching information; and persisting the matching information. According to the technical scheme of the application, non-technical related personnel can directly set an interface docking scheme, and the system can be directly docked more efficiently.

Description

Multi-platform docking method and device, electronic equipment and computer readable medium
Technical Field
The present application relates to the technical field of API interface application, and in particular, to a method, a system, an electronic device, and a computer-readable medium for multi-platform docking.
Background
With the popularization and popularization of internet applications, customized products are usually subjected to interface docking with original products or other related applications of customers during delivery, and the current solution is to invest teams into product design and developers to perform code level optimization development, which results in long time consumption, high cost and easy error reporting.
The inventor finds that in the prior art, the system docking condition in the prior art is summarized as follows:
1. the communication of system product personnel of both parties defines a good butt joint interface;
2. the designers of both parties communicate the scheme of the butt joint interface, and then design the code development scheme suitable for the system of the other party respectively;
3. developing the docking interface by a developer according to a code development scheme;
4. the systems of the two parties are mutually adjusted to see whether the butt joint is normal.
This makes the realization of multi-platform interface docking require a large number of developers, which are professionals in the field, the technical requirements for interface operation docking are very high, and non-professional or non-developers cannot be competent for direct system-to-system docking.
Specifically, for example, in a newly started e-commerce platform, in a scenario of facilitating payment for a user, a WeChat and a Payment treasure are generally docked, and a bank card supporting each house is further added for a payment means. The butt joint of the bank payment systems, the discount rate, the joint debugging between the bank and the e-commerce platform and the settlement system are all that the e-commerce platform developers need to communicate with each bank to coordinate and invest a large amount of time cost and labor cost. How to provide a structural design is reasonable, the butt joint interface management solves the high human consumption when system and system dock, and the high labour hour is high, costly problem, lets non-technical relevant personnel just can directly set up the interface butt joint scheme, how to let system and system direct butt joint can be more high-efficient, has become the key of this field of technology.
The above information disclosed in this background section is only for enhancement of understanding of the background of the application and therefore it may contain information that does not constitute prior art that is already known to a person of ordinary skill in the art.
Disclosure of Invention
The application provides a multi-platform docking method, which can realize low labor consumption, low working hour and low cost when a system is docked with the system, and enables non-technical related personnel to directly set an interface docking scheme and the system to be docked with the system directly more efficiently.
The features and advantages of the present solution will become apparent from the following detailed description, or may be learned through practice of the present application.
According to an aspect of the present application, a method for multi-platform docking is provided, including obtaining a source interface document from an information source system; acquiring a target interface document from an information target system; analyzing the source interface information of the source interface document; analyzing the target interface information of the target interface document; matching corresponding contents of the source interface information and the target interface information to obtain matching information; and persisting the matching information.
According to some embodiments, parsing source interface information of an information source interface document includes: analyzing the source interface request header information according to the template configuration, obtaining the source interface request header related information, and persisting the source interface request header related information into a database; analyzing the source request parameter information according to the template configuration, and acquiring source interface request parameter related information; and persisting the information related to the source interface request parameter into a database.
According to some embodiments, parsing target interface information in a target interface document includes: analyzing the target request parameter information according to the template configuration, obtaining the target request parameter related information, and persisting the target request parameter related information into a database; analyzing the target return parameter information according to the template configuration, obtaining the target return parameter related information, and persisting the target return parameter related information into a database.
According to some embodiments, matching the respective content comprises: matching the path of the source interface information with the path of the target interface information, and corresponding and persisting the target path and the source path to a database one by analyzing interface persistence information; matching the request field of the source interface information with the request field of the target interface information, and corresponding and persisting the target request field and the source request field to a database one by analyzing interface persistence information; matching the return field of the source interface information with the return field of the target interface information, and corresponding the target return field and the source return field one by one and persisting the target return field and the source return field to the database by analyzing the interface persistence information.
According to some embodiments, a matching interface is provided through manual configuration according to template configuration, and matching is completed in response to user operation.
According to some embodiments, automatic matching is performed by AI with tags according to the template configuration.
According to another aspect of the present application, there is provided a method for multi-platform docking, comprising: receiving first request interface information from a first information source system, wherein the first request interface information is appointed to be sent to a first information target system; acquiring first matching information corresponding to the first request interface information; reassembling the first request interface information according to the first matching information to obtain second interface information; sending the second interface information to the first information target system; receiving response information from the first information target system; acquiring second matching information corresponding to the response information; reassembling the response information according to the second matching information to obtain first return information; and sending the reassembled first return information to the first information source system.
According to another aspect of the present application, an apparatus for interfacing to a platform interface is provided, including a read interface document content module for processing a content read of a source interface document and a document content read of a target interface; the interface information analysis module is used for reading the text content obtained by the interface document content module and configuring the text content according to a template, acquiring required related information and persisting the acquired information into a database; and the interface and interface matching module is used for analyzing the interface persistence information acquired by the interface information module, and corresponding and persisting the required information to the database one by one.
According to another aspect of the present application, an electronic device is presented, comprising one or more processors; storage means for storing one or more programs; when executed by the one or more processors, cause the one or more processors to implement a method as described above.
According to another aspect of the application, a computer-readable medium is proposed, having stored thereon a computer program comprising: which when executed by a processor implements a method as described above.
According to the technical scheme of the application, through the interface of the butt joint of the communication system of the product personnel of both sides, the product personnel directly use the interface document of the sending end system, upload to the interface butt joint system of the application and automatically identify the interface document, the technical level required by the interface butt joint is reduced, professional design developers are omitted, and non-professional or developed personnel can be competent for the direct butt joint of the system and the system. Furthermore, the time cost is reduced, a developer is not required to spend a great deal of time to design and develop work, and the expansibility of the system is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without exceeding the protection scope of the present application.
FIG. 1 illustrates a flow diagram of the operation of a multi-platform interface docking device according to an exemplary embodiment.
FIG. 2 illustrates a flow diagram of multi-platform interface docking processing information, according to an example embodiment.
FIG. 3a illustrates a flow diagram of multi-platform interface docking processing information according to another example embodiment.
FIG. 3b illustrates a flow diagram of document content reading according to an exemplary embodiment.
FIG. 4 shows a flowchart of a multi-platform interface docking operation, according to another example embodiment.
Fig. 5 shows a block diagram of an interface docking device according to an example embodiment.
FIG. 6 shows a block diagram of an electronic device according to an example embodiment.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals denote the same or similar parts in the drawings, and thus, a repetitive description thereof will be omitted.
The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the embodiments of the disclosure can be practiced without one or more of the specific details, or with other means, components, materials, devices, etc. In such cases, well-known structures, methods, devices, implementation steps, materials, or operations are not shown or described in detail.
Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
The terms "first," "second," and the like in the description and claims of the present application and in the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions.
FIG. 1 illustrates a flow diagram of a multi-platform interface docking operation, according to an example embodiment.
As shown in fig. 1, according to the method for multi-platform docking according to the embodiment of the present application, a sender system a serves as an information source system, and assembly information is sent to the outside; the receiving side system B is used as an information target system, receives the information from the sending side system A and returns the information required by the sending side system A.
In the prior art, a general processing system docking process is as follows:
the communication of system product personnel of both parties defines a good butt joint interface; the designers of both parties communicate the scheme of the docking interface, and then design the code development scheme suitable for the system of the other party respectively; developing the docking interface by a developer according to a code development scheme; the systems of the two parties are mutually adjusted to see whether the butt joint is normal.
This makes the realization of multi-platform interface docking require a large number of developers, which are professionals in the field, the technical requirements for interface operation docking are very high, and non-professional or non-developers cannot be competent for direct system-to-system docking.
Based on this, the present application proposes a method for multi-platform docking. In the method, as shown in fig. 1, an interface docking device C serves as information relay, configures information sent by a sender system a according to a rule, namely a template, required for receiving by a receiver system B, assembles data, and forwards the assembled data to the receiver system B; and reassemble the data according to the return information of the receiver system B and return the reassembled data to the sender system a, but the application is not limited thereto. That is, in other embodiments not shown in the present application, the number of the sender system and the number of the receiver system may be multiple, and the number is not limited.
Through the technical scheme of the example embodiment, non-technical related personnel can directly set the interface docking scheme, and the system can be directly docked with the system more efficiently.
FIG. 2 illustrates a flow diagram of a multi-platform interface docking processing module in accordance with an exemplary embodiment.
According to an embodiment, a method for multi-platform docking includes obtaining a source interface document from an information source system; acquiring a target interface document from an information target system; analyzing the source interface information of the source interface document; analyzing the target interface information of the target interface document; matching corresponding contents of the source interface information and the target interface information to obtain matching information; and persisting the matching information.
Referring to fig. 2, first, a source interface document from an information source system is acquired S201, and then, source interface information of the source interface document is parsed S203;
meanwhile, a target interface document from the information target system is acquired in S202, and then target interface information of the target interface document is analyzed in S204;
the corresponding contents of the source interface information and the target interface information are matched in S205 to obtain matching information, and the matching information is persisted in S206.
FIG. 3a illustrates a flow diagram of a multi-platform interface docking processing module according to another example embodiment. FIG. 3b illustrates a flow diagram of document content reading, according to an example embodiment.
The method of docking as described above is implemented with reference to fig. 3 a: the interface docking device C is used as an information transfer device, and the information sent by the sender system A is configured according to a rule, namely a template, required by the receiver system B for receiving, the assembled data are transmitted to the receiver system B; according to the return information of the receiver system B, the data is reassembled and returned to the sender system A, and the method mainly comprises the following three steps: reading interface document content S301, parsing interface information S303, interface to interface matching 3205.
At S301, the read interface document content mainly includes two parts: the sender-side interface document content reading 3011 and the receiver-side interface document content reading S3012.
Referring to fig. 3b, according to the embodiment, the main flow of reading the interface document content is as follows:
in the document obtaining S3001, the method for obtaining the front-end upload is a general front-end upload and download method, and specifically, the front-end upload document or the document obtained in the database.
In the document format recognition S3002, there are two obtaining manners, for example, one is file name suffix obtaining: the file name suffix acquisition uses a general file name suffix acquisition method, and generally refers to character string interception. The other is file byte stream analysis and acquisition: the method for acquiring the suffix of the file by analyzing the byte stream is a general acquisition method, generally, the first 16 bits of information of the byte stream is acquired, and the suffix corresponding to the file type is acquired by comparing transcoding with the file type code.
In the reading of the document content S3003, different reading methods are called according to different formats, for example, the reading of the document content uses some commonly used current file content obtaining methods, more specifically, the commonly used current method includes a TXT content obtaining method, an office plug-in reads Word and Excel document contents, a PDF plug-in reads PDF file contents, and a picture OCR reads file contents (a commonly used picture OCR reading method).
Continuing to refer to fig. 3a, in S303, according to some embodiments, parsing the source interface information of the information source interface document includes: analyzing the source interface request header information according to the template configuration, obtaining the source interface request header related information, and persisting the source interface request header related information into a database; analyzing the source request parameter information according to the template configuration, and acquiring source interface request parameter related information; and persisting the information related to the source interface request parameter into a database.
The method comprises the following steps: the interface docking program C is used as an information relay, the information sent by the sender system a is configured according to the rule, namely the template, required by the receiver system B for receiving, the assembled data is forwarded to the receiver system B, and the interface request header information S3031 and the analysis request parameter information S3032 need to be analyzed.
The two steps of the interface request header information S3031 of the sender system a include:
step 1: the text content obtains the relevant information of the interface request header according to the template configuration, such as: URI:// abac. abc. com/api/test/test, and type:, but the present invention is not limited thereto.
Step 2: and persisting the obtained information into a database.
The two steps of the request parameter information parsing S3032 of the sender system a include:
step 1: and configuring the obtained text content according to a template to obtain interface request parameter related information, such as:
key1 userName, type String; key2 is a message and type is a message object, but the invention is not limited thereto.
Step 2: and persisting the obtained information into a database.
In S303, according to other embodiments, parsing the target interface information in the target interface document includes: analyzing the target request parameter information according to the template configuration, obtaining the target request parameter related information, and persisting the target request parameter related information into a database; analyzing the target return parameter information according to the template configuration, obtaining the target return parameter related information, and persisting the target return parameter related information into a database.
The method comprises the following steps: returning the data reassembled by the receiver system B to the sender system A, wherein the analysis request parameter information S3032 and the analysis return parameter information S3033 of the receiver system B are needed.
The two steps of the request parameter information parsing S3032 of the receiving side system B include:
step 1: and configuring the obtained text content according to a template to obtain interface request parameter related information, such as:
key1 userName, type String; key2, type, although the invention is not limited in this respect.
Step 2: the obtained information is persisted to a database.
The two steps of the return parameter information parsing S3033 of the receiver system B include:
step 1: and (3) acquiring the acquired text content according to template configuration to request an interface to return parameter related information, such as:
key1=userId,type=Integer;
Key2=user,type=UserObject,
key3=user.userName,type=String,
the present invention is not so limited.
Step 2: and persisting the obtained information into a database.
According to some embodiments, the matching interface can be provided through manual configuration according to the template configuration, the matching can be completed in response to the user operation, and the automatic matching can also be performed through AI by using the mark.
Continuing to refer to fig. 3a, according to the embodiment, the path of the source interface information and the path of the target interface information are matched, and the target path and the source path are in one-to-one correspondence and persisted in the database by analyzing the interface persistency information; matching the request field of the source interface information with the request field of the target interface information, and corresponding and persisting the target request field and the source request field to a database one by analyzing interface persistence information; matching the return field of the source interface information with the return field of the target interface information, and corresponding the target return field and the source return field one by one and persisting the target return field and the source return field to the database by analyzing the interface persistence information.
In S305, the matching between the interface and the interface is realized, and path matching via the S3051 interface, field matching via the S3052 request, and field matching via the S3053 return are required.
In S3051, the acquired interface persistence information is used for corresponding the URL of the receiver and the URL of the sender one by one and persisting the URL into a database.
In S3052, the obtained interface persistence information is associated with the interface parameter information of the receiver B and the interface parameter information of the sender a one-to-one and persisted to a database, and the corresponding method is: if the keys are the same, the keys can be correspondingly associated; setting parameter correspondence through manual adjustment; and carrying out one-to-one correspondence association by a common AI marking mode.
In S3053, the obtained interface persistence information is obtained, and the information of the interface parameter of the receiver B and the interface parameter information of the sender a are associated one to one and persisted to a database, where the association method is: if the keys are the same, the keys can be correspondingly associated; setting parameter correspondence through manual adjustment; and carrying out one-to-one correspondence association by a common AI marking mode.
According to the requirement, when receiving the information sent by the sender system A, calling the interface persistence information (information obtained by matching the interface with the interface) corresponding to the sender interface, then repackaging the request information according to the persistence information, and calling the universal HTTP plug-in to forward the request information to the receiver system.
FIG. 4 shows a flowchart of a multi-platform interface docking operation, according to another example embodiment.
A method for multi-platform docking according to another embodiment of the present application includes receiving first request interface information from a first information source system, the first request interface information specifying to send to a first information target system; acquiring first matching information corresponding to the first request interface information; reassembling the first request interface information according to the first matching information to obtain second interface information; sending the second interface information to the first information target system; receiving response information from the first information target system; acquiring second matching information corresponding to the response information; reassembling the response information according to the second matching information to obtain first return information; and sending the reassembled first return information to the first information source system.
In the interface document processing stage, the situation corresponding to setting the parameters through manual adjustment is as follows: the method comprises the steps that product personnel obtain interface documents of a sender system A and a receiver system B and upload the interface documents to an interface docking device C; after receiving the document, the interface docking device C starts to read the document content to obtain the interface document content; after reading, carrying out primary identification, specifically, identifying relevant information of the interface and displaying the information to product personnel; the product personnel start to manually check, modify and identify the situation, after submitting, match the interface butt joint of the sender system A and the receiver system B, namely start to match initially and show the product personnel; and manually verifying and modifying the matching condition by a product worker, and taking effect after submission, namely persisting the matching information of the sender system A interface and the receiver system B.
Referring to fig. 4, in the interface application phase: the sender system A packages the request head and the request body information and sends the request head and the request body information to an interface pair device C; the interface docking device C receives interface information of the sender system A; inquiring the matching information corresponding to the interface of the system A of the sender, such as the interface path matching and the request field matching; then, data are assembled again according to the matching form, the request head and the request body information are packaged and sent to a receiver system B; after the receiving side system B finishes processing the returned body information returned by the logic according to the template matching, sending the returned body information to the sending side system A; the interface docking device C receives the returned body information returned by the receiving room system B; and after the matching information corresponding to the interface of the receiving room system B is inquired, the data is reassembled according to the corresponding matching condition, and the returned body information is encapsulated and returned to the sender system A.
FIG. 5 illustrates a block diagram of an interface docking system in accordance with an exemplary embodiment.
Referring to fig. 5, according to an embodiment, the modules of the interface docking system include:
a reading interface document content module 501, configured to process content reading of the source interface document and document content reading of the target interface.
The analysis interface information module 503 is used for reading the text content obtained by the interface document content module, configuring according to the template, obtaining the required related information and persisting the obtained information in the database.
And the interface and interface matching module 505 is configured to analyze the interface persistence information acquired by the interface information module, and one-to-one correspond and persist the required information to the database.
FIG. 6 shows a block diagram of an electronic device according to an example embodiment.
An electronic device 600 according to this embodiment of the present application is described below with reference to fig. 6. The electronic device 600 shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 6, the electronic device 600 is embodied in the form of a general purpose computing device. The components of the electronic device 600 may include, but are not limited to: at least one processing unit 610, at least one storage unit 620, a bus 630 that connects the various system components (including the storage unit 620 and the processing unit 610), a display unit 640, and the like.
Where the storage unit stores program code that may be executed by the processing unit 610 such that the processing unit 610 performs the methods described herein according to various exemplary embodiments of the present application.
Bus 630 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 600 may also communicate with one or more external devices 7000 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 600, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 650. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 660. The network adapter 660 may communicate with other modules of the electronic device 600 via the bus 630. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
According to the embodiment of the application, system product personnel of both parties communicate the docking interface, the product personnel directly use the interface document of the sending end system, upload the interface document to the interface docking system of the application and automatically identify the interface document, the technical level required by interface docking is reduced, professional design and development personnel are omitted, and non-professional or development personnel can be competent for directly docking the system and the system. Furthermore, the time cost is reduced, developers are not required to spend a large amount of time to design and develop work, the expansibility of the system is improved, other systems can be docked according to needs, and various unknown risks caused by the increase of the number of docked systems are not worried about.
The foregoing detailed description of the embodiments of the present application has been presented to illustrate the principles and implementations of the present application, and the description of the embodiments is only intended to facilitate the understanding of the methods and their core concepts of the present application. Meanwhile, a person skilled in the art should, according to the idea of the present application, change or modify the embodiments and applications of the present application based on the scope of the present application. In view of the above, the description should not be taken as limiting the application.

Claims (10)

1. A method for multi-platform docking, the method comprising:
acquiring a source interface document from an information source system;
acquiring a target interface document from an information target system;
analyzing the source interface information of the source interface document;
analyzing the target interface information of the target interface document;
matching corresponding contents of the source interface information and the target interface information to obtain matching information;
and persisting the matching information.
2. The method of claim 1, wherein parsing the source interface information of the information source interface document comprises:
analyzing source interface request header information according to template configuration, obtaining source interface request header related information, and persisting the source interface request header related information into a database;
analyzing the source request parameter information according to the template configuration, obtaining the source interface request parameter related information, and persisting the source interface request parameter related information into a database.
3. The method of claim 1, wherein parsing the target interface information in the target interface document comprises:
analyzing target request parameter information according to template configuration, obtaining target request parameter related information, and persisting the target request parameter related information into a database;
analyzing the target return parameter information according to the template configuration, obtaining the target return parameter related information, and persisting the target return parameter related information into a database.
4. The method of claim 1, wherein matching the respective content comprises:
matching the path of the source interface information with the path of the target interface information, and corresponding and persisting the target path and the source path to a database one by analyzing interface persistence information;
matching the request field of the source interface information with the request field of the target interface information, and corresponding and persisting the target request field and the source request field to a database one by analyzing interface persistence information;
matching the return field of the source interface information with the return field of the target interface information, and corresponding the target return field and the source return field one by one and persisting the target return field and the source return field to the database by analyzing the interface persistence information.
5. The method of claim 3, wherein the matching is accomplished in response to a user action by providing a matching interface in the template configuration through manual configuration.
6. The method of claim 3, wherein the automatic matching is performed by AI using tags according to a template configuration.
7. A method for multi-platform docking, the method further comprising:
receiving first request interface information from a first information source system, wherein the first request interface information is appointed to be sent to a first information target system;
acquiring first matching information corresponding to the first request interface information;
reassembling the first request interface information according to the first matching information to obtain second interface information;
sending the second interface information to the first information target system;
receiving response information from the first information target system;
acquiring second matching information corresponding to the response information;
reassembling the response information according to the second matching information to obtain first return information;
and sending the reassembled first return information to the first information source system.
8. An apparatus for multi-platform docking, comprising:
a reading interface document content module for processing the content reading of the source interface document and the document content reading of the target interface;
the analysis interface information module is used for configuring the text content obtained by the interface document content reading module according to a template, obtaining the required relevant information and persisting the obtained information into a database;
and the interface and interface matching module is used for analyzing the interface persistence information acquired by the interface information module, and corresponding and persisting the required information to the database one by one.
9. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-8.
10. A computer-readable medium having a computer program stored thereon, comprising:
the program when executed by a processor implementing the method of any one of claims 1 to 8.
CN202011531226.6A 2020-12-22 2020-12-22 Multi-platform docking method and device, electronic equipment and computer readable medium Pending CN114721704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011531226.6A CN114721704A (en) 2020-12-22 2020-12-22 Multi-platform docking method and device, electronic equipment and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011531226.6A CN114721704A (en) 2020-12-22 2020-12-22 Multi-platform docking method and device, electronic equipment and computer readable medium

Publications (1)

Publication Number Publication Date
CN114721704A true CN114721704A (en) 2022-07-08

Family

ID=82230021

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011531226.6A Pending CN114721704A (en) 2020-12-22 2020-12-22 Multi-platform docking method and device, electronic equipment and computer readable medium

Country Status (1)

Country Link
CN (1) CN114721704A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115378996A (en) * 2022-08-25 2022-11-22 北京分贝通科技有限公司 Method, device, equipment and storage medium for intersystem data transmission

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115378996A (en) * 2022-08-25 2022-11-22 北京分贝通科技有限公司 Method, device, equipment and storage medium for intersystem data transmission
CN115378996B (en) * 2022-08-25 2023-12-15 北京分贝通科技有限公司 Method, device, equipment and storage medium for data transmission between systems

Similar Documents

Publication Publication Date Title
US6658483B1 (en) Electronic transaction system and method and storage medium storing therein control program for executing format conversion in electronic transaction
US7490272B2 (en) Method for validating the proper operation of a transactional management system
US20040025167A1 (en) Software, method and system for data connectivity and integration having transformation and exchange infrastructure
US20030083906A1 (en) Method and apparatus for processing health insurance applications over a network
CN107392766A (en) Method for processing business, adapter and computer-readable recording medium
US20080091846A1 (en) Creation and transaction processes of intelligent documents
CN112040013B (en) Method, computing device and computer storage medium for page routing
US20080005144A1 (en) Apparatus and method for transferring data between incompatible computer systems
Vaelcker Helping computers communicate: The Open Systems Interconnection model promises compatibility for a variety of computer systems, although not all its functions are yet defined
CN111984303A (en) Transaction data processing method, device, equipment and storage medium
CN101151874A (en) Network node and method for providing internet services on internet marketplaces
US7308472B2 (en) System allowing data input device to request management server to assign a data input job to itself
CN114721704A (en) Multi-platform docking method and device, electronic equipment and computer readable medium
US7925788B2 (en) Systems and methods for universal protocol for case management systems
US20210124591A1 (en) Data processing method and system for intercepting signals between a peripheral device and a software application
US20030078998A1 (en) Method and system for using a selected peripheral of a network
US20020184101A1 (en) Method and apparatus for integrating with multiple application systems
US20090287781A1 (en) Grouping messages using patterns in a messaging system
CN115665274A (en) Data transmission method and system of heterogeneous protocol, electronic device and storage medium
US20050125491A1 (en) Information processing apparatus and method
CN114546370A (en) Data docking method and related device
CN111126983A (en) Order receiving connection method based on sales terminal, sales terminal and sales equipment
US6616045B2 (en) Transfer processing system for bar code data
US20070266172A1 (en) Method, System and Computer Program for Configuration of a Data Lens for Translation of Data Between Storage Locations
CN110995754A (en) Method, device and equipment for managing data message indexes

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