CN110727562A - Error information processing method, device, medium and electronic equipment - Google Patents

Error information processing method, device, medium and electronic equipment Download PDF

Info

Publication number
CN110727562A
CN110727562A CN201910891778.9A CN201910891778A CN110727562A CN 110727562 A CN110727562 A CN 110727562A CN 201910891778 A CN201910891778 A CN 201910891778A CN 110727562 A CN110727562 A CN 110727562A
Authority
CN
China
Prior art keywords
client
executed
error information
information
type value
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
CN201910891778.9A
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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201910891778.9A priority Critical patent/CN110727562A/en
Publication of CN110727562A publication Critical patent/CN110727562A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/327Alarm or error message display

Abstract

The invention provides a processing method, a device, a medium and electronic equipment of error information, wherein the processing method comprises the following steps: receiving a request for acquiring error information sent by a client; acquiring a Type value of the error information according to information carried by the request for acquiring the error information; inquiring the operation to be executed of the client according to the Type value of the error information based on the preset mapping relation between the Type value of the error information and the operation executed by the client; and inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client. The method and the device have the advantages that the server side issues the parameters to unify the operation to be executed by the client side, and the operation to be executed by the client side is determined by the server side, so that the client side does not need to write dead files and processing logic in the business logic any more, and the problem that the client side updates the latest version by iteration frequently is solved.

Description

