CN116436993A - Gateway response message design method and device and computer equipment - Google Patents

Gateway response message design method and device and computer equipment Download PDF

Info

Publication number
CN116436993A
CN116436993A CN202310437402.7A CN202310437402A CN116436993A CN 116436993 A CN116436993 A CN 116436993A CN 202310437402 A CN202310437402 A CN 202310437402A CN 116436993 A CN116436993 A CN 116436993A
Authority
CN
China
Prior art keywords
response message
response
target
message
gateway
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310437402.7A
Other languages
Chinese (zh)
Inventor
丘峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Bank Co Ltd
Original Assignee
Ping An Bank Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202310437402.7A priority Critical patent/CN116436993A/en
Publication of CN116436993A publication Critical patent/CN116436993A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0236Filtering by address, protocol, port number or service, e.g. IP-address or URL
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/03Protocol definition or specification 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Abstract

The application provides a gateway response message design method, which comprises the following steps: intercepting the response message to obtain a response message to be processed; analyzing a message mapping ID from the response message to be processed to obtain a target ID, wherein the response message to be processed comprises the message mapping ID, and the message mapping ID is the identity ID of a communication object; configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message; forwarding the target response message according to a target address in the target response message, wherein the target address is an address to be reached by the response message and exists in the response message. The technical scheme of the application can process the response message more intelligently and in a personalized manner.

Description

