CN114385263A - Interface calling method and device, electronic equipment and storage medium - Google Patents

Interface calling method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114385263A
CN114385263A CN202210025570.0A CN202210025570A CN114385263A CN 114385263 A CN114385263 A CN 114385263A CN 202210025570 A CN202210025570 A CN 202210025570A CN 114385263 A CN114385263 A CN 114385263A
Authority
CN
China
Prior art keywords
interface
request message
information
message
converted
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
CN202210025570.0A
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.)
China Travelsky Technology Co Ltd
Original Assignee
China Travelsky 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 China Travelsky Technology Co Ltd filed Critical China Travelsky Technology Co Ltd
Priority to CN202210025570.0A priority Critical patent/CN114385263A/en
Publication of CN114385263A publication Critical patent/CN114385263A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application provides an interface calling method and device, electronic equipment and a storage medium. The method for calling the interface comprises the steps of firstly receiving a request message and interface information, sent by a user, of interface calling. And then matching a corresponding background interface from a pre-constructed database based on the interface information. And then according to the message format corresponding to the interface, carrying out format conversion on the request message to obtain the converted request message. And finally, sending the converted request message to a background system to trigger the background system to call the interface according to the converted request message. According to the method and the device, the unified message format is set through the unified interface processing module, users needing to call the service interfaces of different versions in the background only need to send the request messages of the same format, and then the unified interface processing module converts the request messages according to the formats of the corresponding interfaces, so that different service interfaces can be called.

Description