Error information processing method, device, medium and electronic equipment
Technical Field
The invention relates to the technical field of computers, in particular to a method, a device, a medium and electronic equipment for processing error information.
Background
The error code returned by the client-oriented server often returns a digital code and an error message, and then the client needs to have different behaviors depending on the error code, such as executing a popup operation, or executing an operation of canceling a popup confirmation, or executing an operation of jumping after the popup confirmation. In the prior art, for an operation to be executed by the client, the client often writes a code corresponding to the operation to be executed in advance; thus, when the jump behavior needs to be changed, the updated upgraded version needs to be reissued. Since the updated upgrade version is released, the user is required to continuously update the latest upgrade version, which not only increases the memory overhead of the client, but also increases the development cost of software update, and wastes a large amount of manpower and material resources.
Therefore, in long-term research and development, the inventors have conducted a great deal of research and study on error information processing methods, and have proposed a method for processing error information to solve one of the above technical problems.
Disclosure of Invention
An object of the present invention is to provide a method, an apparatus, a medium, and an electronic device for error information, which can solve at least one of the above-mentioned technical problems. The specific scheme is as follows:
according to a specific implementation manner of the present invention, in a first aspect, the present invention provides a method for processing error information, including:
receiving a request for acquiring error information sent by a client;
acquiring the Type value of the error information according to the information carried by the request for acquiring the error information;
inquiring the operation to be executed of the client according to the Type value of the error information based on the preset mapping relation between the Type value of the error information and the operation executed by the client;
and inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client.
Optionally, the querying, according to the Type value of the error information, a client to-be-executed operation includes:
if the Type value of the error information is 0, the client to be executed according to the Type value query of the error information is as follows: the client does not execute the operation;
if the Type value of the error information is 1, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client;
if the Type value of the error information is 2, the client to be executed according to the Type value query of the error information is: the client executes the operation of canceling the popup window and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client;
if the Type value of the error information is 3, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of jumping the login box;
if the Type value of the error information is 4, the client to be executed according to the Type value query of the error information is: the client executes the operation of the skip login box and displays a prompt message associated with the operation of the skip login box on a display screen of the client;
if the Type value of the error information is 5, the client to be executed according to the Type value query of the error information is: the client executes log-out operation;
if the Type value of the error information is 6, the client to be executed according to the Type value query of the error information is: and the client executes log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client.
Optionally, after querying the association information associated with the operation to be performed by the client and sending the association information to the client, the method further includes:
reading the associated information;
wherein the associated information at least comprises:
the method comprises the steps of obtaining a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value corresponding to the operation to be executed by the client and an application scene corresponding to the operation to be executed by the client.
Optionally, after the reading the association information, the method further includes:
reading the format of the transmission field corresponding to the transmission field information;
wherein the format of the transmission field at least comprises:
the client side comprises an error code corresponding to the error information, a prompt message associated with the operation to be executed of the client side and a Type value corresponding to the error information.
According to a second aspect of the present invention, there is provided a method for processing error information, including:
sending a request for acquiring error information to a server so that the server can acquire a Type value of the error information according to information carried by the request for acquiring the error information, and inquiring associated information associated with to-be-executed operation of a client based on a mapping relation between the Type value of the error information and the execution operation of the client, wherein the preset mapping relation is configured;
and receiving the associated information.
Optionally, after the receiving the association information, the method further includes:
reading the associated information, and executing corresponding operation according to the operation to be executed by the client in the associated information;
wherein the associated information at least comprises:
the method comprises the steps of obtaining a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value corresponding to the operation to be executed by the client and an application scene corresponding to the operation to be executed by the client.
Optionally, the executing the corresponding operation according to the operation to be executed by the client in the association information includes:
if the client to be executed in the associated information is to: if the client does not execute the operation, the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of canceling the popup window, and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client, so that the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of jumping the login box, and then the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of logging out, and then the client executes the operation;
if the client to be executed in the associated information is to: and the client executes the log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client, so that the client executes the operation.
According to a third aspect of the present invention, there is provided an error information processing apparatus, including:
the receiving unit is used for receiving a request for acquiring error information sent by a client;
an obtaining unit, configured to obtain a Type value of the error information according to information carried in the request for obtaining error information received by the receiving unit;
the query unit is used for querying the operation to be executed by the client according to the Type value of the error information acquired by the acquisition unit based on the preset mapping relationship between the Type value of the error information and the operation executed by the client; and
inquiring the associated information associated with the operation to be executed by the client;
and the sending unit is used for sending the associated information inquired by the inquiry unit to the client.
According to a fourth aspect of the present invention, there is provided an error information processing apparatus, including:
the sending unit is used for sending a request for acquiring error information to a server so that the server can acquire a Type value of the error information according to information carried by the request for acquiring the error information, and inquiring associated information associated with to-be-executed operation of a client based on a mapping relation between the Type value of the error information and the execution operation of the client, wherein the preset mapping relation is configured;
a receiving unit, configured to receive the association information.
According to a fifth aspect, the present invention provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the method of processing error information as described in any one of the above.
According to a fourth aspect of the present invention, there is provided an electronic apparatus including: one or more processors; a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the method of processing error information as described in any one of the above.
Compared with the prior art, the scheme of the embodiment of the invention at least has the following beneficial effects: the invention provides a method, a device, a medium and electronic equipment for processing error information, which are used for inquiring the operation to be executed by a client according to the Type value of the error information based on the mapping relation between the Type value of the error information configured in advance and the operation executed by the client; inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client; because the universal return code is designed, the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, the client does not need to write a dead file and processing logic in the service logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention. It is obvious that the drawings in the following description are only some embodiments of the invention, and that for a person skilled in the art, other drawings can be derived from them without inventive effort. In the drawings:
fig. 1 illustrates an application scenario diagram of a processing method of error information according to an embodiment of the present disclosure;
FIG. 2 shows a flow chart of a method of processing error information according to an embodiment of the invention;
fig. 3 is a schematic diagram illustrating a corresponding relationship among a Type value, a Type, a to-be-executed operation of a control client, a transport field format, and an application scenario corresponding to an to-be-executed operation of a client according to an embodiment of the present invention;
FIG. 4 is a flow chart illustrating another method of processing error information according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a structure of an error information processing apparatus according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of another error information processing apparatus according to an embodiment of the present invention;
fig. 7 shows a schematic diagram of an electronic device connection structure according to an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the examples of the present invention and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise, and "a plurality" typically includes at least two.
It should be understood that the term "and/or" as used herein is merely one type of association that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
It should be understood that although the terms first, second, third, etc. may be used to describe … … in embodiments of the present invention, these … … should not be limited to these terms. These terms are used only to distinguish … …. For example, the first … … can also be referred to as the second … … and similarly the second … … can also be referred to as the first … … without departing from the scope of embodiments of the present invention.
The words "if", as used herein, may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrases "if determined" or "if detected (a stated condition or event)" may be interpreted as "when determined" or "in response to a determination" or "when detected (a stated condition or event)" or "in response to a detection (a stated condition or event)", depending on the context.
It is also noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that an article or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in the article or device in which the element is included.
Alternative embodiments of the present invention are described in detail below with reference to the accompanying drawings.
Example 1
As shown in fig. 1, an application scenario diagram according to an embodiment of the present disclosure is an application scenario diagram, where multiple users operate clients installed on a terminal device through the terminal device such as a mobile phone, and the clients perform data communication with a background server through a network.
As shown in fig. 2, according to a specific embodiment of the present disclosure, in a first aspect, the present disclosure provides a method for processing error information, which is applied to a server side, and specifically includes the following method steps:
s202: and receiving a request for acquiring error information sent by the client.
S204: and acquiring the Type value of the error information according to the information carried by the request for acquiring the error information.
In this step, the Type value of the error information can be accurately determined according to the information carried in the request for obtaining the error information.
In practical application, different types of requests for acquiring error information of different clients can accurately correspond to different Type values; therefore, different types of requests for acquiring error information of different clients can be distinguished through different Type values, and the purpose of controlling the different clients to execute corresponding operations by issuing configuration parameters through the server is achieved.
S206: and inquiring the operation to be executed of the client according to the Type value of the error information based on the preset mapping relation between the Type value of the error information and the operation executed by the client.
As shown in fig. 3, a one-to-one correspondence relationship between a Type value corresponding to an operation to be performed by a client, a Type corresponding to the operation to be performed by the client, a control operation to be performed by the client, a transport field format at least including the Type value corresponding to the operation to be performed by the client, and an application scenario corresponding to the operation to be performed by the client is shown.
In this step, after determining the corresponding Type value according to different requests of different clients, based on the mapping relationship between the Type value of the preconfigured error information and the operation executed by the client as shown in fig. 3, according to the different Type values of the different clients, the specific content of the operation to be executed by the corresponding client can be queried in the correspondence diagram as shown in fig. 3. For example, if the Type value of the error information is 0, the client to be executed according to the Type value query of the error information is: the client does not execute the operation;
if the Type value of the error information is 1, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client;
if the Type value of the error information is 2, the client to be executed according to the Type value query of the error information is: the client executes the operation of canceling the popup window and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client;
if the Type value of the error information is 3, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of jumping the login box;
if the Type value of the error information is 4, the client to be executed according to the Type value query of the error information is: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client;
if the Type value of the error information is 5, the client to be executed according to the Type value query of the error information is: the client executes the operation of logging out;
if the Type value of the error information is 6, the client to be executed according to the Type value query of the error information is: and the client executes log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client.
S208: and inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client.
In this step, the association information at least includes:
the method comprises the steps that a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value and an application scene corresponding to the operation to be executed by the client are corresponding to the operation to be executed by the client.
In this step, after the associated information associated with the operation to be executed by the client is queried, the associated information is sent to the corresponding client, so that the client executes the corresponding operation according to the associated information, and finally, the purpose of issuing configuration parameters through the server to control different clients to execute the corresponding operation is achieved.
Optionally, querying the to-be-executed operation of the client according to the Type value of the error information includes:
if the Type value of the error information is 0, the client to be executed according to the Type value query of the error information is as follows: the client does not execute the operation;
if the Type value of the error information is 1, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client;
if the Type value of the error information is 2, the client to be executed according to the Type value query of the error information is: the client executes the operation of canceling the popup window and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client;
if the Type value of the error information is 3, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of jumping the login box;
if the Type value of the error information is 4, the client to be executed according to the Type value query of the error information is: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client;
if the Type value of the error information is 5, the client to be executed according to the Type value query of the error information is: the client executes the operation of logging out;
if the Type value of the error information is 6, the client to be executed according to the Type value query of the error information is: and the client executes log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client.
Optionally, after querying the association information associated with the operation to be performed by the client and sending the association information to the client, the method further includes:
reading the associated information;
wherein the associated information at least comprises:
the method comprises the steps that a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value and an application scene corresponding to the operation to be executed by the client are corresponding to the operation to be executed by the client.
As shown in fig. 3, a one-to-one correspondence relationship between a Type value corresponding to an operation to be performed by a client, a Type corresponding to the operation to be performed by the client, a control operation to be performed by the client, a transport field format at least including the Type value corresponding to the operation to be performed by the client, and an application scenario corresponding to the operation to be performed by the client is shown.
The following description is made with respect to fig. 3:
whether the client plays a toast prompt, no operation, skip login, logout and corresponding error prompt documents are all determined by the server;
the server controls the client to execute corresponding operation according to the Type field of the obtained error information; the status code and status message are compatible with the old version; status message is also used to display the case; the scheme and the title are used for controlling the jump operation of the client when the Type is the action through the server side, and transmitting the related data only under the scene that the Type is the action.
In the scenario that the Type is action, when a title is empty, a case defaults to "confirm", and when the case is not empty, the case is the content of the title; when the scheme is empty, the button is pressed to have no action, and when the scheme is not empty, the button is pressed to jump the scheme.
Optionally, after reading the association information, the method further includes:
reading the format of a transmission field corresponding to the transmission field information;
wherein, the format of the transmission field at least comprises:
the method comprises the steps of obtaining an error code corresponding to the error information, a prompt message associated with the operation to be executed by the client and a Type value corresponding to the error information.
As shown in fig. 3, formats of transmission fields corresponding to Type values corresponding to operations to be executed by different clients are shown, which are not described in detail herein, and for details, refer to fig. 3.
The invention provides a processing method of error information, which is used for inquiring the operation to be executed by a client according to the Type value of the error information based on the mapping relation between the Type value of the error information configured in advance and the operation executed by the client; inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client; because the universal return code is designed, the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, the client does not need to write a dead file and processing logic in the service logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
Example 2
As shown in fig. 1, an application scenario diagram according to an embodiment of the present disclosure is an application scenario diagram, where multiple users operate clients installed on a terminal device through the terminal device such as a mobile phone, and the clients perform data communication with a background server through a network.
As shown in fig. 4, according to a specific embodiment of the present disclosure, in a first aspect, the present disclosure provides a method for processing error information, which is applied to a client, and specifically includes the following method steps:
s402: sending a request for acquiring error information to a server so that the server acquires a Type value of the error information according to information carried by the request for acquiring the error information, and inquiring associated information associated with to-be-executed operation of the client based on a mapping relation between the Type value of the error information configured in advance and the execution operation of the client.
As shown in fig. 3, a one-to-one correspondence relationship between a Type value corresponding to an operation to be performed by a client, a Type corresponding to the operation to be performed by the client, a control operation to be performed by the client, a transport field format at least including the Type value corresponding to the operation to be performed by the client, and an application scenario corresponding to the operation to be performed by the client is shown.
In this step, after determining the corresponding Type value according to different requests of different clients, based on the mapping relationship between the Type value of the preconfigured error information and the operation executed by the client as shown in fig. 3, according to the different Type values of the different clients, the specific content of the operation to be executed by the corresponding client can be queried in the correspondence diagram as shown in fig. 3. For example, if the Type value of the error information is 0, the client to be executed according to the Type value query of the error information is: the client does not execute the operation;
if the Type value of the error information is 1, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client;
if the Type value of the error information is 2, the client to be executed according to the Type value query of the error information is: the client executes the operation of canceling the popup window and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client;
if the Type value of the error information is 3, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of jumping the login box;
if the Type value of the error information is 4, the client to be executed according to the Type value query of the error information is: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client;
if the Type value of the error information is 5, the client to be executed according to the Type value query of the error information is: the client executes the operation of logging out;
if the Type value of the error information is 6, the client to be executed according to the Type value query of the error information is: and the client executes log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client.
S404: and receiving the associated information.
In this step, the association information at least includes:
the method comprises the steps that a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value and an application scene corresponding to the operation to be executed by the client are corresponding to the operation to be executed by the client.
As shown in fig. 3, a one-to-one correspondence relationship between a Type value corresponding to an operation to be performed by a client, a Type corresponding to the operation to be performed by the client, an operation to be performed by the client, transmission field information at least including the Type value corresponding to the operation to be performed by the client, and an application scenario corresponding to the operation to be performed by the client is shown.
Optionally, after receiving the association information, the method further includes:
reading the associated information, and executing corresponding operation according to the operation to be executed by the client in the associated information;
wherein the associated information at least comprises:
the method comprises the steps that a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value and an application scene corresponding to the operation to be executed by the client are corresponding to the operation to be executed by the client.
Optionally, the executing the corresponding operation according to the operation to be executed by the client in the associated information includes:
if the client to be executed in the associated information is: the client executes the operation if the client does not execute the operation;
if the client to be executed in the associated information is: the client executes the operation of the popup window, and displays a prompt message associated with the popup window operation on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of canceling the popup window, and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of jumping the login box, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of logging out, and then the client executes the operation;
if the client to be executed in the associated information is: and the client executes the log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client, so that the client executes the operation.
As shown in fig. 3, a one-to-one correspondence relationship between a Type value corresponding to an operation to be performed by a client, a Type corresponding to the operation to be performed by the client, a control operation to be performed by the client, a transport field format at least including the Type value corresponding to the operation to be performed by the client, and an application scenario corresponding to the operation to be performed by the client is shown.
Optionally, after reading the association information, the method further includes:
reading the format of a transmission field corresponding to the transmission field information;
wherein, the format of the transmission field at least comprises:
the method comprises the steps of obtaining an error code corresponding to the error information, a prompt message associated with the operation to be executed by the client and a Type value corresponding to the error information.
As shown in fig. 3, formats of transmission fields corresponding to Type values corresponding to operations to be executed by different clients are shown, which are not described in detail herein, and for details, refer to fig. 3.
The invention provides a processing method of error information, which is used for inquiring the operation to be executed by a client according to the Type value of the error information based on the mapping relation between the Type value of the error information configured in advance and the operation executed by the client; inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client; because the universal return code is designed, the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, the client does not need to write a dead file and processing logic in the service logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
Example 3
As shown in fig. 1, an application scenario diagram according to an embodiment of the present invention is an application scenario in which a plurality of users operate clients installed on a terminal device through the terminal device such as a mobile phone, and the clients perform data communication with a background server through a network. The embodiment is similar to embodiment 1 in the explanation of the method steps for implementing the method steps as described in embodiment 1 based on the same names and meanings, and has the same technical effects as embodiment 1, and thus the description thereof is omitted.
Referring to fig. 5, according to a third aspect of the present invention, the present invention provides an apparatus for processing error information, which specifically includes a first receiving unit 502, an obtaining unit 504, an inquiring unit 506, and a first sending unit 508, and specifically as follows:
a first receiving unit 502, configured to receive a request for obtaining error information sent by a client;
an obtaining unit 504, configured to obtain a Type value of the error information according to information carried in the request for obtaining the error information received by the receiving unit;
an inquiring unit 506, configured to inquire, according to the Type value of the error information acquired by the acquiring unit 504, an operation to be performed by the client based on a mapping relationship between a preconfigured Type value of the error information and an operation to be performed by the client; and
inquiring the associated information associated with the operation to be executed by the client;
a first sending unit 508, configured to send the association information queried by the querying unit 506 to the client.
Optionally, the querying unit 506 is specifically configured to:
if the Type value of the error information is 0, the client to be executed according to the Type value query of the error information is as follows: the client does not execute the operation;
if the Type value of the error information is 1, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client;
if the Type value of the error information is 2, the client to be executed according to the Type value query of the error information is: the client executes the operation of canceling the popup window and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client;
if the Type value of the error information is 3, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of jumping the login box;
if the Type value of the error information is 4, the client to be executed according to the Type value query of the error information is: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client;
if the Type value of the error information is 5, the client to be executed according to the Type value query of the error information is: the client executes the operation of logging out;
if the Type value of the error information is 6, the client to be executed according to the Type value query of the error information is: and the client executes log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client.
Optionally, the apparatus further comprises:
a first reading unit (not shown in fig. 5) configured to read the association information after the querying unit 506 queries the association information associated with the operation to be performed by the client and sends the association information to the client;
the first reading unit reads the associated information at least including:
the method comprises the steps that a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value and an application scene corresponding to the operation to be executed by the client are corresponding to the operation to be executed by the client.
As shown in fig. 3, a one-to-one correspondence relationship between a Type value corresponding to an operation to be performed by a client, a Type corresponding to the operation to be performed by the client, a control operation to be performed by the client, a transport field format at least including the Type value corresponding to the operation to be performed by the client, and an application scenario corresponding to the operation to be performed by the client is shown.
Optionally, the first reading unit is further configured to:
after reading the associated information, reading the format of the transmission field corresponding to the transmission field information;
the format of the transmission field read by the first reading unit at least includes:
the method comprises the steps of obtaining an error code corresponding to the error information, a prompt message associated with the operation to be executed by the client and a Type value corresponding to the error information.
As shown in fig. 3, formats of transmission fields corresponding to Type values corresponding to operations to be executed by different clients are shown, which are not described in detail herein, and for details, refer to fig. 3.
The invention provides a processing device of error information, which is used for inquiring the operation to be executed by a client according to the Type value of the error information based on the mapping relation between the Type value of the error information configured in advance and the operation executed by the client; inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client; because the universal return code is designed, the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, the client does not need to write a dead file and processing logic in the service logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
Example 4
As shown in fig. 1, an application scenario diagram according to an embodiment of the present invention is an application scenario in which a plurality of users operate clients installed on a terminal device through the terminal device such as a mobile phone, and the clients perform data communication with a background server through a network. The embodiment is similar to the embodiment 2 in the explanation of the embodiment 2 based on the same name and meaning, and has the same technical effect as the embodiment 2, and the method of the embodiment 2 is used for implementing the method steps as described in the embodiment 2, and is not described herein again.
Referring to fig. 6, according to a fourth aspect of the embodiment of the present invention, the present invention provides an apparatus for processing error information, which specifically includes a second sending unit 602 and a second receiving unit 604, and specifically as follows:
a second sending unit 602, configured to send a request for obtaining error information to a server, so that the server obtains a Type value of the error information according to information carried in the request for obtaining error information, and queries, based on a mapping relationship between a preconfigured Type value of the error information and a client execution operation, associated information associated with an operation to be executed by the client;
a second receiving unit 604, configured to receive the association information.
Optionally, the apparatus further comprises:
a second reading unit (not shown in fig. 6) configured to, after the second receiving unit 604 receives the association information, read the association information, and perform a corresponding operation according to an operation to be performed by the client in the association information;
the second reading unit reads the associated information at least including:
the method comprises the steps that a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value and an application scene corresponding to the operation to be executed by the client are corresponding to the operation to be executed by the client.
Optionally, the executing the corresponding operation according to the operation to be executed by the client in the associated information includes:
if the client to be executed in the associated information is: the client executes the operation if the client does not execute the operation;
if the client to be executed in the associated information is: the client executes the operation of the popup window, and displays a prompt message associated with the popup window operation on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of canceling the popup window, and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of jumping the login box, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is: the client executes the operation of logging out, and then the client executes the operation;
if the client to be executed in the associated information is: and the client executes the log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client, so that the client executes the operation.
As shown in fig. 3, a one-to-one correspondence relationship between a Type value corresponding to an operation to be performed by a client, a Type corresponding to the operation to be performed by the client, a control operation to be performed by the client, a transport field format at least including the Type value corresponding to the operation to be performed by the client, and an application scenario corresponding to the operation to be performed by the client is shown.
Optionally, the reading unit is further configured to:
after reading the associated information, reading the format of the transmission field corresponding to the transmission field information;
the format of the transmission field read by the reading unit at least includes:
the method comprises the steps of obtaining an error code corresponding to the error information, a prompt message associated with the operation to be executed by the client and a Type value corresponding to the error information.
As shown in fig. 3, formats of transmission fields corresponding to Type values corresponding to operations to be executed by different clients are shown, which are not described in detail herein, and for details, refer to fig. 3.
The invention provides a processing device of error information, which is used for inquiring the operation to be executed by a client according to the Type value of the error information based on the mapping relation between the Type value of the error information configured in advance and the operation executed by the client; inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client; because the universal return code is designed, the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, the client does not need to write a dead file and processing logic in the service logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
Example 5
As shown in fig. 7, the present embodiment provides an electronic device for an error information processing method, where the electronic device includes: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the one processor to cause the at least one processor to: the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, so that the client does not need to write dead files and processing logic in the business logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
Example 6
The disclosed embodiments provide a non-volatile computer storage medium having stored thereon computer-executable instructions that can perform the method of processing error information in any of the above method embodiments.
Example 7
Referring now to FIG. 7, shown is a schematic diagram of an electronic device suitable for use in implementing embodiments of the present disclosure. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 7, the electronic device may include a processing device (e.g., central processing unit, graphics processor, etc.) 701, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)702 or a program loaded from a storage device 708 into a Random Access Memory (RAM) 703. In the RAM703, various programs and data necessary for the operation of the electronic apparatus are also stored. The processing device 701, the ROM 702, and the RAM703 are connected to each other by a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
Generally, the following devices may be connected to the I/O interface 705: input devices 706 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 707 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 708 including, for example, magnetic tape, hard disk, etc.; and a communication device 709. The communication device 709 may allow the electronic device to communicate wirelessly or by wire with other devices to exchange data. While fig. 7 illustrates an electronic device 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 embodiments, the computer program may be downloaded and installed from a network via the communication means 709, or may be installed from the storage means 708, or may be installed from the ROM 702. The computer program, when executed by the processing device 701, performs the above-described functions defined in the methods of the 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: the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, so that the client does not need to write dead files and processing logic in the business logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
Alternatively, the computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: the operation to be executed by the client is unified by issuing parameters through the server, and the operation to be executed by the client is determined by the server, so that the client does not need to write dead files and processing logic in the business logic any more, and the problem that the client frequently updates the latest version by iteration is solved.
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. Wherein the name of an element does not in some cases constitute a limitation of the element itself ".