Gateway response message design method and device and computer equipment
Technical Field
The present disclosure relates to the field of financial science and technology, and in particular, to a gateway response message design method, a gateway response message design device, and a computer device.
Background
The gateway is an important channel for internal and external interaction in the enterprise-level information system architecture, the internal enterprise system and the external enterprise system interact with each other through the gateway, the API is a specific carrier medium for interaction between the systems, one API completes a certain single service function, a certain product is usually composed of a plurality of APIs, and the service system issues the APIs to the gateway to output service capability.
In general, the request message and the response message field element of an API are fixed, however, sometimes access parties with special requirements can return completely different messages for different service states, most typically, the messages of normal service response and abnormal service response are separated, the correct response is one message, the abnormal response is another message, the two messages are not associated, the gateway open source product in the industry has no clear supporting scheme for the scene, basically, invasive development on a code layer is required, the general purpose cannot be achieved, the gateway and the service function are highly coupled, the universality and expansibility of the gateway are affected, and the maintenance cost is increased.
Disclosure of Invention
In view of this, it is necessary to provide a more intelligent and personalized gateway response message design method, a gateway response message design device and a computer device.
In a first aspect, an embodiment of the present application provides a gateway response packet design method, where the gateway response packet design method includes the following steps:
intercepting the response message to obtain a response message to be processed;
analyzing a message mapping ID from the response message to be processed to obtain a target ID, wherein the response message to be processed comprises the message mapping ID, and the message mapping ID is the identity ID of a communication object;
configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message;
forwarding the target response message according to a target address in the target response message, wherein the target address is an address to be reached by the response message and exists in the response message.
In a second aspect, an embodiment of the present application provides a gateway response packet design apparatus, where the gateway response packet design apparatus specifically includes:
the interception module is used for intercepting the response message to obtain a response message to be processed;
the analysis module is used for analyzing the message mapping ID from the response message to be processed to obtain a target ID, wherein the response message to be processed comprises the message mapping ID which is the identity ID of the communication object;
the configuration module is used for configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message;
and the forwarding module is used for forwarding the target response message according to a target address in the target response message, wherein the target address is an address to be reached by the response message and exists in the response message.
In a third aspect, embodiments of the present application provide a computer device, the computer device comprising: the computer readable storage medium is used for storing program instructions, and the processor and the bus execute the program instructions to implement the gateway response message design method.
According to the gateway response message design method, the gateway response message design device and the computer equipment, the configuration is adopted to be developed at the gateway, so that the gateway can directly match and configure the use scene and the abnormal type in the response message, and the gateway has better universality and expansibility; and related service codes do not need to be modified to realize the functions, so that the mobile terminal has high portability, and a large amount of development and operation cost can be saved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained from the structures shown in these drawings without inventive effort to a person of ordinary skill in the art.
Fig. 1 is a flowchart of a gateway response message design method provided in an embodiment of the present application.
Fig. 2 is a first sub-flowchart of a gateway response message design method according to an embodiment of the present application.
Fig. 3 is a second sub-flowchart of a gateway response message design method according to an embodiment of the present application.
Fig. 4 is a third sub-flowchart of a gateway response message design method according to an embodiment of the present application.
Fig. 5 is a fourth sub-flowchart of a gateway response message design method according to an embodiment of the present application.
Fig. 6 is a schematic diagram of a gateway response message design apparatus according to an embodiment of the present application.
Fig. 7 is a schematic diagram of a configuration module provided in an embodiment of the present application.
Fig. 8 is a schematic diagram of a configuration module provided in an embodiment of the present application.
Fig. 9 is a schematic diagram of an internal structure of a computer device according to an embodiment of the present application.
The realization, functional characteristics and advantages of the present application will be further described with reference to the embodiments, referring to the attached drawings.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
The terms "first," "second," "third," "fourth" and the like in the description and in the claims of this application and in the above-described figures, if any, are used for distinguishing between similar elements of a plan and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged under appropriate circumstances, or in other words, the described embodiments may be implemented in other sequences than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, may also include other items, such as processes, methods, systems, articles, or apparatus that include a series of steps or elements, are not necessarily limited to only those steps or elements explicitly listed, but may include other steps or elements not explicitly listed or inherent to such processes, methods, articles, or apparatus.
It should be noted that the description herein of "first," "second," etc. is for descriptive purposes only and is not to be construed as indicating or implying a relative importance or implying an indication of the number of technical features being indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In addition, the technical solutions of the embodiments may be combined with each other, but it is necessary to base that the technical solutions can be realized by those skilled in the art, and when the technical solutions are contradictory or cannot be realized, the combination of the technical solutions should be regarded as not exist and not within the protection scope of the present application.
Referring to fig. 1 in combination, a flowchart of a gateway response message design method according to an embodiment of the present application is shown. The gateway response message design method specifically includes the following steps S102-S108.
Step S102, intercepting the response message to obtain a response message to be processed. It can be understood that a developer develops a component which can be used for matching and configuring the content in the response message in advance, and then combines the component with the gateway in a configuration development mode, so that the gateway can automatically intercept and analyze the received response message to perform personalized design on the response message.
Step S104, a message mapping ID is analyzed from the response message to be processed to obtain a target ID, wherein the response message to be processed comprises the message mapping ID, and the message mapping ID is the identity ID of the communication object. Analyzing the message mapping ID in the intercepted response message to obtain a target ID, wherein the message mapping ID is the identity ID of the communication object. It can be understood that, after receiving the response message, the gateway unpacks the response message to obtain the content in the response message, and the gateway identifies the message mapping ID in the response message from the content in the response message to obtain the target ID.
And step S106, configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message. It can be understood that, after the gateway obtains the target ID in step S104, the gateway obtains a preset configuration rule corresponding to the response message through an interface to configure the response message, where the preset configuration rule includes a rule for configuring a usage scenario and an exception type corresponding to the response message, each usage scenario and each exception type correspond to a unique configuration rule, and the configuration rule in each target ID can be defined by itself according to requirements, which is described in detail below.
Step S108 forwards the target response message according to a target address in the target response message, wherein the target address is an address to be reached by the response message and exists in the response message. It can be understood that, after unpacking the intercepted response message, the gateway also obtains the target address information in the response message at the same time to forward the configured response message later. After the configuration of the response message is completed according to step S106, the gateway forwards the response message according to the target address in the response message acquired before, so that the modified response message reaches the target address.
In the embodiment, the configuration is adopted to develop at the gateway, so that the gateway can directly match and configure the use scene and the abnormal type in the response message, thereby having better universality and expansibility; the related service codes do not need to be modified to realize the functions, so that the method has high portability, and a large amount of development and operation cost can be saved; the configuration function of the response message is provided in a component mode, so that the response message can be used at any time according to requirements, the influence on other channels is avoided, and the running stability and the standardized treatment capacity of the gateway system are improved.
Referring to fig. 2 in combination, a first sub-flowchart of a gateway response message design method according to an embodiment of the present application is shown. Step S102, which is followed by steps S202-S206, is specifically included.
Step S202, judging the type of the response message. It can be appreciated that after the gateway intercepts the response message, the type of the response message is analyzed to determine whether the response message is a normal response message or an abnormal response message.
Step S204, when the response message is a normal response message, the use scene type in the response message is obtained. It may be appreciated that, when the gateway determines that the intercepted response message is a normal response message, the gateway identifies a usage scenario type corresponding to the response message for configuring the response message later, which is described in detail below.
Step S206, when the response message is an abnormal response message, obtaining the abnormal type in the response message. It may be appreciated that, when the gateway determines that the intercepted response message is an abnormal response message, the gateway will analyze the response message to determine a type of the abnormal response message for configuring the response message according to an abnormal type, which will be described in detail below.
Please refer to fig. 3 in combination, which is a second sub-flowchart of the gateway response message design method according to the embodiment of the present application. Step S204 specifically includes the following steps S302-S306.
Step S302, when the response message to be processed is a normal response message, matching the usage scenario type with a usage scenario type in a preset configuration rule to obtain a matching result, where the preset configuration rule includes: the method comprises the steps of using scenes, target IDs, response field names and response code values, wherein each target ID corresponds to a plurality of different using scenes, and each using scene corresponds to a unique response field name and response code value. It can be understood that, after the gateway obtains the usage scenario of the response message and the preset configuration rule corresponding to the target ID corresponding to the response message, the gateway obtains the usage scenario in the preset configuration rule to determine that the usage scenario corresponding to the response message exists in the preset configuration rule.
Step S304, after the matching is successful, the response field name and the response code value corresponding to the use scene type in the preset configuration rule are obtained. It can be understood that, when the usage scenario corresponding to the response message exists in the preset configuration rule, the gateway will obtain the response field name and the response code value corresponding to the usage scenario in the preset configuration rule, so as to configure the response message.
Step S306, configuring the response message with the response field name and the response code value corresponding to the scene type to obtain a target response message. It may be appreciated that, according to step S304, the gateway modifies and configures the corresponding field in the response message according to the obtained response field name and the response code value to obtain a target corresponding response message.
Referring to fig. 4 in combination, a third sub-flowchart of the gateway response message design method according to the embodiment of the present application is shown. Step S206, further specifically includes the following steps S402-S406.
Step S402, when the response message to be processed is an abnormal message, the abnormal type is matched with an abnormal type in a preset configuration rule to obtain a matching result, wherein the preset configuration rule also comprises the abnormal type. It can be understood that, after the gateway obtains the exception type corresponding to the response message and the preset configuration rule preset by the target ID corresponding to the response message, the gateway obtains the exception type in the preset configuration rule to determine that the exception type corresponding to the response message exists in the preset configuration rule.
Step S404, after the matching is successful, the response field name and the response code value corresponding to the abnormal type in the preset configuration rule are obtained. It can be understood that, when the exception type corresponding to the response message exists in the preset configuration rule, the gateway will obtain the response field name and the response code value corresponding to the exception type in the preset configuration rule, so as to configure the response message.
Step S406, the response field name and the response code value corresponding to the abnormal type are configured to the response message to obtain a target response message. It may be appreciated that, according to step S404, the gateway modifies and configures the corresponding field in the response message according to the obtained response field name and the response code value to obtain a target corresponding response message.
Please refer to fig. 5 in combination, which is a fourth sub-flowchart of the gateway response message design method according to the embodiment of the present application. Step S106, further specifically includes the following steps S502-S504.
Step S502, when the matching result is failure, obtaining a preset default response message format. It can be understood that, when the response message is a normal response message, the usage scenario corresponding to the response message does not exist in the preset configuration rule preset by the target ID corresponding to the response message, or when the response message is an abnormal message, the gateway will determine that the response message matches and identifies, and automatically forwards the response message according to the preset response message format.
Step S504, the response message is configured according to the preset default response message format to obtain a target response message. It can be understood that if the default response message is consistent with the intercepted response message format, the response message is not configured to be directly forwarded; if the format of the preset default response message is inconsistent with that of the intercepted response message, configuring the response message according to the preset default response message to obtain a target response message.
Referring to fig. 6 in combination, a schematic diagram of a gateway response message design apparatus according to an embodiment of the present application is provided, where the gateway response message design apparatus 1000 specifically includes an interception module 100, an identification module 200, a configuration module 300, and a forwarding module 400.
The interception module 100 is configured to intercept the response message to obtain a response message to be processed.
The parsing module 200 is configured to parse the message mapping ID from the response message to be processed to obtain a target ID, where the response message to be processed includes the message mapping ID, and the message mapping ID is an identity ID of the communication object.
The configuration module 300 is configured to configure the content in the response message to be processed according to a preset configuration rule to obtain a target response message.
And the forwarding module 400 is configured to forward the target response message according to a target address in the target response message, where the target address is an address to be reached by the response message, and exists in the response message.
Referring to fig. 7 in combination, a schematic diagram of a configuration module provided in an embodiment of the present application, where the configuration module 300 includes a first matching unit 301, a first obtaining unit 302, and a first setting unit 303.
The first matching unit 301 is configured to match the usage scenario type with a usage scenario type in a preset configuration rule to obtain a matching result when the response message to be processed is a normal response message, where the preset configuration rule includes: the method comprises the steps of using scenes, target IDs, response field names and response code values, wherein each target ID corresponds to a plurality of different using scenes, and each using scene corresponds to a unique response field name and response code value.
The first obtaining unit 302 is configured to obtain, after the matching is successful, a response field name and a response code value corresponding to the usage scenario type in a preset configuration rule.
The first setting unit 303 is configured to configure the response message with the response field name and the response code value corresponding to the usage scenario type to obtain a target response message.
Referring to fig. 8 in combination, a schematic diagram of a configuration module provided in an embodiment of the present application, the configuration module 300 further includes a second configuration unit 304, a second obtaining unit 305, and a second setting unit 306.
And the second matching unit 304 is configured to match the exception type with an exception type in a preset configuration rule to obtain a matching result when the response message to be processed is an exception message, where the preset configuration rule further includes the exception type.
And the second obtaining unit 305 is configured to obtain, after the matching is successful, a response field name and a response code value corresponding to the anomaly type in a preset configuration rule.
The second setting unit 306 is configured to configure the response message with the response field name and the response code value corresponding to the exception type to obtain a target response message.
Please refer to fig. 9 in combination, which is a schematic diagram illustrating an internal structure of a computer device according to an embodiment of the present application. The computer device 10 includes a computer readable storage medium 11, a processor 12, and a bus 13. The computer-readable storage medium 11 includes at least one type of readable storage medium including flash memory, a hard disk, a multimedia card, a card memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The computer readable storage medium 11 may in some embodiments be an internal storage unit of the computer device 10, such as a hard disk of the computer device 10. The computer readable storage medium 11 may also be an external computer device 10 storage device in other embodiments, such as a plug-in hard disk, smart Media Card (SMC), secure Digital (SD) Card, flash memory Card (Flash Card) or the like, provided on the computer device 10. Further, the computer-readable storage medium 11 may also include both internal storage units and external storage devices of the computer device 10. The computer-readable storage medium 11 may be used not only for storing application software and various types of data installed in the computer device 10, but also for temporarily storing data that has been output or is to be output.
Bus 13 may be a peripheral component interconnect standard (peripheral component interconnect, PCI) bus or an extended industry standard architecture (extended industry standard architecture, EISA) bus, among others. The bus may be classified as an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in fig. 9, but not only one bus or one type of bus.
Further, the computer device 10 may also include a display component 14. The display assembly 14 may be a Light Emitting Diode (Light Emitting Diode) display, a liquid crystal display, a touch-sensitive liquid crystal display, an Organic Light-Emitting Diode (OLED) touch device, or the like. The display component 14 may also be referred to as a display device or display unit, as appropriate, for displaying information processed in the computer device 10 and for displaying a visual user interface.
Further, the computer device 10 may also include a communication component 15. The communication component 15 may optionally include a wired communication component and/or a wireless communication component, such as a WI-FI communication component, a bluetooth communication component, etc., typically used to establish a communication connection between the computer device 10 and other intelligent control devices.
The processor 12 may in some embodiments be a central processing unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor or other data processing chip for executing program code or processing data stored in the computer readable storage medium 11. Specifically, the processor 12 executes a processing program to control the computer device 10 to implement a gateway response message design method.
It will be appreciated that fig. 9 illustrates only a computer device 10 having components 11-15 and a gateway response message design method, and that the configuration illustrated in fig. 9 is not limiting of the computer device 10, and may include fewer or more components than illustrated, or may combine certain components, or a different arrangement of components, as will be appreciated by those skilled in the art.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present application without departing from the spirit or scope of the application. Thus, if and when such modifications and variations of the present application fall within the scope of the claims and their equivalents, the present application is intended to cover such modifications and variations.
The foregoing list of preferred embodiments of the present application is, of course, not intended to limit the scope of the claims hereof, and therefore, equivalent changes as set forth in the claims hereof are intended to fall within the scope of the present application.