Interface calling method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of data transmission technologies, and in particular, to a method and an apparatus for invoking an interface, an electronic device, and a storage medium.
Background
Currently, in order for a flight control department to release the dependence on host control commands, a new generation flight management system needs to be transferred from a host to an open system. The open system packages interfaces of various versions for instructions of the same function, wherein the interfaces include a host version interface, an open V1 version interface, an open V2 version interface and the like, slight differences exist among the interfaces, and a user needs to call the corresponding version interface according to actual conditions.
In the prior art, when a user calls an interface, because a plurality of versions of the same interface are different, users of different navigation systems often need to call the plurality of versions of the same interface through request messages of different formats. When the interface is switched, the format of the request message needs to be modified, and the switched interface can be called. The interface calling process is complicated, the interface calling efficiency is influenced, and the user experience is poor.
Disclosure of Invention
In view of this, the present application provides an interface calling method, an interface calling device, an electronic device, and a storage medium, so as to solve the problem in the prior art that when a user calls an interface, the user needs to call different service interfaces through request messages of different formats, which results in a complicated interface calling process, affects the interface calling efficiency, and causes poor user experience.
In order to achieve the above purpose, the present application provides the following technical solutions:
the first aspect of the present application discloses a method for calling an interface, which is applied to a unified interface processing module, wherein the method for calling the interface includes:
receiving a request message and interface information of interface calling sent by a user; the format of the request message is a message format corresponding to the unified interface processing module; the interface information includes: a service name, a service version, and navigation information;
matching an interface corresponding to the interface information from a pre-constructed database based on the interface information;
according to the message format corresponding to the interface, carrying out format conversion on the request message to obtain a converted request message;
and sending the converted request message to a background system to trigger the background system to call the interface according to the converted request message.
Optionally, in the method, before the matching an interface corresponding to the interface information from a pre-constructed database based on the interface information, the method further includes:
and carrying out data preprocessing on the interface information.
Optionally, in the method, after matching an interface corresponding to the interface information from a pre-constructed database based on the interface information, the method further includes:
and if the interface corresponding to the interface information cannot be matched in the database, generating prompt information of abnormal interface calling.
Optionally, the method described above, where the converted interface call request packet is sent to a background system to trigger the background system to process the converted interface call request packet, and after the call of the interface is completed, the method further includes:
receiving a result message returned by the background system;
and according to the message format corresponding to the unified interface processing module, carrying out format conversion on the result message to obtain a converted result message.
The second aspect of the present application discloses a calling device of an interface, which is applied to a unified interface processing module, wherein the calling device of the interface includes:
the first receiving unit is used for receiving a request message and interface information sent by a user and called by an interface; the format of the request message is a message format corresponding to the unified interface processing module; the interface information includes: a service name, a service version, and navigation information;
the matching unit is used for matching an interface corresponding to the interface information from a pre-constructed database based on the interface information;
the first conversion unit is used for carrying out format conversion on the request message according to the message format corresponding to the interface to obtain a converted request message;
and the calling unit is used for sending the converted request message to a background system so as to trigger the background system to call the interface according to the converted request message.
Optionally, the above apparatus further includes:
and the preprocessing unit is used for preprocessing the data of the interface information.
Optionally, the above apparatus further includes:
and the information generating unit is used for generating prompt information of abnormal interface calling if the interface corresponding to the interface information cannot be matched in the database.
Optionally, the above apparatus further includes:
the second receiving unit is used for receiving a result message returned by the background system;
and the second conversion unit is used for carrying out format conversion on the result message according to the message format corresponding to the unified interface processing module to obtain a converted result message.
A third aspect of the present application discloses an electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of the first aspects of the present application.
A fourth aspect of the present application discloses a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the method according to any of the first aspects of the present application.
According to the technical scheme, in the interface calling method provided by the application, the request message and the interface information of interface calling sent by a user are received firstly; the format of the request message is a message format corresponding to the unified interface processing module, and the interface information includes: service name, service version, and navigation information. And then matching a corresponding background interface from a pre-constructed database based on the interface information. And then according to the message format corresponding to the interface, carrying out format conversion on the request message to obtain the converted request message. And finally, sending the converted request message to a background system to trigger the background system to call the interface according to the converted request message. Therefore, the unified message format is set through the unified interface processing module, users needing to call the service interfaces of different versions in the background only need to send the request messages of the same format, and then the unified interface processing module converts the request messages according to the formats of the corresponding interfaces, so that the calling of the service interfaces of different versions can be realized. The problem of when the user is calling the interface, need just can realize the call to the service interface of different editions through the request message of different formats when solving prior art, lead to the process of interface call more loaded down with trivial details, influenced the efficiency that the interface called and cause user experience relatively poor is solved.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and features are not necessarily drawn to scale.
Fig. 1 is a flowchart of a method for invoking an interface according to an embodiment of the present disclosure;
FIG. 2 is a diagram of an interface invoking device according to another embodiment of the present disclosure;
fig. 3 is a schematic diagram of an electronic device according to another embodiment of the disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units. [ ordinal words ]).
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise. [ SINGLE-COMPLEX ] is disclosed.
As can be seen from the background art, in the prior art, when a user calls an interface, users of different navigation systems often need to call multiple versions of the same interface through request messages of different formats because the multiple versions of the same interface are different. When the interface is switched, the format of the request message needs to be modified, and the switched interface can be called. The interface calling process is complicated, the interface calling efficiency is influenced, and the user experience is poor.
In view of this, the present application provides an interface calling method, an interface calling device, an electronic device, and a storage medium, so as to solve the problems that in the prior art, when a user calls an interface, the user needs to call different service interfaces through request messages of different formats, which results in a complicated interface calling process, affects the interface calling efficiency, and causes poor user experience.
An embodiment of the present application provides an interface calling method, as shown in fig. 1, specifically including:
s101, receiving a request message and interface information of interface calling sent by a user; the format of the request message is a message format corresponding to the unified interface processing module; the interface information includes: service name, service version, and navigation information.
It should be noted that, in order to enable different clients to call the unified interface, the same request message may be used to implement the call of the interface, in the present application, a unified interface processing module is added in the avionics system, a user sends the request message for interface call to the unified interface processing module through the client, and after receiving the request message for interface call and the interface information, the unified interface processing module may call the interface according to the request. The format of the request message is the message format corresponding to the unified interface processing module, so that when different clients call the unified interface, the sent message formats all adopt the same format, and calling of different service interfaces of the background system can be realized without the need of supplementing different information of background services and different request messages as in the prior art. The interface information includes: the service name, the service version and the navigation information, for example, the service name is the IM service with the sales limit set, the service version is the V1 open version, and the navigation information is the binary code CA of national navigation.
And S102, matching an interface corresponding to the interface information from a pre-constructed database based on the interface information.
It should be noted that, after the interface information is obtained, the background interface corresponding to the interface information is found from the pre-constructed database based on the interface information. For example, if the interface information is that the service name is limited sales number, the service version is V1 open version, and the airline department information is a two-character code CA of national aviation, then the background interface of the actual version corresponding to IM service + V1.0+ national aviation with limited sales number is queried from the pre-constructed database.
It should be further noted that a one-to-many data table of a unified interface and a background service interface is provided in the database, wherein the service name, the service version and the navigation information are joint primary keys, and different primary keys correspond to different versions of background service interfaces.
Optionally, in another embodiment of the present application, before performing step S103, the method may further include:
and carrying out data preprocessing on the interface information.
It should be noted that, in order to better perform query matching of the database, after the interface information is obtained, data preprocessing is performed on the interface information, for example, keywords in the interface information are extracted to form query keywords.
Optionally, in another embodiment of the present application, after performing step S102, the method may further include:
and if the interface corresponding to the interface information cannot be matched in the database, generating prompt information of abnormal interface calling.
It should be noted that, if a background interface corresponding to the interface information cannot be matched in the pre-constructed database, the interface call may not be performed if the information of the request message is incorrect or the interface does not exist, so that prompt information indicating that the interface call is abnormal is generated and sent to the client to prompt the client.
S103, according to the message format corresponding to the interface, format conversion is carried out on the request message to obtain the converted request message.
It should be noted that after the background interface corresponding to the interface information is matched from the pre-constructed database, the message format corresponding to the interface is determined, and the format of the request message is converted according to the message format corresponding to the interface to obtain the converted request message, so that the request message in the converted format can be used to call the corresponding interface.
And S104, sending the converted request message to a background system to trigger the background system to call the interface according to the converted request message.
It should be noted that, after the format of the request message is converted according to the message format corresponding to the interface to obtain the converted request message, the unified interface processing module sends the converted request message to the background system, the background system checks the format of the request message, only the request message conforming to the matched format of the background interface processes the message, and then the interface is called according to the converted request message.
Optionally, in another embodiment of the present application, after performing step S104, the method may further include:
and receiving a result message returned by the background system.
And according to the message format corresponding to the unified interface processing module, carrying out format conversion on the result message to obtain a converted result message.
It should be noted that after the background system calls the interface according to the converted request message, a result message for interface calling is generated, and after the unified interface processing module receives the result message returned by the background system, the unified interface processing module performs format conversion on the result message according to the message format corresponding to the unified interface processing module to obtain the converted result message. And then the converted result message is sent to the client.
In the method for calling the interface provided by the embodiment of the application, firstly, a request message for calling the interface and interface information sent by a user are received; the format of the request message is a message format corresponding to the unified interface processing module, and the interface information includes: service name, service version, and navigation information. And then matching a corresponding background interface from a pre-constructed database based on the interface information. And then according to the message format corresponding to the interface, carrying out format conversion on the request message to obtain the converted request message. And finally, sending the converted request message to a background system to trigger the background system to call the interface according to the converted request message. Therefore, the unified message format is set through the unified interface processing module, users needing to call the service interfaces of different versions in the background only need to send the request messages of the same format, and then the unified interface processing module converts the request messages according to the formats of the corresponding interfaces, so that the calling of the service interfaces of different versions can be realized. The problem of when the user is calling the interface, need just can realize the call to the service interface of different editions through the request message of different formats when solving prior art, lead to the process of interface call more loaded down with trivial details, influenced the efficiency that the interface called and cause user experience relatively poor is solved.
While the operations in the above embodiments are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
In embodiments of the present application, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Another embodiment of the present application further discloses an interface invoking device, as shown in fig. 2, specifically including:
a first receiving unit 201, configured to receive a request message for interface invocation and interface information sent by a user; the format of the request message is a message format corresponding to the unified interface processing module; the interface information includes: service name, service version, and navigation information.
And the matching unit 202 is configured to match a background interface corresponding to the interface information from a pre-constructed database based on the interface information.
The first converting unit 203 is configured to perform format conversion on the request message according to the message format corresponding to the interface, so as to obtain a converted request message.
The invoking unit 204 is configured to send the converted request packet to the background system, so as to trigger the background system to invoke the interface according to the converted request packet.
In this embodiment, the specific implementation processes of the first receiving unit 201, the matching unit 202, the first converting unit 203, and the invoking unit 204 can refer to the contents of the method embodiment corresponding to fig. 1, and are not described herein again.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation on the unit itself, for example, a parsing unit may also be described as a "unit of parsed data".
In the interface calling device provided in the embodiment of the present application, first, a first receiving unit 201 receives a request message for interface calling and interface information sent by a user; the format of the request message is a message format corresponding to the unified interface processing module, and the interface information includes: service name, service version, and navigation information. Then, the matching unit 202 matches a corresponding background interface from a pre-constructed database based on the interface information. The first conversion unit 203 performs format conversion on the request message according to the message format corresponding to the interface to obtain a converted request message. Finally, the invoking unit 204 sends the converted request message to the background system to trigger the background system to invoke the interface according to the converted request message. Therefore, the unified message format is set through the unified interface processing module, users needing to call the service interfaces of different versions in the background only need to send the request messages of the same format, and then the unified interface processing module converts the request messages according to the formats of the corresponding interfaces, so that the calling of the service interfaces of different versions can be realized. The problem of when the user is calling the interface, need just can realize the call to the service interface of different editions through the request message of different formats when solving prior art, lead to the process of interface call more loaded down with trivial details, influenced the efficiency that the interface called and cause user experience relatively poor is solved.
Optionally, in another embodiment of the present application, the invoking device of the interface may further include:
and the preprocessing unit is used for preprocessing the data of the interface information.
In this embodiment, the specific execution process of the preprocessing unit may refer to the content of the corresponding method embodiment described above, and is not described herein again.
Optionally, in another embodiment of the present application, the invoking device of the interface may further include:
and the information generating unit is used for generating prompt information of abnormal interface calling if the interface corresponding to the interface information cannot be matched in the database.
In this embodiment, for the specific execution process of the information generating unit, reference may be made to the contents of the corresponding method embodiments described above, and details are not described here again.
Optionally, in another embodiment of the present application, the invoking device of the interface may further include:
and the second receiving unit is used for receiving a result message returned by the background system.
And the second conversion unit is used for carrying out format conversion on the result message according to the message format corresponding to the unified interface processing module to obtain the converted result message.
In this embodiment, for specific implementation processes of the second receiving unit and the second converting unit, reference may be made to the contents of the corresponding method embodiments described above, and details are not described here again.
Another embodiment of the present application further provides an electronic device, as shown in fig. 3, specifically including:
one or more processors 301.
A storage device 302 having one or more programs stored thereon.
The one or more programs, when executed by the one or more processors 301, cause the one or more processors 301 to implement the method as in any one of the embodiments described above.
Another embodiment of the present application further provides a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the method according to any one of the above embodiments.
It should be noted that in the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
Another embodiment of the present application provides a computer program product, which when executed, is configured to perform any one of the above methods for evaluating system performance.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means, or installed from a storage means, or installed from a ROM. The computer program, when executed by a processing device, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
While several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.