Claims (11)

1. A method for processing error information, comprising:
receiving a request for acquiring error information sent by a client;
acquiring the Type value of the error information according to the information carried by the request for acquiring the error information;
inquiring the operation to be executed of the client according to the Type value of the error information based on the preset mapping relation between the Type value of the error information and the operation executed by the client;
and inquiring the associated information associated with the operation to be executed by the client and sending the associated information to the client.
2. The method of claim 1, wherein the querying a client to perform an operation according to the Type value of the error information comprises:
if the Type value of the error information is 0, the client to be executed according to the Type value query of the error information is as follows: the client does not execute the operation;
if the Type value of the error information is 1, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client;
if the Type value of the error information is 2, the client to be executed according to the Type value query of the error information is: the client executes the operation of canceling the popup window and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client;
if the Type value of the error information is 3, the client to be executed according to the Type value query of the error information is as follows: the client executes the operation of jumping the login box;
if the Type value of the error information is 4, the client to be executed according to the Type value query of the error information is: the client executes the operation of the skip login box and displays a prompt message associated with the operation of the skip login box on a display screen of the client;
if the Type value of the error information is 5, the client to be executed according to the Type value query of the error information is: the client executes log-out operation;
if the Type value of the error information is 6, the client to be executed according to the Type value query of the error information is: and the client executes log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client.
3. The method of claim 1, wherein after querying the association information associated with the operation to be performed by the client and sending the association information to the client, the method further comprises:
reading the associated information;
wherein the associated information at least comprises:
the method comprises the steps of obtaining a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value corresponding to the operation to be executed by the client and an application scene corresponding to the operation to be executed by the client.
4. The method of claim 3, wherein after said reading said association information, said method further comprises:
reading the format of the transmission field corresponding to the transmission field information;
wherein the format of the transmission field at least comprises:
the client side comprises an error code corresponding to the error information, a prompt message associated with the operation to be executed of the client side and a Type value corresponding to the error information.
5. A method for processing error information, comprising:
sending a request for acquiring error information to a server so that the server can acquire a Type value of the error information according to information carried by the request for acquiring the error information, and inquiring associated information associated with to-be-executed operation of a client based on a mapping relation between the Type value of the error information and the execution operation of the client, wherein the preset mapping relation is configured;
and receiving the associated information.
6. The method of claim 5, wherein after the receiving the association information, the method further comprises:
reading the associated information, and executing corresponding operation according to the operation to be executed by the client in the associated information;
wherein the associated information at least comprises:
the method comprises the steps of obtaining a Type value corresponding to an operation to be executed by a client, a Type corresponding to the operation to be executed by the client, an operation to be executed by the client, transmission field information at least comprising the Type value corresponding to the operation to be executed by the client and an application scene corresponding to the operation to be executed by the client.
7. The method according to claim 6, wherein the performing the corresponding operation according to the operation to be performed by the client in the association information comprises:
if the client to be executed in the associated information is to: if the client does not execute the operation, the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of the popup window and displays a prompt message associated with the popup window operation on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of canceling the popup window, and displays a prompt message associated with the operation of canceling the popup window on a display screen of the client, so that the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of jumping the login box, and then the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of the jump login box and displays a prompt message associated with the operation of the jump login box on a display screen of the client, and then the client executes the operation;
if the client to be executed in the associated information is to: the client executes the operation of logging out, and then the client executes the operation;
if the client to be executed in the associated information is to: and the client executes the log-out operation and displays a prompt message associated with the operation of jumping the login box on a display screen of the client, so that the client executes the operation.
8. An apparatus for processing error information, comprising:
the first receiving unit is used for receiving a request for acquiring error information sent by a client;
an obtaining unit, configured to obtain a Type value of the error information according to information carried in the request for obtaining error information received by the receiving unit;
the query unit is used for querying the operation to be executed by the client according to the Type value of the error information acquired by the acquisition unit based on the preset mapping relationship between the Type value of the error information and the operation executed by the client; and
inquiring the associated information associated with the operation to be executed by the client;
and the first sending unit is used for sending the association information inquired by the inquiry unit to the client.
9. An apparatus for processing error information, comprising:
a second sending unit, configured to send a request for obtaining error information to a server, so that the server obtains a Type value of the error information according to information carried in the request for obtaining error information, and queries, based on a mapping relationship between a preconfigured Type value of the error information and a client-side execution operation, associated information associated with the client-side to-be-executed operation;
a second receiving unit, configured to receive the association information.
10. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the method according to any one of claims 1 to 7.
11. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out the method of any one of claims 1 to 7.
CN201910891778.9A 2019-09-20 2019-09-20 Error information processing method, device, medium and electronic equipment Pending CN110727562A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910891778.9A CN110727562A (en) 2019-09-20 2019-09-20 Error information processing method, device, medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910891778.9A CN110727562A (en) 2019-09-20 2019-09-20 Error information processing method, device, medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN110727562A true CN110727562A (en) 2020-01-24