Claims (10)

1. The gateway response message design method is characterized by comprising the following steps:
intercepting the response message to obtain a response message to be processed;
analyzing a message mapping ID from the response message to be processed to obtain a target ID, wherein the response message to be processed comprises the message mapping ID, and the message mapping ID is the identity ID of a communication object;
configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message;
forwarding the target response message according to a target address in the target response message, wherein the target address is an address to be reached by the response message and exists in the response message.
2. The gateway response message design method according to claim 1, wherein the intercepting the response message to obtain the response message to be processed specifically comprises:
judging the type of the response message;
when the response message is a normal response message, acquiring a use field Jing Leixing in the response message;
and when the response message is an abnormal response message, acquiring an abnormal type in the response message.
3. The method for designing a gateway response message according to claim 2, wherein configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message specifically includes:
when the response message to be processed is a normal response message, the usage scenario type is matched with the usage scenario type in a preset configuration rule to obtain a matching result, wherein the preset configuration rule comprises: the method comprises the steps of using scenes, target IDs, response field names and response code values, wherein each target ID corresponds to a plurality of different using scenes, and each using scene corresponds to a unique response field name and a unique response code value;
after successful matching, acquiring a response field name and a response code value corresponding to the use scene type in a preset configuration rule;
and configuring the response message by the response field name and the response code value corresponding to the use scene type to obtain a target response message.
4. The method for designing a gateway response message according to claim 2, wherein configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message further specifically includes:
when the response message to be processed is an abnormal message, matching the abnormal type with the abnormal type in a preset configuration rule to obtain a matching result, wherein the preset configuration rule also comprises the abnormal type;
after successful matching, acquiring a response field name and a response code value corresponding to the abnormal type in a preset configuration rule;
and configuring the response message by the response field name and the response code value corresponding to the abnormal type to obtain a target response message.
5. The gateway response message design method according to claim 3 or 4, wherein the method further comprises:
when the matching result is failure, acquiring a preset default response message format;
and configuring the response message according to the preset default response message format to obtain a target response message.
6. The gateway response message design method of claim 1, further comprising:
and acquiring a preset configuration rule corresponding to the response message through an interface so as to configure the response message.
7. The gateway response message design device is characterized by specifically comprising:
the interception module is used for intercepting the response message to obtain a response message to be processed;
the analysis module is used for analyzing the message mapping ID from the response message to be processed to obtain a target ID, wherein the response message to be processed comprises the message mapping ID which is the identity ID of the communication object;
the configuration module is used for configuring the content in the response message to be processed according to a preset configuration rule to obtain a target response message;
and the forwarding module is used for forwarding the target response message according to a target address in the target response message, wherein the target address is an address to be reached by the response message and exists in the response message.
8. The gateway response message design apparatus of claim 7, wherein the configuration module comprises:
the first matching unit is configured to match the usage scenario type with a usage scenario type in a preset configuration rule to obtain a matching result when the response message to be processed is a normal response message, where the preset configuration rule includes: the method comprises the steps of using scenes, target IDs, response field names and response code values, wherein each target ID corresponds to a plurality of different using scenes, and each using scene corresponds to a unique response field name and a unique response code value;
the first acquisition unit is used for acquiring a response field name and a response code value corresponding to the use scene type in a preset configuration rule after successful matching;
and the first setting unit is used for configuring the response message by using the response field name and the response code value corresponding to the scene type to obtain a target response message.
9. The gateway response message design apparatus of claim 7, wherein the configuration module further comprises:
the second matching unit is used for matching the abnormal type with the abnormal type in a preset configuration rule to obtain a matching result when the response message to be processed is an abnormal message, wherein the preset configuration rule also comprises the abnormal type;
the second acquisition unit is used for acquiring a response field name and a response code value corresponding to the abnormal type in a preset configuration rule after successful matching;
and the second setting unit is used for configuring the response message by the response field name and the response code value corresponding to the abnormal type to obtain a target response message.
10. A computer device, characterized in that it comprises in particular:
a computer readable storage medium storing program instructions; and
processing execution of the program instructions to implement the gateway response message design method of any one of claims 1 to 6.
CN202310437402.7A 2023-04-13 2023-04-13 Gateway response message design method and device and computer equipment Pending CN116436993A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310437402.7A CN116436993A (en) 2023-04-13 2023-04-13 Gateway response message design method and device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310437402.7A CN116436993A (en) 2023-04-13 2023-04-13 Gateway response message design method and device and computer equipment

