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

Directional call information processing method and device Download PDF

Info

Publication number
CN114513548A
CN114513548A CN202210097495.9A CN202210097495A CN114513548A CN 114513548 A CN114513548 A CN 114513548A CN 202210097495 A CN202210097495 A CN 202210097495A CN 114513548 A CN114513548 A CN 114513548A
Authority
CN
China
Prior art keywords
information
service information
service
server
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.)
Granted
Application number
CN202210097495.9A
Other languages
Chinese (zh)
Other versions
CN114513548B (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

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/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 directional call information processing method, device and system, the electronic equipment and the storage medium are provided by the embodiment of the disclosure. Acquiring first service information by responding to received calling 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 a server and detecting that the third service information carries an information identifier corresponding to an information number, determining that the third service information corresponds to the first service information; by marking the information number corresponding to the first service information in the plurality of 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.

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 a directional call information.
Background
Calls between microservices typically employ synchronous calls in which the caller waits until a response is available. This is an outstanding and widely used method. Its conceptual simplicity allows straightforward implementation, making it well suited for most situations, such calls can be extremely idle to caller's performance.
The asynchronous calling approach eliminates the need to wait for a response, thereby unhooking the execution of two or more services. For example, a foreground service system calls a middle station system and returns immediately after calling; after the middle station system finishes processing, a callback is initiatively initiated, namely, the middle station system calls a foreground service system, which is essentially two calls. This design is usually due to the fact that the time required for the middle station system to process the request is long (in the order of minutes), and therefore the foreground business system cannot be in a state of waiting for a response for a long time.
In some scenarios, the call between the foreground service system and the middle station system becomes a stateful call, and the middle station system needs to know more information of the foreground service system when calling back the foreground service system. For example, the caller foreground service system is divided into multiple versions according to the service channels, for example, a first version, a second version and a third version, and these versions all call the middle station system. When the foreground service system is called back by the middle station system, only the foreground service system can be designated, and the version of the foreground service system can not be definitely known, so that the transaction is blocked.
Disclosure of Invention
The embodiment of the disclosure provides a method, a device and a system for processing directional call information, electronic equipment and a storage medium.
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;
sending the second service information to a server;
responding to the received third service information sent by the server, and detecting whether the third service information carries an information identifier corresponding to the information number;
and determining 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 optional embodiments, 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;
determining a main key according to the information number and the service name;
and determining the second service information according to the main key and the service information content.
In some optional embodiments, the second service information may be used by the server to process, in response to receiving the second service information, the second service information according to a preset processing rule to obtain third service information, where the third service information carries an information identifier corresponding to the information number.
In some optional embodiments, the determining an 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 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 call-oriented information processing apparatus, including:
an information acquisition unit configured to acquire first service information in a plurality of service information in response to receiving call request information corresponding to the first service information;
the first processing unit is configured to determine an information number corresponding to the first service information, and mark 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;
an information transceiving unit configured to transmit the second service information to a server;
the second processing unit is configured to respond to the third service information sent by the server, and detect whether the third service information carries an information identifier corresponding to the information number;
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 optional embodiments, the apparatus further comprises:
a fourth processing unit configured to update the first service information according to the third service information.
In some optional embodiments, the first processing unit is further configured to:
determining a service name and service information content of the first service information;
determining a main key according to the information number and the service name;
and determining the second service information according to the main key and the service information content.
In some optional 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 directed call system, including: a calling end and a server end; wherein the content of the first and second substances,
the calling terminal is configured to respond to receiving calling request information corresponding to first service information in a plurality of service information, and obtain 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 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 terminal, wherein the third service information carries an information identifier corresponding to the information number;
the calling terminal is further configured to detect whether the third service information carries an information identifier corresponding to the information number in response to receiving third service information sent by the service terminal, and 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 a fourth aspect, the present disclosure provides an electronic device comprising:
one or more processors;
storage means having one or more programs stored thereon which, when executed by the one or more processors, cause the one or more processors to implement a method as claimed in any one of the embodiments of the first aspect.
In a fifth aspect, the present disclosure provides a computer-readable storage medium having a computer program stored thereon, wherein the computer program, when executed by one or more processors, implements the method according to any one of the embodiments of the first aspect.
The directional call information processing method, the directional call information processing device, the directional call information processing system, the electronic device and the storage medium, which are provided by the embodiment of the disclosure, acquire first service information by responding to received 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; sending the second service information to a server; responding to the received third service information sent by the server, and detecting whether 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 response to detecting that the third service information carries the information identifier of the corresponding information number; the second service information corresponding to the first service information is obtained by marking the information number corresponding to 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 the corresponding first service information can be determined according to the information identification of the corresponding information number carried by the third service information in the callback process.
Drawings
The drawings illustrate generally, by way of example, but not by way of limitation, various embodiments discussed herein.
FIG. 1 is an exemplary system architecture diagram in which one embodiment according to the present disclosure may be applied;
FIG. 2 is a flow diagram of one embodiment of a directed call information handling 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 illustrating an embodiment of a method for processing information at a server according to the embodiment of FIG. 2;
FIG. 5 is a schematic block diagram illustrating one embodiment of a call-directed information processing apparatus according to the present disclosure;
FIG. 6 is a schematic block diagram of a computer system suitable for use with a terminal device or server implementing embodiments of the present disclosure.
Detailed Description
So that the manner in which the features and elements of the disclosed embodiments can be understood in detail, a more particular description of the disclosed embodiments, briefly summarized above, may be had by reference to the embodiments, some of which are illustrated in the appended drawings.
In the description of the embodiments of the present disclosure, it should be noted that, unless otherwise specified and limited, the term "connected" should be interpreted broadly, for example, it may be electrically connected, it may be a communication between two elements, it may be directly connected, or it may be indirectly connected through an intermediate medium, and a person skilled in the art may understand the specific meaning of the above terms according to specific situations.
It should be noted that the terms "first \ second \ third" related to the embodiments of the present disclosure are only used for distinguishing similar objects, and do not represent a specific ordering for the objects, and it should be understood that "first \ second \ third" may exchange a specific order or sequence order if allowed. It should be understood that "first \ second \ third" distinct objects may be interchanged under appropriate circumstances such that the embodiments of the present disclosure described herein may be practiced in an order 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, the system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like. The terminal devices 101, 102, 103 may have installed thereon various communication client applications, such as a file transfer application, a web browser application, a shopping-type application, a search-type application, an instant messaging tool, a mailbox client, social platform software, and the like.
The terminal apparatuses 101, 102, and 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 smart phones, tablet computers, e-book readers, MP3 players (Moving Picture Experts Group Audio Layer III, motion Picture Experts compression standard Audio Layer 3), MP4 players (Moving Picture Experts Group Audio Layer IV, motion Picture Experts compression standard Audio Layer 4), laptop portable computers, desktop computers, and the like. When the terminal apparatuses 101, 102, 103 are software, they can be installed in the electronic apparatuses listed above. It may be implemented as multiple pieces of software or software modules (e.g., to provide distributed services) or as a single piece of software or software module. And 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 like applications displayed on the terminal devices 101, 102, 103. The background server may analyze and perform other processing on the received data, such as a transmission request for transmitting the source file from the source node to the target node, and feed back a processing result (e.g., 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 composed of a plurality of servers, or may be implemented as a single server. When the server 105 is software, it may be implemented as multiple pieces of software or software modules (e.g., to provide distributed services), or as a single piece of software or software module. And is not particularly limited herein.
It should be noted that, in some cases, the directional call information processing method provided by the present disclosure may be executed by the server 105, the terminal devices 101, 102, and 103, or by both the server 105 and the terminal devices 101, 102, and 103. Accordingly, the direction calling information processing device may be disposed in the server 105, may be disposed in the terminal devices 101, 102, and 103, may be partially disposed in the server 105, and may be partially disposed in the terminal devices 101, 102, and 103. And accordingly system architecture 100 may include only server 105, or only terminal devices 101, 102, 103, or may include terminal devices 101, 102, 103, network 104 and server 105. The present disclosure is not limited thereto.
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 call information processing method provided by the disclosure can be applied to a call end in a directional call system, correspondingly, the directional call system also comprises a service end, and the call 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 handling method according to the present disclosure is shown. The directional call processing method comprises the following steps:
step 201, in response to receiving the call request information corresponding to the first service information in the plurality of service information, obtaining the first 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 of the at least two different versions of service information. Here, the service information is composed of a service name and service information contents.
Step 202, determining an information number corresponding to the first service information.
Here, the information number may include a number of the calling terminal to the first service information, 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 information number according to the global serial number corresponding to the first service information.
Here, the generation manner of the global serial number is not specifically limited, and an existing global serial number generation manner may be adopted to determine the global serial number corresponding to the first service information.
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 a timestamp corresponding to the calling request information and/or equipment information corresponding to the first service information as an information number corresponding to the first service information.
Step 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 detailed implementation of step 203 in some embodiments. In some optional embodiments, as shown in fig. 3, marking the first service information according to the information number to obtain the second service information may specifically include the following steps:
step 301, determining the service name and the service information content of the first service information.
In some optional 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: and V1.
Step 302, determining a primary key (key) according to the information number and the service name.
In some optional embodiments, determining a global serial number (transit id) corresponding to the first service information as the information number may include: TransID 1. Correspondingly, a primary key is determined according to the information number and the service name, and the primary key can be represented as: TransID1_ P _ S.
Step 303, determining the second service information according to the primary key and the service information content.
In some alternative embodiments, the second service information may be obtained by using the service information content as the value (vlaue) of the corresponding primary key.
And step 204, sending the second service information to the server.
The second service information can be used for the server to respond to the received second service information and process the second service information according to a preset processing rule 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 sent to the server through a communication connection between the caller and the server, and the disclosure is not particularly limited to a specific sending form. The present disclosure may be applicable to asynchronous calls in some embodiments, and the calling side does not need to wait for the response of the server side after sending the second service information to the server side.
Referring to fig. 4, which shows an embodiment flow 400 of the information processing method at the server side corresponding to the embodiment in fig. 2, in some optional implementations, after receiving the second service information, the server side may perform the following steps:
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 the information identifier corresponding to the information number, and the server may retain the information identifier in the process of processing the second service information, so as to obtain the information identifier of the third service information carrying the corresponding information number.
Specifically, in some optional embodiments, the server may analyze the second service information to obtain a primary key of the second service information and service information content, and after processing the service information content, determine third service information corresponding to the primary key of the second service information.
And step 402, sending the third service information to a calling end.
In some optional embodiments, the server may send the third service information to the caller in a callback manner.
Step 205, in response to receiving the third service information sent by the server, detecting whether the third service information carries an information identifier corresponding to the information number.
Step 206, in response to detecting that the third service information carries the information identifier corresponding to the information number, determining that the third service information corresponds to the first service information.
In this embodiment, second service information corresponding to first service information is obtained by marking an information number corresponding to the first service information in the plurality of service information, so that the server can obtain third service information with an information identifier corresponding to the 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 identifier of the corresponding information number carried by the third service information, so as to implement directional callback from the server to the call end.
In some optional embodiments, after determining that the third service information corresponds to the first service information, the method for processing the directional call information may further include: and updating the first service information according to the third service information.
Here, the invoking end may update the first service information according to the third service information according to actual needs, and for example, may include: updating the service information content in the first service information into the service information content of the third service information; or, the first service information is updated to the third service information. Optionally, after the first service information is updated, the original first service information may be retained or deleted according to an actual system requirement of the calling end.
With further reference to fig. 5, as an implementation of the above-mentioned method for processing a call-oriented information, an embodiment of the present disclosure provides a call-oriented information processing apparatus 500, which corresponds to the method embodiment shown in fig. 2 and is applicable to various electronic devices.
As shown in fig. 5, the direction call information processing apparatus 500 of the present embodiment may include: an information acquisition unit 501, a first processing unit 502, an information transceiving unit 503, a second processing unit 504, and a third processing unit 505. The information obtaining unit 501 is configured to obtain first service information in response to receiving call request information corresponding to the first service information in the plurality of service information; a first processing unit 502, configured to determine an information number corresponding to the first service information, and mark the first service information according to the information number to 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 detect, in response to receiving third service information sent by the server, whether the third service information carries an information identifier corresponding to the information number; the third processing unit 505 is configured to, in response to detecting that the third service information carries the information identifier corresponding to the information number, determine that the third service information corresponds to the first service information.
In this embodiment, specific processing contents and technical effects thereof of the information obtaining unit 501, the first processing unit 502, the information transceiving unit 503, the second processing unit 504, and the third processing unit 505 of the directed call information processing apparatus 500 may respectively refer to relevant descriptions in step 201 to step 206 in fig. 2, and are not repeated herein.
In some optional embodiments, the direction call information processing apparatus 500 may further include: a fourth processing unit 506 configured to update the first service information according to the third service information.
In some optional embodiments, the first processing unit 502 may be further configured to:
determining a service name and service information content of the first service information;
determining a main key according to the information number and the service name;
and determining the second service information according to the main key and the service information content.
In some optional embodiments, the first processing unit 502 may be further configured to:
and determining the information number according to the global serial number corresponding to the first service information.
It should be noted that, for details of implementation and technical effects of each unit in the directional call information processing apparatus provided in the embodiment of the present disclosure, reference may be made to descriptions of other embodiments in the present disclosure, and details are not described herein again.
Referring now to FIG. 6, shown is a block diagram of a computer system 600 suitable for use as a server in implementing embodiments of the present disclosure. The computer system 600 shown in fig. 6 is only one example and should not impose any limitations on the scope of use or functionality of embodiments of the disclosure.
As shown in fig. 6, computer system 600 may include a processing device (e.g., central processing unit, graphics processor, etc.) 601 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage device 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary 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 via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
Generally, the following devices may be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, etc.; output devices 607 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 608 including, for example, tape, hard disk, etc.; and a communication device 609. The communication means 609 may allow the computer system 600 to communicate with other devices, wireless or wired, to exchange data. While fig. 6 illustrates a computer system 600 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
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 embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 609, or may be installed from the storage means 608, or may be installed from the ROM 602. The computer program, when executed by the processing device 601, performs the above-described functions defined in the methods of embodiments of the present disclosure.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination 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 present 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 contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. 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, optical cables, RF (radio frequency), etc., 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.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to implement the method for directionally invoking information processing as shown in the embodiment shown in fig. 2 and its alternative embodiments.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of 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 type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
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.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Here, the name of the unit does not constitute a limitation to the unit itself in some cases, and for example, the information transmitting and receiving unit may also be described as a "unit that transmits the second service information to the server".
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. A method for processing directional call information comprises the following steps:
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;
sending the second service information to a server;
responding to the received third service information sent by the server, and detecting whether the third service information carries an information identifier corresponding to the information number;
and determining 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.
2. The method of claim 1, wherein the marking the first service information according to the information number to obtain second service information comprises:
determining a service name and service information content of the first service information;
determining a main key according to the information number and the service name;
and determining the second service information according to the main key and the service information content.
3. The method according to claim 1, wherein the second service information is usable by the server to process, in response to receiving the second service information, the second service information according to a preset processing rule to obtain third service information, where the third service information carries an information identifier corresponding to the information number.
4. The method of claim 1, wherein the determining an information number corresponding to the first service information comprises:
and determining the information number according to the global serial number corresponding to the first service information.
5. The method of claim 1, wherein upon the determination that the third service information corresponds to the first service information, the method further comprises:
and updating the first service information according to the third service information.
6. A call-oriented information processing apparatus comprising:
an information acquisition unit configured to acquire first service information in a plurality of service information in response to receiving call request information corresponding to the first service information;
the first processing unit is configured to determine an information number corresponding to the first service information, and mark 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;
an information transceiving unit configured to transmit the second service information to a server;
the second processing unit is configured to respond to the third service information sent by the server, and detect whether the third service information carries an information identifier corresponding to the information number;
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.
7. The apparatus of claim 6, wherein the apparatus further comprises:
a fourth processing unit configured to update the first service information according to the third service information.
8. A directed call system, comprising: a calling end and a server end; wherein the content of the first and second substances,
the calling terminal is configured to respond to receiving calling request information corresponding to first service information in a plurality of service information, and obtain 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 service end;
the server 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 terminal, wherein the third service information carries an information identifier corresponding to the information number;
the calling terminal is further configured to detect whether the third service information carries an information identifier corresponding to the information number in response to receiving third service information sent by the service terminal, and 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.
9. An electronic device, comprising:
one or more processors;
storage means having one or more programs stored thereon which, 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-readable storage medium, on which a computer program is stored, wherein the computer program, when executed by one or more processors, implements the method of any one of claims 1-4.
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 true CN114513548A (en) 2022-05-17
CN114513548B 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 (11)

* 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
US20160164953A1 (en) * 2014-12-05 2016-06-09 Vmware, Inc. Runtime generation of application programming interfaces for remote procedure call 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
US20210092119A1 (en) * 2019-09-25 2021-03-25 Microsoft Technology Licensing, Llc Calls to web services via service proxy
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

Patent Citations (11)

* 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
US20160164953A1 (en) * 2014-12-05 2016-06-09 Vmware, Inc. Runtime generation of application programming interfaces for remote procedure call 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
US20210092119A1 (en) * 2019-09-25 2021-03-25 Microsoft Technology Licensing, Llc Calls to web services via service proxy
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
CN114513548B (en) 2024-05-10

Similar Documents

Publication Publication Date Title
CN112269770B (en) Document sharing method, device and system and electronic equipment
CN111881216A (en) Data acquisition method and device based on shared template
CN114513552A (en) Data processing method, device, equipment and storage medium
CN111813685B (en) Automatic test method and device
CN111460432B (en) On-line document authority control method, device, equipment and computer readable medium
CN111596992B (en) Navigation bar display method and device and electronic equipment
CN110708238B (en) Method and apparatus for processing information
CN110619101B (en) Method and apparatus for processing information
CN111626802A (en) Method and apparatus for processing information
CN114513548B (en) Directional call information processing method and device
CN111460020B (en) Method, device, electronic equipment and medium for resolving message
CN114461582A (en) File processing method, device, equipment and storage medium
CN113518183A (en) Camera calling method and device and electronic equipment
CN110086880B (en) Method and apparatus for creating instances of network requests
CN113568695A (en) Corner mark processing method and device for boarder application
CN112732457A (en) Image transmission method, image transmission device, electronic equipment and computer readable medium
CN111163156A (en) Data processing method, device and storage medium based on block chain
CN110099122B (en) Method and apparatus for sending network request
CN113157365B (en) Program running method, program running device, electronic equipment and computer readable medium
CN114356788B (en) Application program detection method, device, equipment and medium based on user information
CN112468849B (en) Method, apparatus, electronic device and medium for video information transmission
CN111694679B (en) Message processing method and device and electronic equipment
CN114253520B (en) Interface code generation method and device
CN111581305B (en) Feature processing method, device, electronic equipment and medium
US20240152504A1 (en) Data interaction method, apparatus, and electronic 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