Family

ID=69219322

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910891778.9A Pending CN110727562A (en) 2019-09-20 2019-09-20 Error information processing method, device, medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN110727562A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102572789A (en) * 2010-12-31 2012-07-11 中兴通讯股份有限公司 Network system and method for realizing message interaction between network elements of network system
CN103530199A (en) * 2012-07-02 2014-01-22 腾讯科技(深圳)有限公司 Software running error repairing method, device and system
CN107038041A (en) * 2016-12-27 2017-08-11 阿里巴巴集团控股有限公司 The dynamic compatibility method of data processing method, error code, device and system
CN108304447A (en) * 2017-12-07 2018-07-20 北京趣拿软件科技有限公司 Processing method, device, storage medium and the processor of exception information

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102572789A (en) * 2010-12-31 2012-07-11 中兴通讯股份有限公司 Network system and method for realizing message interaction between network elements of network system
CN103530199A (en) * 2012-07-02 2014-01-22 腾讯科技(深圳)有限公司 Software running error repairing method, device and system
CN107038041A (en) * 2016-12-27 2017-08-11 阿里巴巴集团控股有限公司 The dynamic compatibility method of data processing method, error code, device and system
CN108304447A (en) * 2017-12-07 2018-07-20 北京趣拿软件科技有限公司 Processing method, device, storage medium and the processor of exception information

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
上海证券交易所: "债券技术 创新与发展", 上海人民出版社 *