Publications (1)

Publication Number Publication Date
CN116436993A true CN116436993A (en) 2023-07-14

Family

ID=87090691

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310437402.7A Pending CN116436993A (en) 2023-04-13 2023-04-13 Gateway response message design method and device and computer equipment

Country Status (1)

Country Link
CN (1) CN116436993A (en)

Similar Documents

Publication Publication Date Title
CN109474578B (en) Message checking method, device, computer equipment and storage medium
US10216925B2 (en) Virus protection method and device
US9021055B2 (en) Nonconforming web service policy functions
CN106878368B (en) Method and device for realizing information push
US20130152069A1 (en) Method, apparatus and system for initiating terminal operation
CN108874464B (en) Automatic scanning assembly method and device for middleware and storage medium
WO2020248375A1 (en) Method and system for synchronizing data between databases, computer device and storage medium
CN109145590B (en) Function hook detection method, detection equipment and computer readable medium
CN110308880B (en) Log printing method, system, computer device and computer readable storage medium
US9348491B2 (en) Method and system to layout applications on multiple platforms
CN110532107B (en) Interface calling method, device, computer equipment and storage medium
US20210042150A1 (en) Method-call-chain tracking method, electronic device, and computer readable storage medium
CN108460271B (en) Terminal identification method and device
US10491730B2 (en) Method and apparatus for providing contact information
CN113645308B (en) Mobile terminal TCP communication, device, equipment and storage medium
CN103491175A (en) Method and terminal for application program management
CN112418874A (en) Data tracing method and device and computer equipment
CN116436993A (en) Gateway response message design method and device and computer equipment
CN110457925A (en) Data isolation method, device, terminal and storage medium are applied in the storage of inside and outside
CN116108090A (en) Method, system and equipment for separating reading from writing of database at application layer
US20240031166A1 (en) Web-side data signature method and apparatus and computer device
CN109522014B (en) Algorithm processing method based on new product development, electronic device and readable storage medium
US11360785B2 (en) Execution path determination in a distributed environment
CN112261072A (en) Service calling method, device, equipment and storage medium
CN111800781A (en) Data processing method and terminal

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