Claims (10)

1. The interface calling method is applied to a unified interface processing module, and comprises the following steps:
receiving a request message and interface information of interface calling sent by a user; the format of the request message is a message format corresponding to the unified interface processing module; the interface information includes: a service name, a service version, and navigation information;
matching an interface corresponding to the interface information from a pre-constructed database based on the interface information;
according to the message format corresponding to the interface, carrying out format conversion on the request message to obtain a converted request message;
and sending the converted request message to a background system to trigger the background system to call the interface according to the converted request message.
2. The method according to claim 1, wherein before matching the interface corresponding to the interface information from a pre-constructed database based on the interface information, the method further comprises:
and carrying out data preprocessing on the interface information.
3. The method according to claim 1, wherein after matching the interface corresponding to the interface information from a pre-constructed database based on the interface information, the method further comprises:
and if the interface corresponding to the interface information cannot be matched in the database, generating prompt information of abnormal interface calling.
4. The method according to claim 1, wherein the sending the converted interface call request packet to a background system to trigger the background system to process the converted interface call request packet, and after the call to the interface is completed, further comprising:
receiving a result message returned by the background system;
and according to the message format corresponding to the unified interface processing module, carrying out format conversion on the result message to obtain a converted result message.
5. The utility model provides a calling device of interface which characterized in that is applied to unified interface processing module, wherein, calling device of interface includes:
the first receiving unit is used for receiving a request message and interface information sent by a user and called by an interface; the format of the request message is a message format corresponding to the unified interface processing module; the interface information includes: a service name, a service version, and navigation information;
the matching unit is used for matching an interface corresponding to the interface information from a pre-constructed database based on the interface information;
the first conversion unit is used for carrying out format conversion on the request message according to the message format corresponding to the interface to obtain a converted request message;
and the calling unit is used for sending the converted request message to a background system so as to trigger the background system to call the interface according to the converted request message.
6. The apparatus of claim 5, further comprising:
and the preprocessing unit is used for preprocessing the data of the interface information.
7. The apparatus of claim 5, further comprising:
and the information generating unit is used for generating prompt information of abnormal interface calling if the interface corresponding to the interface information cannot be matched in the database.
8. The apparatus of claim 5, further comprising:
the second receiving unit is used for receiving a result message returned by the background system;
and the second conversion unit is used for carrying out format conversion on the result message according to the message format corresponding to the unified interface processing module to obtain a converted result message.
9. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-4.
10. A computer storage medium, having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the method of any of claims 1 to 4.
CN202210025570.0A 2022-01-11 2022-01-11 Interface calling method and device, electronic equipment and storage medium Pending CN114385263A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210025570.0A CN114385263A (en) 2022-01-11 2022-01-11 Interface calling method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210025570.0A CN114385263A (en) 2022-01-11 2022-01-11 Interface calling method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114385263A true CN114385263A (en) 2022-04-22