Similar Documents

Publication Publication Date Title
CN109918040B (en) Voice instruction distribution method and device, electronic equipment and computer readable medium
CN109582310B (en) Data processing method and device, electronic equipment and computer readable storage medium
US20140195663A1 (en) Method and System for Providing Cloud-Based Common Distribution Applications
CN109408189B (en) Dynamic adjustment method, device, equipment and medium for client interface layout
CN109857486B (en) Method, device, equipment and medium for processing program page data
CN109857506B (en) Method and device for realizing guide information, electronic equipment and storage medium
CN109753332B (en) Method and device for displaying information
CN111930973A (en) Multimedia data playing method and device, electronic equipment and storage medium
CN109408481B (en) Log collection rule updating method and device, electronic equipment and readable medium
CN110865846B (en) Application management method, device, terminal, system and storage medium
CN110837333A (en) Method, device, terminal and storage medium for adjusting playing progress of multimedia file
CN110618768B (en) Information presentation method and device
CN109814915B (en) Parameter configuration method, device, medium and electronic equipment based on lua
CN110908752A (en) Control setting method and device, electronic equipment and interaction system
CN112422614B (en) Method, apparatus, and medium for device interaction
CN110990038B (en) Method, apparatus, electronic device and medium for applying local update
CN110619101B (en) Method and apparatus for processing information
CN110727562A (en) Error information processing method, device, medium and electronic equipment
CN111382039A (en) Method, device, electronic equipment and storage medium for reporting user behavior event
CN111625326B (en) Task pipeline execution method and device and electronic equipment
CN110059063B (en) Multi-format data synchronous sharing method, device, medium and electronic equipment
CN111382038B (en) Method, device, electronic equipment and storage medium for reporting service data
WO2020224295A1 (en) Information management method, device, and system
CN111813283A (en) Application file identifier searching method, device, medium and electronic equipment
CN111241368B (en) Data processing method, device, medium and equipment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200124

RJ01 Rejection of invention patent application after publication