CN108874553B - Message pushing method, device and system, storage medium and processor - Google Patents

Message pushing method, device and system, storage medium and processor Download PDF

Info

Publication number
CN108874553B
CN108874553B CN201710317935.6A CN201710317935A CN108874553B CN 108874553 B CN108874553 B CN 108874553B CN 201710317935 A CN201710317935 A CN 201710317935A CN 108874553 B CN108874553 B CN 108874553B
Authority
CN
China
Prior art keywords
change
push target
push
message
pushing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710317935.6A
Other languages
Chinese (zh)
Other versions
CN108874553A (en
Inventor
纪丽娟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201710317935.6A priority Critical patent/CN108874553B/en
Publication of CN108874553A publication Critical patent/CN108874553A/en
Application granted granted Critical
Publication of CN108874553B publication Critical patent/CN108874553B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a message pushing method, a message pushing device, a message pushing system, a storage medium and a processor. Wherein, the method comprises the following steps: acquiring a change object; acquiring a target object associated with the changed object, wherein the target object comprises an object associated with the changed object in an object set corresponding to the changed object; acquiring a target terminal corresponding to a target object, wherein the target terminal is used for managing the target object; and generating a change message corresponding to the target terminal according to the change object and/or the target object, and pushing the change message to the target terminal. The message pushing method and the message pushing device solve the technical problem that message pushing cannot be performed rapidly and completely in the prior art.

Description

Message pushing method, device and system, storage medium and processor
Technical Field
The present application relates to the field of message pushing, and in particular, to a message pushing method, device and system, a storage medium, and a processor.
Background
When the code logic needs to be modified due to business logic change or code problem, the inquiring user can input the object name of the changed object, the processing device can find the push target object associated with the changed object after receiving the object name of the changed object, and return the inquiring result to the inquiring user, and the inquiring user can determine the influence range of the changed object, the specific flow is as shown in fig. 1, for example, when the inquiring user needs to add the sound verification function in the product, the inquiring user can input the function name of the sound verification function, the processing device can find the push target object associated with the sound verification function after receiving the function name, that is, find the application program which uses the function to perform safety verification, such as WeChat, QQ and Jingdong wallet, and the like, and return the inquired application program to the inquiring user, and the inquiring user can determine the influence range of the sound verification function to be WeChat, QQ, and, QQ and jingdong wallet, etc. Further, the inquiry user can determine the affected personnel through a manual analysis method and send change messages to the affected personnel.
However, in a big data environment, data processing link loads and service scenes are numerous, an analysis scheme in the prior art is low in efficiency, and the situation of multi-notification or missed notification is easy to occur, so that the accuracy is low.
Aiming at the problem that the message pushing can not be carried out quickly and completely in the prior art, an effective solution is not provided at present.
Disclosure of Invention
The embodiment of the application provides a message pushing method, a message pushing device, a message pushing system, a storage medium and a processor, so as to at least solve the technical problem that the message pushing cannot be rapidly and completely carried out in the prior art.
According to an aspect of an embodiment of the present application, there is provided a message pushing method, including: acquiring a change object; acquiring a push target object associated with a change object; generating a change message corresponding to a push target terminal according to the change object and/or the push target object, wherein the push target terminal corresponds to the push target object; and pushing the change message to the push target terminal.
According to another aspect of the embodiments of the present application, there is also provided a message pushing apparatus, including: a first acquisition unit configured to acquire a change target; a second acquisition unit configured to acquire a push target object associated with the change object; the generating and sending unit is used for generating a change message corresponding to the pushing target terminal according to the change object and/or the pushing target object, wherein the pushing target terminal corresponds to the pushing target object; and the pushing unit is used for pushing the change message to the pushing target terminal.
According to another aspect of the embodiments of the present application, there is also provided a message pushing system, including: the processing equipment is used for acquiring a change object, acquiring a push target object associated with the change object, and generating a change message corresponding to a push target terminal according to the change object and/or the push target object, wherein the push target terminal corresponds to the push target object; and the push target terminal is communicated with the processing equipment and is used for receiving the change message.
According to another aspect of the embodiments of the present application, there is also provided a message pushing method, including: acquiring a change object; acquiring a push target object associated with a change object; and sending a notification message to a target terminal associated with the pushed target object.
According to another aspect of the embodiments of the present application, there is also provided a message pushing method, including: acquiring a change object; acquiring a push target object associated with a change object; and sending the changed object to a target terminal associated with the pushed target object.
According to another aspect of the embodiments of the present application, there is also provided a storage medium, where the storage medium includes a stored program, and when the program runs, a device in which the storage medium is located is controlled to execute the message pushing method in the foregoing embodiments.
According to another aspect of the embodiments of the present application, there is further provided a processor, configured to execute the program, where the message pushing method in the foregoing embodiments is executed when the program runs.
In the embodiment of the application, after the push target object associated with the change object is obtained, a change message corresponding to the push target terminal is generated further according to the change object and/or the push target object, and the change message is pushed to the push target terminal.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
FIG. 1 is a flow diagram of obtaining a push target object associated with a change object according to the prior art;
FIG. 2 is an interaction diagram of an alternative message push method according to an embodiment of the application;
fig. 3 is a block diagram of a hardware structure of a computer terminal for implementing a message pushing method according to an embodiment of the present application;
FIG. 4 is a flow chart of a message pushing method according to an embodiment of the application;
fig. 5 is a schematic diagram of a message pushing apparatus according to an embodiment of the present application;
FIG. 6 is a schematic diagram of a message push system according to an embodiment of the present application;
FIG. 7 is a schematic diagram of another message push system according to an embodiment of the application;
fig. 8 is a flowchart of another message pushing method according to an embodiment of the present application; and
fig. 9 is a flowchart of another message pushing method according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the accompanying drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
First, some terms or terms appearing in the description of the embodiments of the present application are applicable to the following explanations:
metadata: mainly including information describing the attributes of the data. Metadata is information about the organization of data, data fields and their relationships, and may include data about data, for example, metadata for a voice verification function may include: the function name and storage location of the voice verification function, and information such as the application name and storage location of the application program using the function.
Data blood relationship: data is directly or indirectly related due to the processes of loading, washing, converting and the like, for example, a sound verification function is added in an application program, and all application programs needing security verification can use the function, such as WeChat, QQ, Beijing Tou wallet and the like, so that the bloodline relationship between the application programs such as WeChat, QQ, Beijing Tou wallet and the like and the sound verification function can be realized.
Example 1
In the related art, for example, when the inquiring user determines that the sound verification function needs to be added to the product, the inquiring user may check the application programs associated with the sound verification function, such as WeChat, QQ, and Jingdong wallet, and the like, and the person responsible for the inquiring user to determine WeChat is person responsible B of person responsible A, QQ and person responsible for C of Jingdong wallet, and send the change message to person responsible A, person responsible B, and person responsible C.
In view of the above problems, according to at least one embodiment of the present application, a message pushing scheme is provided, in which a pushing target object associated with a changed object is determined through a blood relationship, a pushing target terminal corresponding to the pushing target object is automatically queried, and a message is pushed, so as to push a change message to all pushing target terminals, improve message pushing efficiency and accuracy, and reduce the influence of the changed object on the pushing target object.
In order to achieve the above purpose, the following describes the technical solution adopted in this embodiment in detail with reference to fig. 2. As shown in fig. 2, the message pushing method provided in this embodiment may include the following processing steps:
in step S202, the processing apparatus 602 acquires a change target.
Specifically, the object may include an application program, a product, and a data table, but is not limited thereto, and this embodiment is not specifically limited thereto; the above-mentioned modification object may include an object that has been modified, and for example, when a sound verification function needs to be added to a product, the modification object may be a sound verification function.
Alternatively, the query user may input an object name of a change object, such as an application name of an application program, a table name of a data table, a field name, and the like, through an input device, such as a keyboard, a mouse, and the like, connected to the processing apparatus 602, and the processing apparatus 602 may determine the change object that has been changed, based on the object name of the change object, after receiving the object name of the change object.
For example, the present embodiment will be described in detail with an example in which the sound verification function is a modification target. When the inquiring user determines that the sound authentication function needs to be added to the product, the inquiring user may input the function name of the sound authentication function through the input device, and the processing apparatus 602 may determine that the modification object that has been modified is the sound authentication function after receiving the input function name.
In step S204, the processing device 602 searches for a push target object associated with the changed object.
Optionally, the above-mentioned push target object may include an object associated with the changed object in the object set corresponding to the changed object, and the push target object associated with the changed object may be found from the metadata set (i.e. the above-mentioned object set corresponding to the changed object) through a data relationship. For example, objects used to alter objects may be located from the metadata collection by data relationship, or objects affected downstream may be located from the metadata collection.
For example, the present embodiment will be described in detail by taking the change target as the voice verification function as an example. After confirming that the changed object which has been changed is the sound verification function, the application program associated with the sound verification function may be found from the metadata set, for example, the application program which uses the function for security verification, such as WeChat, QQ, and Jingdong wallet, etc., may be found from the metadata set.
In step S206, the processing device 602 searches for the push target terminal 604 corresponding to the push target object according to the push target object.
Specifically, each object includes a product, an application program, and a data table, and there is a relevant principal, and the principal may manage the push target object through the push target terminal, for example, code modification, data backup, data migration, and the like may be performed on the push target object, and the principal may view the change message through the target terminal, so that a mapping relationship between each object and the corresponding target terminal may be stored in the database in advance, and the principal of each object may be determined through the mapping relationship. The target terminal may include a terminal of a person in charge corresponding to the target object, for example, the terminal may include a mobile terminal such as a smart phone (including an Android phone and an IOS phone), an IPAD, a tablet computer, a palm computer, and a notebook computer, and may also include a computer terminal, which is not specifically limited in this embodiment.
In an optional scheme, after the push target object is found, the push target terminal corresponding to the push target object may be queried from the database, so as to determine the affected responsible person.
In another optional scheme, after the push target object is found, the terminal corresponding to the push target object may be queried from the database, and the query result is returned to the querying user, that is, a list including a plurality of push target objects and terminals corresponding to each push target object may be displayed, and the querying user may select all terminals as push target terminals in a batch copy manner, that is, receive the first selection instruction, and use at least one terminal corresponding to the first selection instruction as a push target terminal.
In another alternative scheme, after the push target object is found, the query result may be returned to the querying user, that is, a list including a plurality of push target objects and a plurality of terminals may be displayed, the querying user may sequentially select the push target terminal corresponding to each push target object in a hook selection manner, that is, receive a plurality of second selection instructions, and use the terminal corresponding to the plurality of second selection instructions as the push target terminal, where the terminal corresponding to each second selection instruction is used as the push target terminal corresponding to one push target object.
For example, the present embodiment will be described in detail with reference to the voice verification function as an example of a modification target. After finding out the application programs, such as WeChat, QQ, and Jingdong wallet, etc., for performing security verification using the function, the terminal of the person in charge corresponding to each application program can be found from the database to obtain a push target terminal, for example, if the terminal of the person in charge corresponding to WeChat is terminal 1, the terminal of the person in charge corresponding to QQ is terminal 1, and the terminal of the person in charge corresponding to Jingdong wallet is terminal 2, the push target terminal can be queried: terminal 1 and terminal 2.
In step S208, the processing device 602 pushes the change message to the push target terminal 604.
Optionally, the change message may include: in an optional scheme, when the push target object and the push target terminal are in a one-to-one correspondence relationship, a change message may be generated according to the object name of the change object and the object name of the push target object; in another optional scheme, when the push target object and the push target terminal are in a many-to-one relationship, that is, when the responsible persons of the objects are the same, the change message may be generated according to the object name of the change object and the object names of the push target objects corresponding to the push target terminal. Further, the change message may be pushed to the push target terminal through a message channel, for example, the message may be pushed in a manner of mail, short message, telephone, and the like, but is not limited thereto, and this is not specifically limited in this embodiment.
In an optional scheme, in a case where the push target terminals are queried from the database or the query user selects the push target terminals in a batch copy manner, the change message corresponding to each push target terminal may be simultaneously sent to each push target terminal.
In another optional scheme, under the condition that the inquiry user sequentially hooks the push target terminals in a hooking manner, the message notifications can be triggered one by one, and the change messages corresponding to the push target terminals are sent to the push target terminals one by one.
For example, the present embodiment will be described in detail with reference to the voice verification function as an example of a modification target. After inquiring the push target terminal: after the terminal 1 and the terminal 2, since the terminal 1 corresponds to the WeChat and the QQ and the terminal 2 corresponds to the Jingdong wallet, the change message 1 sent to the terminal 1 can be generated according to the application name of the WeChat, the application name of the QQ and the function name of the sound verification function, and the change message 1 is sent to the terminal 1; the change message 2 transmitted to the terminal 2 may be generated according to the application name of the kyoto wallet and the function name of the sound verification function, and the change message 2 may be transmitted to the terminal 2.
In step S210, the processing device 602 receives the confirmation result returned by the push target terminal 604.
Optionally, after the person in charge of pushing the target object views the change message through the push target terminal, the person in charge of pushing the target object may evaluate the influence of the change object on the push target object, and perform influence confirmation by returning a confirmation result, thereby performing reasonable judgment on the influence range and the influence degree of the change object.
In an alternative scheme, the push target terminal may directly return a time information, where the time information may include time for a responsible person to perform operations such as code logic modification, data backup migration, and the like on the push target object, and the query user may trigger delayed release of the change object after receiving the time information, and use the received time information as release time of the change object, that is, determine that the received time information is time that needs to wait before the change object is released. When a plurality of pieces of time information are received, the longest piece of time information among the plurality of pieces of time information may be the distribution time of the change target.
In another alternative, the push target terminal may directly return a confirmation result that the confirmation is affected, after receiving the confirmation result, the querying user may query preset corresponding time information, that is, delay the waiting time for issuing the change object, and use the queried time information as the issuing time of the change object, that is, determine that the queried time information is the time that needs to wait before the change object is issued.
For example, the present embodiment will be described in detail with reference to the voice verification function as an example of a modification target. After receiving the change message 1, the terminal 1 may display the change message 1 to the responsible person of the WeChat and QQ, and the responsible person may confirm the change message 1 and return a time message T1 through the terminal 1; the terminal 2 may display the change message 2 to a person in charge of the jingdong wallet after receiving the change message 2, and the person in charge may confirm the change message by the person in charge, and the person in charge may return a time information T2 through the terminal 2, and the processing device may determine that the time information T1< the time information T2 after receiving the time information T1 and the time information T2, and the inquiring user may determine that the time required to wait before issuing the sound authentication function is T2, that is, the inquiring user may issue the sound authentication function after waiting the time T2.
According to the scheme, the push target object associated with the change object is searched through the blood relationship, the push target terminal corresponding to the push target object is searched through the mapping relationship, the change message is pushed to the push target terminal, the query user only needs to input the object name of the change object, the change message can be automatically sent to the push target terminal, the message push efficiency and the message push accuracy are improved, and the technical problem that the message push cannot be rapidly and completely carried out in the prior art is solved.
Example 2
There is also provided, in accordance with an embodiment of the present application, an embodiment of a message push method, to note that the steps illustrated in the flowchart of the figure may be performed in a computer system, such as a set of computer-executable instructions, and that, although a logical order is illustrated in the flowchart, in some cases, the steps illustrated or described may be performed in an order different than here.
The method provided by the first embodiment of the present application may be executed in a mobile terminal, a computer terminal, or a similar computing device. Fig. 3 is a block diagram of a hardware structure of a computer terminal for implementing a message pushing method according to an embodiment of the present application. As shown in fig. 3, the computer terminal 30 may include one or more (shown as 302a, 302b, … …, 302 n) processors 302 (the processors 302 may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA, etc.), a memory 304 for storing data, and a transmission device 306 for communication functions. Besides, the method can also comprise the following steps: a display, an input/output interface (I/O interface), a Universal Serial Bus (USB) port (which may be included as one of the ports of the I/O interface), a power source, and/or a camera. It will be understood by those skilled in the art that the structure shown in fig. 3 is only an illustration and is not intended to limit the structure of the electronic device. For example, the computer terminal 30 may also include more or fewer components than shown in FIG. 3, or have a different configuration than shown in FIG. 3.
It should be noted that the one or more processors 302 and/or other data processing circuitry described above may be referred to generally herein as "data processing circuitry". The data processing circuitry may be embodied in whole or in part in software, hardware, firmware, or any combination thereof. Further, the data processing circuit may be a single stand-alone processing module, or incorporated in whole or in part into any of the other elements in the computer terminal 30. The data processing circuit acts as a processor control (e.g., selection of a variable resistance termination path to interface).
The memory 304 may be used to store software programs and modules of application software, such as program instructions/data storage devices corresponding to the message pushing method in the embodiment of the present application, and the processor 302 executes various functional applications and data processing by running the software programs and modules stored in the memory 304, that is, implementing the message pushing method described above. The memory 304 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 304 may further include memory located remotely from the processor 302, which may be connected to the computer terminal 30 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 306 is used for receiving or sending data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal 30. In one example, the transmission device 306 includes a Network Interface Controller (NIC) that can be connected to other Network devices through a base station to communicate with the internet. In one example, the transmission device 306 can be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
The display may be, for example, a touch screen type Liquid Crystal Display (LCD) that may enable a user to interact with the user interface of the computer terminal 30.
Under the above operating environment, the present application provides a message pushing method as shown in fig. 4. Fig. 4 is a flowchart of a message pushing method according to an embodiment of the present application. As shown in fig. 4, the method may include the steps of:
in step S402, a change target is acquired.
In step S404, a push target object associated with the changed object is acquired.
Optionally, the push target object belongs to an object set corresponding to the change object.
Step S406, generating a change message corresponding to the push target terminal according to the change object and/or the push target object, where the push target terminal corresponds to the push target object.
Optionally, the change message may be generated by, but is not limited to: acquiring an object name of a changed object and an object name of at least one push target object corresponding to a push target terminal; and generating a change message corresponding to the push target terminal according to the object name of the change object and the object name of at least one push target object.
Step S408, the change message is pushed to the push target terminal.
Optionally, in an optional scheme, when there are a plurality of push target objects, the change message may be pushed to the push target terminal in the following manner: acquiring a plurality of terminals corresponding to a plurality of push target objects; displaying a first list, wherein the first list comprises: a plurality of push target objects and a plurality of terminals corresponding to the plurality of push target objects; receiving an input first selection instruction; and simultaneously pushing the change message to at least one terminal corresponding to the first selection instruction. In another optional scheme, when there are a plurality of push target objects, the change message may be pushed to the push target terminal in the following manner: displaying a second list, wherein the second list comprises: a plurality of push target objects and a plurality of terminals; receiving a plurality of input second selection instructions; and pushing the change messages to the terminals corresponding to the plurality of second selection instructions in sequence.
Optionally, in step S408, after pushing the change message to the push target terminal, the method may further include: receiving a confirmation result returned by the push target terminal according to the change message; and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
Further, in an alternative scheme, the confirmation result may include: the time information may determine the distribution time of the change object by: the time information is specified as the distribution time of the change target. In another alternative, the release time of the change object may be determined by: acquiring time information corresponding to the confirmation result; the time information corresponding to the confirmation result is specified as the distribution time of the change target.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present application.
Example 3
According to an embodiment of the present application, there is also provided a message pushing apparatus for implementing the message pushing method, as shown in fig. 5, the apparatus 500 includes: a first acquisition unit 502, a second acquisition unit 504, a generation unit 506 and a push unit 508.
The first obtaining unit 502 is configured to obtain a change target.
The second acquiring unit 504 is configured to acquire a push target object associated with the change object.
Optionally, the push target object belongs to an object set corresponding to the change object.
The third obtaining unit 506 is configured to obtain a target terminal corresponding to a target object, where the target terminal is configured to manage the target object.
The push generating unit 506 is configured to generate a change message corresponding to a push target terminal according to the change object and/or a push target object, where the push target terminal corresponds to the push target object.
Optionally, the pushing unit 508 may include the following modules, but is not limited thereto: the system comprises a first acquisition module and a generation module, wherein the first acquisition module is used for acquiring an object name of a changed object and an object name of at least one push target object corresponding to a push target terminal; the generation module is used for generating a change message corresponding to the push target terminal according to the object name of the change object and the object name of at least one push target object.
The pushing unit 508 is configured to push the change message to the push target terminal.
Optionally, in an optional scheme, in a case that there are a plurality of push target objects, the push unit 508 may include the following modules: the system comprises a second acquisition module, a first display module, a first receiving module and a first pushing module, wherein the second acquisition module is used for acquiring a plurality of terminals corresponding to a plurality of pushing target objects; the first display module is used for displaying a first list, wherein the first list comprises: a plurality of push target objects and a plurality of terminals corresponding to the plurality of push target objects; the first receiving module is used for receiving an input first selection instruction; the first pushing module is used for pushing the change message to at least one terminal corresponding to the first selection instruction at the same time. In another alternative, in the case that there are multiple target objects, the pushing unit 508 may include the following modules: the second display module, second receiving module and second propelling movement module, wherein, the second display module is used for showing the second list, and wherein, the second list includes: a plurality of push target objects and a plurality of terminals; the second receiving module is used for receiving a plurality of input second selection instructions; the second pushing module is used for sequentially pushing the change messages to the terminals corresponding to the plurality of second selection instructions.
It should be noted here that the first acquiring unit 502, the second acquiring unit 504, the generating unit 506, and the pushing unit 508 correspond to steps S402 to S408 in embodiment 2, and the four units are the same as the corresponding steps in the implementation example and application scenario, but are not limited to the disclosure in embodiment 1. It should be noted that the above modules may be operated in the computer terminal 30 provided in embodiment 1 as a part of the apparatus.
Optionally, the apparatus 500 may further include: the receiving unit is used for receiving a confirmation result returned by the push target terminal according to the change message; the determining unit is used for determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
Further, in an alternative scheme, the confirmation result may include: the time information, determining unit may include the following modules: and the first determining module is used for determining the time information as the distribution time of the change object. In another alternative, the determining unit may include the following modules: the device comprises a fourth acquisition module and a second determination module, wherein the fourth acquisition module is used for acquiring time information corresponding to the confirmation result; the second determining module is used for determining the time information corresponding to the confirmation result as the distribution time of the change object.
It should be noted that, reference may be made to the relevant description in embodiments 1 and 2 for a preferred implementation in this embodiment, and details are not described here again.
Example 4
According to an embodiment of the present application, there is also provided a message pushing system for implementing the message pushing method, as shown in fig. 6, the system includes:
the processing device 602 is configured to obtain a change object, obtain a push target object associated with the change object, and generate a change message corresponding to a push target terminal according to the change object and/or the push target object, where the push target terminal corresponds to the push target object.
Optionally, the push target object belongs to an object set corresponding to the change object. Further, the processing device 602 is further configured to obtain an object name of the changed object and an object name of at least one push target object corresponding to the push target terminal; and generating a change message corresponding to the push target terminal according to the object name of the change object and the object name of at least one push target object. Further, in an optional scheme, in a case that there are a plurality of push target objects, the processing device 602 is further configured to obtain a plurality of terminals corresponding to the plurality of push target objects; displaying a first list, wherein the first list comprises: a plurality of push target objects and a plurality of terminals corresponding to the plurality of push target objects; receiving an input first selection instruction; and simultaneously pushing the change message to at least one terminal corresponding to the first selection instruction. In another optional scenario, in a case that there are multiple push target objects, the processing device 602 is further configured to display a second list, where the second list includes: a plurality of push target objects and a plurality of terminals; receiving a plurality of input second selection instructions; and pushing the push message to the terminals corresponding to the plurality of second selection instructions of the lotus root in sequence.
A push target terminal 604 in communication with the processing device 602 for receiving the change message.
Optionally, the processing device 602 is further configured to receive a confirmation result returned by the push target terminal according to the change message; and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
Further, in an alternative scheme, the confirmation result may include: time information, the processing device 602 is also used to determine the time of issuance of the time information as the object of change. In another alternative, the processing device 602 is further configured to obtain time information corresponding to the confirmation result; the time information corresponding to the confirmation result is specified as the distribution time of the change target.
It should be noted that, reference may be made to the relevant description in embodiments 1 and 2 for a preferred implementation in this embodiment, and details are not described here again.
Example 5
According to an embodiment of the present application, there is also provided a message pushing system for implementing the message pushing method, as shown in fig. 7, the system includes:
a processor 702; and
a memory 704, connected to the processor 702, for providing instructions to the processor 702 to perform the following processes: acquiring a change object; acquiring a push target object associated with a change object; generating a change message corresponding to a push target terminal according to a change object and/or a push target object, wherein the push target terminal corresponds to the push target object; and pushing the change message to the push target terminal.
It should be noted that, reference may be made to the relevant description in embodiments 1 and 2 for a preferred implementation in this embodiment, and details are not described here again.
Example 6
There is also provided, in accordance with an embodiment of the present application, an embodiment of a message push method, to note that the steps illustrated in the flowchart of the figure may be performed in a computer system, such as a set of computer-executable instructions, and that, although a logical order is illustrated in the flowchart, in some cases, the steps illustrated or described may be performed in an order different than here.
Fig. 8 is a flowchart of another message pushing method according to an embodiment of the present application. As shown in fig. 8, the method may include the steps of:
in step S802, a change target is acquired.
Step S804, a push target object associated with the changed object is acquired.
Optionally, the push target object belongs to an object set corresponding to the change object.
Step S806, sending a notification message to the target terminal associated with the push target object.
Alternatively, the notification message described above may include a message notifying that the change object has been changed.
In an optional scheme, a target terminal associated with the pushed target object can be obtained by querying in a database, and a message notifying that the changed object has been changed is sent to the target terminal, so that a principal having the target terminal can judge whether the changed object affects the pushed target object, and if the principal determines that the changed object affects the pushed target object, a confirmation result is returned through the target terminal.
It should be noted that, reference may be made to the relevant description in embodiments 1 and 2 for a preferred implementation in this embodiment, and details are not described here again.
Example 7
There is also provided, in accordance with an embodiment of the present application, an embodiment of a message push method, to note that the steps illustrated in the flowchart of the figure may be performed in a computer system, such as a set of computer-executable instructions, and that, although a logical order is illustrated in the flowchart, in some cases, the steps illustrated or described may be performed in an order different than here.
Fig. 9 is a flowchart of another message pushing method according to an embodiment of the present application. As shown in fig. 9, the method may include the steps of:
in step S902, a change target is acquired.
In step S904, a push target object associated with the changed object is acquired.
Optionally, the push target object belongs to an object set corresponding to the change object.
Step S906, sending the changed object to the target terminal associated with the push target object.
In an optional scheme, a target terminal associated with the pushed target object can be obtained by querying in the database, and the object name of the changed object is directly sent to the target terminal, so that a principal having the target terminal can judge whether the changed object affects the pushed target object, and if the principal determines that the changed object affects the pushed target object, a confirmation result is returned through the target terminal.
It should be noted that, reference may be made to the relevant description in embodiments 1 and 2 for a preferred implementation in this embodiment, and details are not described here again.
Example 8
The embodiment of the application can provide a computer terminal, and the computer terminal can be any one computer terminal device in a computer terminal group. Optionally, in this embodiment, the computer terminal may also be replaced with a terminal device such as a mobile terminal.
Optionally, in this embodiment, the computer terminal may be located in at least one network device of a plurality of network devices of a computer network.
In this embodiment, the computer terminal may execute the program code of the following steps in the message pushing method: acquiring a change object; acquiring a push target object associated with a change object; generating a change message corresponding to a push target terminal according to the change object and/or the push target object, wherein the push target terminal corresponds to the push target object; and pushing the change message to the push target terminal.
Optionally, a structural block diagram of a computer terminal according to an embodiment of the present application may refer to the structure of the computer terminal shown in fig. 3, but is not limited thereto, and the computer terminal may include more or less structural features than the structure of the computer terminal shown in fig. 3.
The memory may be configured to store software programs and modules, such as program instructions/modules corresponding to the message pushing method and apparatus in the embodiments of the present application, and the processor executes various functional applications and data processing by running the software programs and modules stored in the memory, so as to implement the message pushing method. The memory may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory may further include memory remotely located from the processor, and these remote memories may be connected to terminal a through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The processor can call the information and application program stored in the memory through the transmission device to execute the following steps: acquiring a change object; acquiring a push target object associated with a change object; generating a change message corresponding to a push target terminal according to the change object and/or the push target object, wherein the push target terminal corresponds to the push target object; and pushing the change message to the push target terminal.
Optionally, the processor may further execute the program code of the following steps: under the condition that a plurality of push target objects are available, acquiring a plurality of terminals corresponding to the plurality of push target objects; displaying a first list, wherein the first list comprises: a plurality of push target objects and a plurality of terminals corresponding to the plurality of push target objects; receiving an input first selection instruction; and simultaneously pushing the change message to at least one terminal corresponding to the first selection instruction.
Optionally, the processor may further execute the program code of the following steps: and displaying a second list under the condition that the number of the push target objects is multiple, wherein the second list comprises: a plurality of push target objects and a plurality of terminals; receiving a plurality of input second selection instructions; and pushing the change messages to the terminals corresponding to the plurality of second selection instructions in sequence.
Optionally, the processor may further execute the program code of the following steps: after the change message is pushed to the push target terminal, receiving a confirmation result returned by the push target terminal according to the change message; and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
Optionally, the processor may further execute the program code of the following steps: the confirmation result includes: and time information for specifying a distribution time of the time information as a change target.
Optionally, the processor may further execute the program code of the following steps: acquiring time information corresponding to the confirmation result; the time information corresponding to the confirmation result is specified as the distribution time of the change target.
Optionally, the processor may further execute the program code of the following steps: and the push target object belongs to the object set corresponding to the change object.
Optionally, the processor may further execute the program code of the following steps: acquiring an object name of a change object and an object name of at least one push target object corresponding to a push target terminal; and generating a change message corresponding to the push target terminal according to the object name of the change object and the object name of at least one push target object.
By adopting the embodiment of the application, a message pushing scheme is provided. The technical problem that the message pushing cannot be rapidly and completely carried out in the prior art is solved.
It can be understood by those skilled in the art that the computer terminal provided in this embodiment may also be a terminal device such as a smart phone (e.g., an Android phone, an iOS phone, etc.), a tablet computer, a palmtop computer, and a Mobile Internet Device (MID), a PAD, etc. The structure of the computer terminal provided in this embodiment can refer to the computer terminal shown in fig. 3, but is not limited thereto. For example, the computer terminal provided in the present embodiment may also include more or fewer components (such as network interfaces, display devices, etc.) than those shown in fig. 3, or have a different configuration than that shown in fig. 3.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by a program instructing hardware associated with the terminal device, where the program may be stored in a computer-readable storage medium, and the storage medium may include: flash disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
Example 9
Embodiments of the present application also provide a storage medium. Optionally, in this embodiment, the storage medium may be configured to store a program code executed by the message pushing method provided in embodiment 2.
Optionally, in this embodiment, the storage medium may be located in any one of computer terminals in a computer terminal group in a computer network, or in any one of mobile terminals in a mobile terminal group.
Optionally, in this embodiment, the storage medium is configured to store program code for performing the following steps: acquiring a change object; acquiring a pushing target object associated with the changed object; generating a change message corresponding to a push target terminal according to the change object and/or the push target object, wherein the push target terminal corresponds to the push target object; and pushing the change message to the push target terminal.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present application, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one type of division of logical functions, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present application and it should be noted that those skilled in the art can make several improvements and modifications without departing from the principle of the present application, and these improvements and modifications should also be considered as the protection scope of the present application.

Claims (14)

1. A message pushing method, comprising:
acquiring a change object, wherein the change object is an object which is changed;
acquiring a pushing target object associated with the change object;
generating a change message corresponding to a push target terminal according to the change object and/or the push target object, wherein the push target terminal corresponds to the push target object, and the change message includes: changing the object name of the object and/or pushing the object name of the target object;
pushing the change message to the push target terminal, wherein the push target terminal is a terminal of a responsible person, the responsible person is the responsible person of the push target object, and the responsible person can evaluate the influence of the change object on the push target object after viewing the change message through the push target terminal and return a confirmation result;
after the change message is pushed to the push target terminal, the method further includes:
receiving the confirmation result returned by the push target terminal according to the change message;
and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
2. The method according to claim 1, wherein, in a case that there are a plurality of the push target objects, pushing the change message to the push target terminal comprises:
acquiring a plurality of terminals corresponding to a plurality of push target objects;
displaying a first list, wherein the first list comprises: the plurality of push target objects and the plurality of terminals corresponding to the plurality of push target objects;
receiving an input first selection instruction;
and simultaneously pushing the change message to at least one terminal corresponding to the first selection instruction.
3. The method according to claim 1, wherein, in a case that there are a plurality of the push target objects, pushing the change message to the push target terminal comprises:
displaying a second list, wherein the second list comprises: a plurality of push target objects and a plurality of terminals;
receiving a plurality of input second selection instructions;
and pushing the change messages to terminals corresponding to the plurality of second selection instructions in sequence.
4. The method of claim 1, wherein the confirmation result comprises: the time information, determining the distribution time of the change object according to the confirmation result, includes:
and determining the time information as the distribution time of the change object.
5. The method of claim 1, wherein determining a publication time of the change object based on the validation result comprises:
acquiring time information corresponding to the confirmation result;
and determining the time information corresponding to the confirmation result as the distribution time of the change object.
6. The method according to any one of claims 1 to 5, wherein the push target object belongs to an object set corresponding to the change object.
7. The method according to claim 6, wherein generating a change message corresponding to a push target terminal according to the change object and/or the push target object comprises:
acquiring the object name of the changed object and the object name of at least one push target object corresponding to the push target terminal;
and generating a change message corresponding to the push target terminal according to the object name of the change object and the object name of the at least one push target object.
8. A message push apparatus, comprising:
a first acquisition unit configured to acquire a change object, wherein the change object is an object that has been changed;
a second acquisition unit configured to acquire a push target object associated with the change object;
a generating unit, configured to generate a change message corresponding to a push target terminal according to the change object and/or the push target object, where the push target terminal corresponds to the push target object, and the change message includes: changing the object name of the object and/or pushing the object name of the target object;
the pushing unit is used for pushing the change message to the pushing target terminal, wherein the pushing target terminal is a terminal of a responsible person, the responsible person is the responsible person of the pushing target object, and the responsible person can evaluate the influence of the change object on the pushing target object after looking up the change message through the pushing target terminal and return a confirmation result;
the device is further configured to receive the confirmation result returned by the push target terminal according to the change message; and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
9. A message push system, comprising:
the processing device is configured to acquire a change object, acquire a push target object associated with the change object, and generate a change message corresponding to a push target terminal according to the change object and/or the push target object, where the push target terminal corresponds to the push target object, the change object is an object that has been changed, and the change message includes: changing the object name of the object and/or pushing the object name of the target object;
the push target terminal is communicated with the processing equipment and is used for receiving the change message, wherein the push target terminal is a terminal of a responsible person, the responsible person is the responsible person of the push target object, and the responsible person can evaluate the influence of the change object on the push target object and return a confirmation result after looking up the change message through the push target terminal;
the processing device is further configured to receive the confirmation result returned by the push target terminal according to the change message; and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
10. A storage medium, comprising a stored program, wherein when the program runs, a device in which the storage medium is located is controlled to execute the message pushing method according to any one of claims 1 to 7.
11. A processor, configured to run a program, wherein the program executes the message pushing method according to any one of claims 1 to 7.
12. A message push system, comprising:
a processor; and
a memory coupled to the processor for providing instructions to the processor to perform the following processes: acquiring a change object; acquiring a pushing target object associated with the change object; generating a change message corresponding to a push target terminal according to the change object and/or the push target object, wherein the push target terminal corresponds to the push target object; pushing the change message to the push target terminal, wherein the change message comprises: the method comprises the steps that the object name of an object is changed and/or the object name of a pushed target object is/are obtained, wherein the pushed target terminal is a terminal of a responsible person, the responsible person is the responsible person of the pushed target object, and the responsible person can evaluate the influence of the changed object on the pushed target object and return a confirmation result after checking a change message through the pushed target terminal;
wherein the memory is further configured to provide the processor with instructions to perform the following processes: receiving the confirmation result returned by the push target terminal according to the change message; and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
13. A message pushing method, comprising:
acquiring a change object, wherein the change object is an object which is changed;
acquiring a pushing target object associated with the change object;
sending a notification message to a push target terminal associated with the push target object, wherein the notification message includes: the method comprises the steps that the object name of an object is changed and/or the object name of a pushed target object is/are obtained, wherein the pushed target terminal is a terminal of a responsible person, the responsible person is the responsible person of the pushed target object, and the responsible person can evaluate the influence of the changed object on the pushed target object and return a confirmation result after checking a change message through the pushed target terminal;
wherein the method further comprises:
receiving a confirmation result returned by the push target terminal according to the notification message;
and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
14. A message pushing method, comprising:
acquiring a change object, wherein the change object is an object which is changed;
acquiring a pushing target object associated with the change object;
sending the changed object to a push target terminal associated with the push target object, wherein the push target terminal is a terminal of a responsible person, the responsible person is the responsible person of the push target object, and the responsible person can evaluate the influence of the changed object on the push target object and return a confirmation result after checking a change message through the push target terminal;
wherein the method further comprises:
receiving the confirmation result returned by the push target terminal;
and determining the distribution time of the changed object according to the confirmation result, wherein the distribution time is used for representing the time needing to wait before distributing the changed object.
CN201710317935.6A 2017-05-08 2017-05-08 Message pushing method, device and system, storage medium and processor Active CN108874553B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710317935.6A CN108874553B (en) 2017-05-08 2017-05-08 Message pushing method, device and system, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710317935.6A CN108874553B (en) 2017-05-08 2017-05-08 Message pushing method, device and system, storage medium and processor

Publications (2)

Publication Number Publication Date
CN108874553A CN108874553A (en) 2018-11-23
CN108874553B true CN108874553B (en) 2022-06-14

Family

ID=64287333

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710317935.6A Active CN108874553B (en) 2017-05-08 2017-05-08 Message pushing method, device and system, storage medium and processor

Country Status (1)

Country Link
CN (1) CN108874553B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110225097B (en) * 2019-05-21 2022-03-15 深圳壹账通智能科技有限公司 Information processing method, device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006097898A2 (en) * 2005-03-17 2006-09-21 Absentys, Llc Personnel absence management and monitoring system
CN105430072A (en) * 2015-11-11 2016-03-23 中国联合网络通信集团有限公司 Method, system and device for selecting push message forwarding object

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7171671B2 (en) * 2001-08-23 2007-01-30 Microsoft Corporation Method and system for providing state change notifications in device drivers
CN101599918B (en) * 2008-06-04 2011-10-26 中兴通讯股份有限公司 Integrated information system based on WEB and change information processing method
CN103051715B (en) * 2012-12-24 2016-03-30 东软熙康健康科技有限公司 A kind of method, relevant apparatus and system made an announcement to terminal
CN103347217A (en) * 2013-06-29 2013-10-09 深圳市龙视传媒有限公司 Reminding method, system and terminal for application update
CN104598661B (en) * 2013-10-31 2018-01-12 国际商业机器公司 For the method and apparatus for changing requirement analysis for the project for being related to IT system
CN104636150B (en) * 2013-11-06 2018-04-20 比亚迪股份有限公司 The update method of software, system and server in vehicle
WO2015198392A1 (en) * 2014-06-24 2015-12-30 株式会社島津製作所 Information management system
CN104750496B (en) * 2015-04-13 2018-01-05 上海新炬网络信息技术股份有限公司 A kind of model changes disturbance degree automatic check method
CN105025110B (en) * 2015-07-31 2018-05-08 中冶南方工程技术有限公司 A kind of multi-client data changes the accurate method for pushing of message
CN106406837A (en) * 2015-07-31 2017-02-15 小米科技有限责任公司 Application program push method and device
CN106230930A (en) * 2016-07-28 2016-12-14 乐视控股(北京)有限公司 Information-pushing method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006097898A2 (en) * 2005-03-17 2006-09-21 Absentys, Llc Personnel absence management and monitoring system
CN105430072A (en) * 2015-11-11 2016-03-23 中国联合网络通信集团有限公司 Method, system and device for selecting push message forwarding object

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
An Empirical Investigation of Client Managers’ Responsibilities in Managing Offshore Outsourcing of Software-Testing Projects;Radhika P. Jain等;《IEEE Transactions on Engineering Management 》;20110519;第58卷(第4期);第743-757页 *

Also Published As

Publication number Publication date
CN108874553A (en) 2018-11-23

Similar Documents

Publication Publication Date Title
CN108062367B (en) Data list uploading method and terminal thereof
US9600476B2 (en) Acquiring information dynamically regarding a hardware component in the cloud computing system while on the floor of the data center
CN111209309B (en) Method, device and equipment for determining processing result of data flow graph and storage medium
CN103118140A (en) Method, system and device for sharing file with other users out of relationship circle
WO2014052285A1 (en) Device event notification registration through direct interaction with mobile device
CN110611876B (en) Indoor asset management method, device and system
CN111784318A (en) Data processing method and device, electronic equipment and storage medium
CN112087364B (en) Session list display method, device and storage medium
CN108874553B (en) Message pushing method, device and system, storage medium and processor
CN104601448A (en) Method and device for handling virtual card
CN110874365B (en) Information query method and related equipment thereof
CN111555894B (en) Data processing method, device, equipment and storage medium
CN103390052A (en) Data processing method and device
CN106156246B (en) A kind of querying method of public platform, device and system
CN108632054B (en) Information transmission quantity prediction method and device
CN114357507A (en) Block chain based product storage and authentication method, device and storage medium
CN113094772A (en) File processing method and device and storage medium
CN112581069A (en) System, method, apparatus and storage medium for processing task
CN110609781A (en) Interface test method, device and storage medium
CN109561146A (en) Document down loading method, device, terminal device
CN110858201A (en) Data processing method and system, processor and storage medium
CN113435554B (en) Method, device, equipment and medium for managing and displaying information triggered by code scanning
CN107911278B (en) Message ordering method and device
CN113868296A (en) Event data intelligent processing method and device and processor
CN110599128A (en) Method, device and storage medium for checking attendance of staff

Legal Events

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