Family

ID=81199137

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210025570.0A Pending CN114385263A (en) 2022-01-11 2022-01-11 Interface calling method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114385263A (en)

Similar Documents

Publication Publication Date Title
US11360833B2 (en) Method and system for transforming input data streams
CN103036956B (en) A kind of distributed configuration mass data filing system and implementation method
CN111491037B (en) Communication method with object storage server through SFTP data stream
CN110858202A (en) Method and device for generating where clause in database query statement
CN102779071A (en) Method, device and system for calling software interface
CN113282589A (en) Data acquisition method and device
CN113282590A (en) Interface joint debugging method and device based on 5G message
CN113111666A (en) System and method for realizing multi-language translation of application program
CN110505289B (en) File downloading method and device, computer readable medium and wireless communication equipment
CN114385263A (en) Interface calling method and device, electronic equipment and storage medium
CN112948138A (en) Method and device for processing message
CN114997108A (en) Order number generation method, device, equipment and storage medium
CN113986995A (en) Request distribution method and device, storage medium and electronic equipment
CN114020453A (en) Service bus message processing method, service bus system, electronic device, and medium
CN109683942B (en) Script management method, script management device, script management medium and electronic equipment
CN108491448B (en) Data pushing method and device
CN114090397A (en) Alarm information processing method and device
CN112732728A (en) Data synchronization method and system
CN112015565A (en) Method and device for determining task downloading queue
CN112351053B (en) Remote access method, device, equipment and medium for embedded database
CN112737760B (en) Method and system for duplex data communication based on pipeline communication technology
CN109376023B (en) Method and equipment for generating calling information and issuing return code group
CN117119078A (en) Privacy task scheduling method and device based on Kubernetes cluster interconnection scheduling framework
CN115910251A (en) Method and device for processing medical data
CN111404979A (en) Method and device for processing service request and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination