CN114513548B - Directional call information processing method and device - Google Patents

Directional call information processing method and device Download PDF

Info

Publication number
CN114513548B
CN114513548B CN202210097495.9A CN202210097495A CN114513548B CN 114513548 B CN114513548 B CN 114513548B CN 202210097495 A CN202210097495 A CN 202210097495A CN 114513548 B CN114513548 B CN 114513548B
Authority
CN
China
Prior art keywords
service information
information
service
determining
carries
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.)
Active
Application number
CN202210097495.9A
Other languages
Chinese (zh)
Other versions
CN114513548A (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.)
CITIC Aibank Corp Ltd
Original Assignee
CITIC Aibank Corp 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 CITIC Aibank Corp Ltd filed Critical CITIC Aibank Corp Ltd
Priority to CN202210097495.9A priority Critical patent/CN114513548B/en
Publication of CN114513548A publication Critical patent/CN114513548A/en
Application granted granted Critical
Publication of CN114513548B publication Critical patent/CN114513548B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the disclosure provides a method, a device, a system, electronic equipment and a storage medium for processing directional call information. Acquiring first service information by responding to receiving call request information corresponding to the first service information in the plurality of service information; determining an information number corresponding to the first service information; marking the first service information according to the information number to obtain second service information; sending the second service information to a server; in response to receiving third service information sent by the server and detecting that the third service information carries an information identifier corresponding to the information number, determining that the third service information corresponds to the first service information; the service end can determine the corresponding first service information according to the information identification of the corresponding information number carried by the third service information by marking the corresponding information number of the first service information in the plurality of service information.

Description

Directional call information processing method and device
Technical Field
The present disclosure relates to information processing technologies, and in particular, to a method, an apparatus, a system, an electronic device, and a storage medium for processing directional call information.
Background
Calls between micro services typically employ synchronous calls in which the caller waits until a response is available. This is a prominent and widely used method. Its conceptual simplicity allows for straightforward implementation, making it well suited for most situations where such calls can be largely idle of the caller's performance.
Asynchronous call approaches eliminate the need to wait for a response, thereby unhooking execution of two or more services. For example, the foreground service system calls the middle platform system and returns immediately after calling; after the middle system finishes processing, a callback is actively initiated, namely the middle system calls the foreground service system, and essentially, the callback is called twice. This design is typically because the intermediate system takes a long time (on the order of minutes) to process the request, and thus the foreground service system cannot be in a state of waiting for a response for a long period of time.
In some scenarios, the call between the foreground service system and the middle platform system becomes a stateful call, and the middle platform system needs to know more information of the foreground service system when calling back the foreground service system. For example, the calling foreground service system is divided into multiple versions, such as a first version, a second version, and a third version, according to the service channel, and these versions all call the foreground system. When the foreground service system is called back, the foreground service system can be specified only, and the version of the foreground service system can not be explicitly known, so that the transaction is blocked.
Disclosure of Invention
The embodiment of the disclosure provides a method, a device, a system, electronic equipment and a storage medium for processing directional call information.
In a first aspect, the present disclosure provides a method for processing directional call information, including:
Acquiring first service information in response to receiving call request information corresponding to the first service information in a plurality of service information;
Determining an information number corresponding to the first service information;
Marking the first service information according to the information number to obtain second service information, wherein the second service information carries an information identifier corresponding to the information number;
the second service information is sent to a server;
In response to receiving third service information sent by the server, detecting whether the third service information carries an information identifier corresponding to the information number;
and in response to detecting that the third service information carries an information identifier corresponding to the information number, determining that the third service information corresponds to the first service information.
In some optional embodiments, the marking the first service information according to the information number to obtain second service information includes:
determining a service name and a service information content of the first service information;
Determining a primary key according to the information number and the service name;
And determining the second service information according to the primary key and the service information content.
In some optional embodiments, the second service information may be used for the server to process the second service information according to a preset processing rule in response to receiving the second service information, so as to obtain the third service information, where the third service information carries an information identifier corresponding to the information number.
In some optional embodiments, the determining the information number corresponding to the first service information includes:
and determining the information number according to the global serial number corresponding to the first service information.
In some optional embodiments, after the determining that the third service information corresponds to the first service information, the method further includes:
And updating the first service information according to the third service information.
In a second aspect, the present disclosure provides a directional call information processing apparatus, including:
An information acquisition unit configured to acquire first service information in response to receiving call request information corresponding to the first service information in the plurality of service information;
The first processing unit is configured to determine an information number corresponding to the first service information, mark the first service information according to the information number, and obtain second service information, wherein the second service information carries an information identifier corresponding to the information number;
An information receiving and transmitting unit configured to transmit the second service information to a server;
The second processing unit is configured to respond to receiving third service information sent by the service end and detect whether the third service information carries an information identifier corresponding to the information number;
And a third processing unit configured to determine that the third service information corresponds to the first service information in response to detecting that the third service information carries an information identifier corresponding to the information number.
In some alternative embodiments, the apparatus further comprises:
And a fourth processing unit configured to update the first service information according to the third service information.
In some alternative embodiments, the first processing unit is further configured to:
determining a service name and a service information content of the first service information;
Determining a primary key according to the information number and the service name;
And determining the second service information according to the primary key and the service information content.
In some alternative embodiments, the first processing unit is further configured to:
and determining the information number according to the global serial number corresponding to the first service information.
In a third aspect, the present disclosure provides a directional invocation system, comprising: a calling end and a service end; wherein,
The calling terminal is configured to respond to receiving calling request information corresponding to first service information in a plurality of service information and acquire the first service information; determining an information number corresponding to the first service information, marking the first service information according to the information number to obtain second service information, wherein the second service information carries an information identifier corresponding to the information number, and sending the second service information to the server;
the server side is configured to respond to the second service information, process the second service information according to a preset processing rule to obtain third service information, and send the third service information to the calling side, wherein the third service information carries an information identifier corresponding to the information number;
The calling end is further configured to respond to receiving third service information sent by the service end, detect whether the third service information carries an information identifier corresponding to the information number, respond to detecting that the third service information carries an information identifier corresponding to the information number, and determine that the third service information corresponds to the first service information.
In a fourth aspect, the present disclosure provides an electronic device comprising:
One or more processors;
storage means having stored thereon one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the method as described in any of the embodiments of the first aspect.
In a fifth aspect, the present disclosure provides a computer-readable storage medium having stored thereon a computer program, wherein the computer program, when executed by one or more processors, implements a method according to any of the embodiments of the first aspect.
The method, the device, the system, the electronic equipment and the storage medium for processing the directional call information acquire first service information by responding to the call request information of the first service information in the corresponding plurality of service information; determining an information number corresponding to the first service information; marking the first service information according to the information number to obtain second service information, wherein the second service information carries an information identifier corresponding to the information number; sending the second service information to a server; in response to receiving third service information sent by the server, detecting whether the third service information carries an information identifier corresponding to the information number; in response to detecting that the third service information carries an information identifier corresponding to the information number, determining that the third service information corresponds to the first service information; and marking the corresponding information number of the first service information in the plurality of service information to obtain second service information corresponding to the first service information, so that the service end can obtain third service information with the information identification of the corresponding number information after processing according to the second service information, and in a callback process, the corresponding first service information can be determined according to the information identification of the corresponding information number carried by the third service information.
Drawings
The drawings illustrate generally, by way of example and not by way of limitation, various embodiments discussed herein.
FIG. 1 is an exemplary system architecture diagram to which an embodiment according to the present disclosure may be applied;
FIG. 2 is a flow diagram of one embodiment of a directed call information processing method according to the present disclosure;
FIG. 3 is an exploded flow diagram according to one embodiment of step 203 of FIG. 2;
FIG. 4 is a flow chart of an embodiment of an information processing method at a server side corresponding to the embodiment of FIG. 2;
FIG. 5 is a schematic diagram of an embodiment of a directed call information processing apparatus according to the present disclosure;
Fig. 6 is a schematic diagram of a computer system suitable for use in implementing embodiments of the present disclosure.
Detailed Description
So that the manner in which the features and techniques of the disclosed embodiments can be understood in more detail, a more particular description of the embodiments of the disclosure, briefly summarized below, may be had by reference to the appended drawings, which are not intended to be limiting of the embodiments of the disclosure.
In describing the embodiments of the present disclosure, it should be noted that, unless otherwise indicated and limited thereto, the term "connected" should be construed broadly, for example, it may be an electrical connection, or may be a communication between two elements, or may be a direct connection, or may be an indirect connection via an intermediate medium, and it is understood that the specific meaning of the term may be understood by those skilled in the art according to circumstances.
It should be noted that, the terms "first", "second", "third", and the like in the embodiments of the present disclosure are merely distinguishing between similar objects and not representing a specific order of the objects, and it is understood that the terms "first", "second", "third", and the like may be interchanged with a specific order or sequence, as permitted. It is to be understood that the "first\second\third" differentiated objects may be interchanged where appropriate such that the embodiments of the present disclosure described herein may be implemented in sequences other than those illustrated or described herein.
FIG. 1 illustrates an exemplary system architecture 100 to which embodiments of the directed call information processing method or information processing apparatus of the present disclosure may be applied.
As shown in fig. 1, a system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 is used as a medium to provide communication links between the terminal devices 101, 102, 103 and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The user may interact with the server 105 via the network 104 using the terminal devices 101, 102, 103 to receive or send messages or the like. Various communication client applications, such as file transfer applications, web browser applications, shopping class applications, search class applications, instant messaging tools, mailbox clients, social platform software, etc., may be installed on the terminal devices 101, 102, 103.
The terminal devices 101, 102, 103 may be hardware or software. When the terminal devices 101, 102, 103 are hardware, they may be various electronic devices having a display screen and supporting sound collection and/or video collection, including but not limited to smartphones, tablet computers, electronic book readers, MP3 players (Moving Picture Experts Group Audio Layer III, dynamic video expert compression standard audio plane 3), MP4 (Moving Picture Experts Group Audio Layer IV, dynamic video expert compression standard audio plane 4) players, laptop and desktop computers, and the like. When the terminal devices 101, 102, 103 are software, they can be installed in the above-listed electronic devices. Which may be implemented as multiple software or software modules (e.g., to provide distributed services), or as a single software or software module. The present invention is not particularly limited herein.
The server 105 may be a server providing various services, such as a background server providing support for file transfer class applications displayed on the terminal devices 101, 102, 103. The background server may analyze and process the received data, such as a transmission request, from the source node to the target node, and feed back a processing result (for example, an information number corresponding to the first service information) to the terminal device.
The server 105 may be hardware or software. When the server 105 is hardware, it may be implemented as a distributed server cluster formed by a plurality of servers, or as a single server. When server 105 is software, it may be implemented as a plurality of software or software modules (e.g., to provide distributed services), or as a single software or software module. The present invention is not particularly limited herein.
It should be noted that, in some cases, the method for processing the directional call information provided by the present disclosure may be executed by the server 105, may also be executed by the terminal devices 101, 102, 103, or may also be executed by the server 105 and the terminal devices 101, 102, 103 together. Accordingly, the directional call information processing apparatus may be provided in the server 105, may be provided in the terminal devices 101, 102, 103, or may be provided in part in the server 105 and in part in the terminal devices 101, 102, 103. And accordingly, the system architecture 100 may include only the server 105, or only the terminal devices 101, 102, 103, or may include the terminal devices 101, 102, 103, the network 104, and the server 105. The present disclosure is not limited in this regard.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
The directional calling information processing method provided by the disclosure can be applied to a calling end in a directional calling system, and correspondingly, the directional calling system also comprises a service end, and the calling end and the service end can be in communication connection in a wired or wireless mode.
With continued reference to FIG. 2, a flow 200 of one embodiment of a directed call information processing method according to the present disclosure is shown. The directional call processing method comprises the following steps:
step 201, obtaining first service information in response to receiving call request information corresponding to the first service information in the plurality of service information.
In this embodiment, the plurality of service information may include at least two different versions of service information deployed at the calling end, and the first service information is one version of service information in the at least two different versions of service information. Here, the service information is composed of a service name and service information content.
Step 202, determining an information number corresponding to the first service information.
Here, the information number may include a number of the first service information by the calling end, and the information number corresponds to the first service information.
In some optional embodiments, determining the information number corresponding to the first service information may include: and determining an information number according to the global serial number corresponding to the first service information.
Here, the generation method of the global serial number is not specifically limited, and the global serial number corresponding to the first service information may be determined by using the existing global serial number generation method.
In some optional trial manners, the global serial number corresponding to the first service information may be determined as the information number corresponding to the first service information.
In some optional embodiments, determining the information number corresponding to the first service information may include: and determining the timestamp corresponding to the calling request information and/or the equipment information corresponding to the first service information as an information number corresponding to the first service information.
And 203, marking the first service information according to the information number to obtain second service information.
The second service information carries an information identifier corresponding to the information number.
Referring to fig. 3, fig. 3 is a specific implementation of step 203 in some embodiments. In some alternative embodiments, as shown in fig. 3, the marking the first service information according to the information number to obtain the second service information may specifically include the following steps:
In step 301, the service name and the service information content of the first service information are determined.
In some alternative embodiments, the service name of the first service information may include, for example: p_s. The service information content of the first service information may include, for example, a version number of the first service information: v1.
Step 302, determining a key (key) according to the information number and the service name.
In some optional embodiments, determining the global serial number (TransID) corresponding to the first service information as the information number may include, for example: transID 1A 1. Correspondingly, a primary key is determined according to the information number and the service name, and the primary key can be expressed as: transID1_p_s.
And step 303, determining second service information according to the primary key and the service information content.
In some alternative embodiments, the service information content may be used as a value (vlaue) for the corresponding primary key to obtain the second service information.
Step 204, the second service information is sent to the server.
The second service information can be used for the server to process the second service information according to a preset processing rule in response to receiving the second service information to obtain third service information, wherein the third service information carries an information identifier corresponding to the information number.
Here, the second service information may be transmitted to the server through a communication connection between the calling terminal and the server, and the disclosure is not limited in particular to a specific transmission form. The present disclosure may be applicable to asynchronous calls in some embodiments, where the calling side does not need to wait for a response from the server side after sending the second service information to the server side.
Referring to fig. 4, which shows an example flow 400 of an information processing method at a server corresponding to the example of fig. 2, in some alternative implementations, after receiving the second service information, the server may perform the following steps:
And step 401, in response to receiving the second service information, processing the second service information according to a preset processing rule to obtain third service information.
It can be understood that the second service information carries an information identifier corresponding to the information number, and the server can reserve the information identifier in the process of processing the second service information, so that the information identifier corresponding to the information number carried by the third service information can be obtained.
Specifically, in some optional embodiments, the server may parse the second service information to obtain a primary key of the second service information and service information content, and determine the third service information corresponding to the primary key of the second service information after processing the service information content.
Step 402, the third service information is sent to the calling end.
In some alternative embodiments, the server may send the third service information to the calling end in a callback manner.
In step 205, in response to receiving the third service information sent by the server, it is detected whether the third service information carries an information identifier corresponding to the information number.
In step 206, in response to detecting that the third service information carries an information identifier corresponding to the information number, it is determined that the third service information corresponds to the first service information.
According to the method, the second service information corresponding to the first service information is obtained through marking the corresponding information number of the first service information in the plurality of service information, so that the service end can obtain the third service information with the information identification of the corresponding number information after processing according to the second service information, and in a callback process, the corresponding first service information can be determined according to the information identification of the corresponding information number carried by the third service information, so that directional callback from the service end to the calling end is realized.
In some optional embodiments, after determining that the third service information corresponds to the first service information, the method for processing directional call information may further include: and updating the first service information according to the third service information.
Here, the calling end may update the first service information according to the third service information according to actual needs, and may include: updating the service information content in the first service information into the service information content of the third service information; or update the first service information to the third service information. Optionally, after updating the first service information, the original first service information may be retained or deleted according to the actual system requirement of the calling end.
With further reference to fig. 5, as an implementation of the above-described directional call information processing method, an embodiment of the present disclosure provides a directional call information processing apparatus 500, which corresponds to the method embodiment shown in fig. 2, and which is applicable to various electronic devices.
As shown in fig. 5, the directional call information processing apparatus 500 of the present embodiment may include: an information acquisition unit 501, a first processing unit 502, an information transmitting/receiving unit 503, a second processing unit 504, and a third processing unit 505. Wherein, the information obtaining unit 501 is configured to obtain the first service information in response to receiving the call request information corresponding to the first service information in the plurality of service information; the first processing unit 502 is configured to determine an information number corresponding to the first service information, mark the first service information according to the information number, and obtain second service information, where the second service information carries an information identifier corresponding to the information number; an information transceiving unit 503 configured to transmit the second service information to the server; the second processing unit 504 is configured to respond to receiving the third service information sent by the server, and detect whether the third service information carries an information identifier corresponding to the information number; the third processing unit 505 is configured to determine that the third service information corresponds to the first service information in response to detecting that the third service information carries an information identifier corresponding to the information number.
In this embodiment, the specific processing contents and the technical effects thereof of the information acquisition unit 501, the first processing unit 502, the information transceiver unit 503, the second processing unit 504 and the third processing unit 505 of the directional call information processing apparatus 500 may refer to the related descriptions of the steps 201 to 206 in the corresponding embodiment in fig. 2, and are not repeated herein.
In some optional embodiments, the above-mentioned directional call information processing apparatus 500 may further include: the fourth processing unit 506 is configured to update the first service information according to the third service information.
In some alternative embodiments, the first processing unit 502 may be further configured to:
Determining a service name and a service information content of the first service information;
determining a primary key according to the information number and the service name;
And determining second service information according to the primary key and the service information content.
In some alternative embodiments, the first processing unit 502 may be further configured to:
and determining an information number according to the global serial number corresponding to the first service information.
It should be noted that, the implementation details and technical effects of each unit in the directional call information processing apparatus provided in the embodiments of the present disclosure may refer to the descriptions of other embodiments in the present disclosure, which are not described herein again.
Referring now to FIG. 6, there is illustrated a schematic diagram of a computer system 600 suitable for use with a server embodying embodiments of the present disclosure. The computer system 600 shown in fig. 6 is merely an example, and should not be construed as limiting the functionality and scope of use of embodiments of the present disclosure.
As shown in fig. 6, a computer system 600 may include a processing device (e.g., a central processing unit, a graphics processor, etc.) 601, which may perform various suitable actions and processes in accordance with programs stored in a Read Only Memory (ROM) 602 or loaded from a storage device 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data required for the operation of the computer system 600 are also stored. The processing device 601, the ROM 602, and the RAM 603 are connected to each other through a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
In general, the following devices may be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, etc.; an output device 607 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 608 including, for example, magnetic tape, hard disk, etc.; and a communication device 609. The communication means 609 may allow the computer system 600 to communicate with other devices wirelessly or by wire to exchange data. While FIG. 6 illustrates a computer system 600 having various devices, it should be understood that not all illustrated devices are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method shown in the flowcharts. In such an embodiment, the computer program may be downloaded and installed from a network via communication means 609, or from storage means 608, or from ROM 602. The above-described functions defined in the methods of the embodiments of the present disclosure are performed when the computer program is executed by the processing means 601.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having 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. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to implement the directed call information processing method shown in the embodiment and its alternative implementation shown in fig. 2.
Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts 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.
The units involved in the embodiments described in the present disclosure may be implemented by means of software, or may be implemented by means of hardware. The name of the unit is not limited to the unit itself in some cases, and for example, the information transceiving unit may also be described as "a unit that transmits the second service information to the service side".
The foregoing description is only of the preferred embodiments of the present disclosure and description of the principles of the technology being employed. It will be appreciated by persons skilled in the art that the scope of the disclosure referred to in this disclosure is not limited to the specific combinations of features described above, but also covers other embodiments which may be formed by any combination of features described above or equivalents thereof without departing from the spirit of the disclosure. Such as those described above, are mutually substituted with the technical features having similar functions disclosed in the present disclosure (but not limited thereto).

Claims (5)

1. A method of directionally calling information processing, comprising:
Acquiring first service information in response to receiving call request information corresponding to the first service information in a plurality of service information; the plurality of service information comprises at least two different versions of service information deployed at the calling end, the first service information is one version of service information in the at least two different versions of service information, the service information comprises a service name and service information content, and the service information content comprises a version number of the service information;
Determining an information number corresponding to the first service information, wherein the global serial number corresponding to the first service information is determined as the information number corresponding to the first service information, or a time stamp corresponding to the call request information and/or equipment information corresponding to the first service information is determined as the information number corresponding to the first service information;
Marking the first service information according to the information number to obtain second service information, wherein the second service information carries an information identifier corresponding to the information number, and the second service information comprises a version number of the first service information;
the second service information is sent to a service end, and the second service information can be used for the service end to process the second service information according to a preset processing rule in response to receiving the second service information, so as to obtain third service information;
Detecting whether the third service information carries an information identifier corresponding to the information number or not in response to receiving the third service information sent by the service end, wherein the third service information comprises a version number of the first service information;
In response to detecting that the third service information carries an information identifier corresponding to the information number, determining that the third service information corresponds to the first service information;
the marking the first service information according to the information number to obtain second service information includes: determining a service name and service information content of the first service information, wherein the service information content of the first service information comprises a version number of the first service information; determining a primary key according to the information number and the service name; determining the second service information according to the primary key and the service information content;
The method further comprises the steps of: and updating the first service information according to the third service information.
2. An oriented call information processing apparatus comprising:
An information acquisition unit configured to acquire first service information in response to receiving call request information corresponding to the first service information in the plurality of service information; the plurality of service information comprises at least two different versions of service information deployed at the calling end, the first service information is one version of service information in the at least two different versions of service information, the service information comprises a service name and service information content, and the service information content comprises a version number of the service information;
The first processing unit is configured to determine an information number corresponding to the first service information, wherein the global serial number corresponding to the first service information is determined as the information number corresponding to the first service information, or a time stamp corresponding to the call request information and/or equipment information corresponding to the first service information is determined as the information number corresponding to the first service information; marking the first service information according to the information number to obtain second service information, wherein the second service information carries an information identifier corresponding to the information number, and the second service information comprises a version number of the first service information; the marking the first service information according to the information number to obtain second service information includes: determining a service name and service information content of the first service information, wherein the service information content of the first service information comprises a version number of the first service information; determining a primary key according to the information number and the service name; determining the second service information according to the primary key and the service information content;
The information receiving and transmitting unit is configured to send the second service information to a server, and the second service information can be used for the server to process the second service information according to a preset processing rule to obtain third service information in response to receiving the second service information;
the second processing unit is configured to respond to receiving the third service information sent by the service end, and detect whether the third service information carries an information identifier corresponding to the information number, wherein the third service information comprises a version number of the first service information;
A third processing unit configured to determine that the third service information corresponds to the first service information in response to detecting that the third service information carries an information identifier corresponding to the information number;
The apparatus further comprises:
And a fourth processing unit configured to update the first service information according to the third service information.
3. A directional invocation system, comprising: a calling end and a service end; wherein,
The calling terminal is configured to respond to receiving calling request information corresponding to first service information in a plurality of service information and acquire the first service information; determining an information number corresponding to the first service information, marking the first service information according to the information number to obtain second service information, wherein the second service information carries an information identifier corresponding to the information number, and sending the second service information to the server;
the server side is configured to respond to the second service information, process the second service information according to a preset processing rule to obtain third service information, and send the third service information to the calling side, wherein the third service information carries an information identifier corresponding to the information number;
The calling terminal is further configured to respond to receiving third service information sent by the service terminal, detect whether the third service information carries an information identifier corresponding to the information number, respond to detecting that the third service information carries an information identifier corresponding to the information number, and determine that the third service information corresponds to the first service information;
the calling end is configured to perform the method of claim 1.
4. An electronic device, comprising:
One or more processors;
Storage means having stored thereon one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the method of claim 1.
5. A computer readable storage medium having stored thereon a computer program, wherein the computer program when executed by one or more processors implements the method of claim 1.
CN202210097495.9A 2022-01-27 2022-01-27 Directional call information processing method and device Active CN114513548B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210097495.9A CN114513548B (en) 2022-01-27 2022-01-27 Directional call information processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210097495.9A CN114513548B (en) 2022-01-27 2022-01-27 Directional call information processing method and device

Publications (2)

Publication Number Publication Date
CN114513548A CN114513548A (en) 2022-05-17
CN114513548B true CN114513548B (en) 2024-05-10

Family

ID=81548989

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210097495.9A Active CN114513548B (en) 2022-01-27 2022-01-27 Directional call information processing method and device

Country Status (1)

Country Link
CN (1) CN114513548B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011156090A1 (en) * 2010-06-10 2011-12-15 Alibaba Group Holding Limited Online business method, system and apparatus based on open application programming interface
CN102694803A (en) * 2012-05-25 2012-09-26 华为软件技术有限公司 Method and system for providing SOA (service-oriented architecture) services
CN106453288A (en) * 2016-09-29 2017-02-22 上海和付信息技术有限公司 Asynchronous mode supporting distributed micro service framework system and implementation method thereof
WO2019015272A1 (en) * 2017-07-19 2019-01-24 北京小度信息科技有限公司 Information processing method and device
CN109818994A (en) * 2017-11-20 2019-05-28 北京京东尚科信息技术有限公司 Information processing method and device for agent side
CN110837424A (en) * 2019-10-15 2020-02-25 东软集团股份有限公司 Service instance determining method and device, storage medium and electronic equipment
CN111124431A (en) * 2019-12-31 2020-05-08 贵阳货车帮科技有限公司 Service callback method, service processing method, device, equipment and storage medium
US11086702B1 (en) * 2020-08-21 2021-08-10 International Business Machines Corporation API invoke request management
CN113760318A (en) * 2020-11-24 2021-12-07 北京沃东天骏信息技术有限公司 Information processing method, information processing apparatus, server, and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9699249B2 (en) * 2014-12-05 2017-07-04 Vmware, Inc. Runtime generation of application programming interfaces for remote procedure call services
US11405393B2 (en) * 2019-09-25 2022-08-02 Microsoft Technology Licensing, Llc Calls to web services via service proxy

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011156090A1 (en) * 2010-06-10 2011-12-15 Alibaba Group Holding Limited Online business method, system and apparatus based on open application programming interface
CN102694803A (en) * 2012-05-25 2012-09-26 华为软件技术有限公司 Method and system for providing SOA (service-oriented architecture) services
CN106453288A (en) * 2016-09-29 2017-02-22 上海和付信息技术有限公司 Asynchronous mode supporting distributed micro service framework system and implementation method thereof
WO2019015272A1 (en) * 2017-07-19 2019-01-24 北京小度信息科技有限公司 Information processing method and device
CN109818994A (en) * 2017-11-20 2019-05-28 北京京东尚科信息技术有限公司 Information processing method and device for agent side
CN110837424A (en) * 2019-10-15 2020-02-25 东软集团股份有限公司 Service instance determining method and device, storage medium and electronic equipment
CN111124431A (en) * 2019-12-31 2020-05-08 贵阳货车帮科技有限公司 Service callback method, service processing method, device, equipment and storage medium
US11086702B1 (en) * 2020-08-21 2021-08-10 International Business Machines Corporation API invoke request management
CN113760318A (en) * 2020-11-24 2021-12-07 北京沃东天骏信息技术有限公司 Information processing method, information processing apparatus, server, and storage medium

Also Published As

Publication number Publication date
CN114513548A (en) 2022-05-17

Similar Documents

Publication Publication Date Title
CN112269770B (en) Document sharing method, device and system and electronic equipment
CN109981546B (en) Method and device for acquiring remote call relation between application modules
CN111813685B (en) Automatic test method and device
CN111596992B (en) Navigation bar display method and device and electronic equipment
CN110619101B (en) Method and apparatus for processing information
CN112732302A (en) Configuration updating method and device of application program and electronic equipment
CN114513548B (en) Directional call information processing method and device
US20230418470A1 (en) Data processing method and apparatus, and electronic device
CN114461582A (en) File processing method, device, equipment and storage medium
CN111444457B (en) Data release method and device, storage medium and electronic equipment
CN113568695A (en) Corner mark processing method and device for boarder application
CN111367592B (en) Information processing method and device
CN112732457A (en) Image transmission method, image transmission device, electronic equipment and computer readable medium
CN112311842A (en) Method and device for information interaction
CN110099122B (en) Method and apparatus for sending network request
CN111787043A (en) Data request method and device
CN111163156A (en) Data processing method, device and storage medium based on block chain
CN112468849B (en) Method, apparatus, electronic device and medium for video information transmission
CN114253520B (en) Interface code generation method and device
CN113157365B (en) Program running method, program running device, electronic equipment and computer readable medium
CN109766246B (en) Method and apparatus for monitoring applications
CN112948108B (en) Request processing method and device and electronic equipment
CN116820354B (en) Data storage method, data storage device and data storage system
US20240152504A1 (en) Data interaction method, apparatus, and electronic device
CN111291199B (en) Information query method and device

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
GR01 Patent grant
GR01 Patent grant