CN111488225B - Message transmission method, server and computer readable storage medium for integrated object - Google Patents

Message transmission method, server and computer readable storage medium for integrated object Download PDF

Info

Publication number
CN111488225B
CN111488225B CN202010277529.3A CN202010277529A CN111488225B CN 111488225 B CN111488225 B CN 111488225B CN 202010277529 A CN202010277529 A CN 202010277529A CN 111488225 B CN111488225 B CN 111488225B
Authority
CN
China
Prior art keywords
message
subscription
user
receiving
information
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
CN202010277529.3A
Other languages
Chinese (zh)
Other versions
CN111488225A (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.)
Shenzhen Seichitech Technology Co ltd
Original Assignee
Shenzhen Seichitech 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 Shenzhen Seichitech Technology Co ltd filed Critical Shenzhen Seichitech Technology Co ltd
Priority to CN202010277529.3A priority Critical patent/CN111488225B/en
Publication of CN111488225A publication Critical patent/CN111488225A/en
Application granted granted Critical
Publication of CN111488225B publication Critical patent/CN111488225B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/563Data redirection of data network streams
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/566Grouping or aggregating service requests, e.g. for unified processing

Abstract

The invention discloses a message transmission method of an integrated object, which comprises the following steps: determining a subscribing user of a current message subscription number, and generating a message set object by the subscribing user; extracting subscription information of the information set object from the information serialization of the information subscription number; and sending the extracted subscription message to a subscription user corresponding to the message set object through a preset message transmission link. The invention also discloses a server and a computer readable storage medium. According to the invention, the preset socket link is created, so that a user logs in and receives the data message by using the unified message link interface, and the data message is uniformly transmitted to the terminal user in the form of a message collection object when being transmitted, so that excessive threads are not occupied, the message data transmission efficiency is improved, and the problem of abnormal data communication between terminals is avoided due to the application of the unified terminal connection interface.

Description

Message transmission method, server and computer readable storage medium for integrated object
Technical Field
The present invention relates to the field of message transmission technologies of integrated objects of terminal devices, and in particular, to a message transmission method, a server, and a computer readable storage medium of an integrated object.
Background
At present, in domestic equipment manufacturers, a large-scale device in one device contains a plurality of pieces of software, the maximum number of the large-scale device is more than 10 pieces of software, communication exists among the pieces of software, generally, TCP/IP one-to-one two-way communication is adopted, one piece of software is used for central control, the central control needs to communicate with all other pieces of software to perform functions such as data acquisition, flow control, data transfer and the like, along with the increasing of requirements and functions, the defects on software architecture are more and more prominent, such as a plurality of threads are caused by connecting objects, the performance cost is high, terminals among different threads occupy a large number of threads during message data transmission, and the interface formats among the installed pieces of software are different, so that communication abnormality is very easy to cause during message data transmission under the condition of a plurality of connecting terminals.
The foregoing is provided merely for the purpose of facilitating understanding of the technical solutions of the present invention and is not intended to represent an admission that the foregoing is prior art.
Disclosure of Invention
The invention mainly aims to provide a message transmission method, a server and a computer readable storage medium of an integrated object, and aims to solve the problem of abnormal communication caused by different interface formats of a plurality of pieces of software in the existing large and medium-sized equipment when message transmission between the equipment is realized.
In order to achieve the above object, the present invention provides a message transmission method of an integrated object, the message transmission method of the integrated object including:
determining a subscribing user of a current message subscription number, and generating a message set object by the subscribing user;
extracting subscription information of the information set object from the information serialization of the information subscription number;
and sending the extracted subscription message to a subscription user corresponding to the message set object through a preset message transmission link.
Optionally, before the step of generating the message collection object by the subscribing user, the subscribing user determining the current message subscription number further includes:
receiving a subscription message of a current message subscription number;
and serializing and storing the received subscription message generation message to a local disk.
Optionally, the step of determining the subscribing user of the current message subscription number and generating the message collection object by the subscribing user includes:
and acquiring a stored message subscription application list, and determining a subscription user of the message subscription number according to the message subscription application list.
Optionally, the step of extracting the subscription message of the message collection object from the message serialization of the message subscription number includes:
confirming a message subscription number of a message subscription user corresponding to the message collection object;
extracting subscription messages of the message subscription numbers from the message serialization.
Optionally, after the step of sending the extracted subscription message to the subscription user corresponding to the message set object through a preset message transmission link, the method further includes:
receiving a message receiving reminder of the message subscribing user;
and confirming that the subscription information is successfully sent according to the message receiving prompt.
Optionally, before the step of receiving the reply message of the message subscription user, the method further includes:
confirming message receiving attribute of the subscription message;
and executing the step of receiving the message receiving prompt of the message subscribing user when the message receiving attribute is confirmed to be the preset attribute.
Optionally, the message transmission method of the integrated object further includes:
receiving a message subscription application reported by a message subscription user connected currently;
and registering a message subscription application of the message subscription user when confirming that the connection of the message subscription user is legal.
Optionally, the message transmission method of the integrated object further includes:
creating a preset message transmission link;
and creating connection information in the created preset message transmission link, wherein the connection information comprises a connection interface and login information.
In addition, to achieve the above object, the present invention also provides a server including: the message transmission system comprises a memory and a processor, wherein the memory stores a computer program which can be called by the processor, and the computer program realizes the steps of the message transmission method of the integrated object when being executed by the processor.
The present invention also provides a computer-readable storage medium having stored thereon a message transmission program of an integration object, which when executed by a processor, implements the steps of the message transmission method of an integration object as described above.
The embodiment of the invention provides a message transmission method of an integrated object. Determining a subscribing user of a current message subscription number, and generating a message set object by the subscribing user; extracting subscription information of the information set object from the information serialization of the information subscription number; and sending the extracted subscription message to a subscription user corresponding to the message set object through a preset message transmission link. According to the technical scheme disclosed by the invention, the preset socket link is created, so that a user logs in to receive the data message by using the unified message link interface, and the data message is uniformly transmitted to the user in the form of the message collection object when transmitted, so that excessive threads are not occupied, the message data transmission efficiency is improved, and the problem of abnormal data communication is avoided due to the fact that the unified connection interface is applied.
Drawings
FIG. 1 is a schematic diagram of a terminal/device structure of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart of a first embodiment of a message transmission method for an integrated object according to the present invention;
FIG. 3 is a flowchart illustrating a message transmission method of an integrated object according to a second embodiment of the present invention;
fig. 4 is a flowchart of a third embodiment of a message transmission method of an integrated object according to the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The main solutions of the embodiments of the present invention are: determining a subscribing user of a current message subscription number, and generating a message set object by the subscribing user; extracting subscription information of the information set object from the information serialization of the information subscription number; and sending the extracted subscription message to a subscription user corresponding to the message set object through a preset message transmission link.
Because of different interface formats of a plurality of pieces of software in the existing large and medium-sized equipment, the technical problem of abnormal communication is caused when information is transmitted between the equipment.
The invention provides a solution, by creating a preset socket link, a user logs in and receives a data message by using a unified message link interface, and the data message is uniformly transmitted to the user in the form of a message collection object when transmitted, so that excessive threads are not occupied, the message data transmission efficiency is improved, and the problem of abnormal data communication is avoided due to the application of the unified connection interface.
As shown in fig. 1, fig. 1 is a schematic diagram of a terminal structure of a hardware running environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be movable or immovable terminal equipment such as a PC, a smart phone, a tablet personal computer, an electronic book reader, a portable computer and the like.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein the communication bus 1002 is used to enable connected communication between these components. The user interface 1003 may include a Display, an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may further include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile memory), such as a disk memory. The memory 1005 may also optionally be a storage device separate from the processor 1001 described above.
It will be appreciated by those skilled in the art that the terminal structure shown in fig. 1 is not limiting of the terminal and may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
As shown in fig. 1, an operating system, a network communication module, a user interface module, and a message transmission program of an integration object may be included in a memory 1005, which is one type of computer storage medium.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a background server and performing data communication with the background server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call a message transmission program of the integration object stored in the memory 1005 and perform the following operations:
determining a subscribing user of a current message subscription number, and generating a message set object by the subscribing user;
extracting subscription information of the information set object from the information serialization of the information subscription number;
and sending the extracted subscription message to a subscription user corresponding to the message set object through a preset message transmission link.
Further, the processor 1001 may call a message transmission program of the integration object stored in the memory 1005, and further perform the following operations:
receiving a subscription message of a current message subscription number;
and serializing and storing the received subscription message generation message to a local disk.
Further, the processor 1001 may call a message transmission program of the integration object stored in the memory 1005, and further perform the following operations:
and acquiring a stored message subscription application list, and determining a subscription user of the message subscription number according to the message subscription application list.
Further, the processor 1001 may call a message transmission program of the integration object stored in the memory 1005, and further perform the following operations:
confirming a message subscription number of a message subscription user corresponding to the message collection object;
extracting subscription messages of the message subscription numbers from the message serialization.
Further, the processor 1001 may call a message transmission program of the integration object stored in the memory 1005, and further perform the following operations:
receiving a message receiving reminder of the message subscribing user;
and confirming that the subscription information is successfully sent according to the message receiving prompt.
Further, the processor 1001 may call a message transmission program of the integration object stored in the memory 1005, and further perform the following operations:
confirming message receiving attribute of the subscription message;
and executing the step of receiving the message receiving prompt of the message subscribing user when the message receiving attribute is confirmed to be the preset attribute.
Further, the processor 1001 may call a message transmission program of the integration object stored in the memory 1005, and further perform the following operations:
receiving a message subscription application reported by a message subscription user connected currently;
and registering a message subscription application of the message subscription user when confirming that the connection of the message subscription user is legal.
Further, the processor 1001 may call a message transmission program of the integration object stored in the memory 1005, and further perform the following operations:
creating a preset message transmission link;
and creating connection information in the created preset message transmission link, wherein the connection information comprises a connection interface and login information.
Referring to fig. 2, fig. 2 is a flowchart of a first embodiment of a message transmission method of an integrated object of the present invention, where the message transmission method of the integrated object is applied to a refractive topography instrument, and the message transmission method of the integrated object includes:
step S10, determining a subscribing user of a current message subscription number, and generating a message set object by the subscribing user;
and determining a message subscription user corresponding to the message subscription number, namely a user subscribing to the current message subscription number according to the currently registered message subscription number, wherein the user can be defined as a terminal, namely the terminal user subscribes to the message subscription number to acquire subscription messages. Wherein the message subscription number includes one or more subscription messages sent by the message subscription number team is received based on registration of the current server, and because the number of subscription messages of the message subscription number is related to parameters, considering validity of the subscription messages, after receiving the subscription messages of the message subscription number, the subscription messages can be stored in a serialized manner, that is, the subscription users who determine the current message subscription number generate a message aggregation object, before the step of generating the message aggregation object by the subscription users, the method further includes:
receiving a subscription message of a current message subscription number;
and serializing and storing the received subscription message generation message to a local disk.
According to the message subscription number registered by the current server, receiving subscription messages of the message subscription number, wherein the subscription messages are from content created/generated/edited by a background operation team of the message subscription number and are used for being sent to a subscription user subscribing to the message subscription number, namely, an end user consulting/applying device to realize communication connection, so that the subscription messages are generated into message serialization according to the received subscription messages, the generated message serialization is stored in a local disk, and the local disk is defined as a message serialization storage area opened up by the local storage equipment of the current server.
In addition, when the current message serialized message subscription user is confirmed, the message subscription user with the message subscription number can be confirmed based on the subscription list of the current message subscription number, namely, the subscription user with the current message subscription number is confirmed, and the step of generating the message collection object by the subscription user comprises the following steps:
and acquiring a stored message subscription application list, and determining a subscription user of the message subscription number according to the message subscription application list.
According to the currently registered message subscription numbers, a message subscription application list of the message subscription numbers is obtained, the message subscription application list is a message subscription application sent to a current server by a message subscription user according to the current communication connection requirements, the server registers subscription information of the message subscription user according to the received message subscription application and generates the message subscription application list according to the subscription information, and thus, the subscription application list comprises, but is not limited to, the message subscription numbers, the message subscription users corresponding to the message subscription numbers and the like. And reading information in the message subscription application list according to the acquired stored message subscription application list, so as to determine the current message subscription user according to a reading result.
Generating a message set object by the message subscribing user according to the current confirmed message serialization message subscribing user, wherein the message set object comprises one or more message subscribing users and possibly comprises one or more message set objects based on the generation rule of the message set object, wherein the generated message set object is possibly generated by taking a message subscription number as an identification, namely the message subscribing users subscribed to the same message subscription number generate a message set object based on the generation rule of the message set object; or, based on the same message subscription user, the content of the message aggregation object is one or more message subscription numbers subscribed by the message subscription user. In this way, in the case that the number of the current message subscription number and the number of the message subscription users are one or more, the generated message set object also includes one or more.
Step S20, extracting the subscription message of the message set object from the message serialization of the message subscription number;
extracting a subscription message of a current message set object in the message serialization according to a currently determined message subscription user, wherein the message set object is generated based on a message subscription number, so that a subscription message number subscribed by the message set object is confirmed according to the currently generated message set object, namely, the step of extracting the subscription message of the message set object from the message serialization of the message subscription number comprises the following steps:
confirming a message subscription number of a message subscription user corresponding to the message collection object;
extracting subscription messages of the message subscription numbers from the message serialization.
And confirming the message subscription number corresponding to the message set object according to the currently generated message set object. In addition, when extracting the subscription message of the message subscription number, the message receiving time of the message serialization needs to be confirmed, for example, the subscription message with the receiving time exceeding the preset time is defined as a historical subscription message, and the subscription message does not need to be sent to a message subscription user. Thus, when extracting the subscription message of the message subscription number in the message serialization, the subscription message extraction operation needs to be performed based on the currently set message extraction conditions, and the message extraction conditions include, but are not limited to, time, number, sending period, and the like.
And step S30, the extracted subscription message is sent to the subscription user corresponding to the message set object through a preset message transmission link.
According to the current subscription information extracted from the information serialization, the extracted subscription information is sent to the corresponding information subscription user of the information collection object through the connection relation of the current information subscription user connection, and the information transmission mode is provided for the current information subscription user through a preset information transmission link. In this embodiment, the preset message transmission link is defined as a socket link, that is, the currently logged-in message logging user logs in the current server through the preset socket link to obtain the subscription message, so that the unified message transmission interface is used to improve the message transmission efficiency and avoid the occurrence of message transmission abnormality. In addition, when the extracted subscription message is sent to the subscription user corresponding to the message set object by using a preset message transmission link, the subscription message is a unified JSON type serializable data packet, so that the data transmission efficiency is improved.
In addition, based on the currently sent subscription message, according to the message attribute of the message subscription number to which the subscription message belongs, it may be necessary to confirm the sending of the currently sent subscription message, that is, after the step of sending the extracted subscription message to the subscription user corresponding to the message aggregation object through the preset message transmission link, the method further includes:
receiving a message receiving reminder of the message subscribing user;
and confirming that the subscription information is successfully sent according to the message receiving prompt.
Confirming attribute content of message receiving attribute of the subscription message according to the currently sent subscription message, wherein in practical application, the message receiving attribute generally refers to replyexpect attribute, namely before the step of receiving reply message of the message subscription user, the method further comprises the following steps:
confirming message receiving attribute of the subscription message;
and executing the step of receiving the message receiving prompt of the message subscribing user when the message receiving attribute is confirmed to be the preset attribute.
Confirming replyexpect attribute of currently transmitted subscription information, namely reading information attribute of currently transmitted subscription information, confirming content of replyexpect attribute in the information attribute, confirming whether attribute information of replyexpect attribute needs to return information content or not, which can be defined as preset attribute, and confirming that a message subscription user currently receiving the subscription information returns a message receiving reminder when confirming that the attribute information of replyexpect attribute is the preset attribute. Thus, according to the currently transmitted subscription message, the message receiving user receiving the subscription message returns a message subscription reminder, and according to the message subscription reminder, the successful transmission of the subscription message is confirmed.
In this embodiment, by creating a preset socket link, a user logs in and receives a data message by using a unified message link interface, and when the message data is sent, the data message is uniformly sent to the user in the form of a message collection object, so that excessive threads are not occupied, the message data transmission efficiency is improved, and the problem of abnormal data communication is avoided due to the fact that the unified connection interface is applied.
Further, referring to fig. 3, fig. 3 is a flow chart of a second embodiment of a message transmission method of an integrated object according to the present invention, based on the first embodiment shown in fig. 2, the message transmission method of an integrated object further includes:
step S40, receiving a message subscription application reported by a message subscription user connected currently;
and step S50, registering a message subscription application of the message subscription user when confirming that the connection of the message subscription user is legal.
In this embodiment, according to the currently configured server, the server may also be defined as a message queue server, where the message queue server receives, in the application, a message subscription request reported by a currently connected message subscription user. When the message queue server is configured, a message subscription number of a current demand application needs to be registered, the message subscription number is created for a method to which a subscription message needing to be transmitted currently belongs, and contents of the message subscription number may include, but are not limited to, a subscription message generating method, a structure and the like, after registering in the message queue server, the message queue server generates a subscription message and transmits the subscription message to the message queue server, after receiving the subscription message, the message queue server sequences the subscription message generating message in a preset serialization format and stores the subscription message in a created local disk storage area, and the preset serialization format can be generated based on the attribute of the current subscription message or the function setting of the message queue server, for example, the serialization operation is performed based on the first letter arrangement order of the receiving time/the message subscription number and the like.
In this way, based on the currently configured message queue server, a message subscription request of the currently connected message subscriber is received, where the content of the message subscription request includes, but is not limited to, a message subscription number, a message subscription user, and the like, and according to the currently received message subscription request, the connection relationship of the message subscriber is confirmed, in this embodiment, whether the connection of the message subscriber is legal is mainly confirmed, and a mode of determining that the connection is legal may be defined as a connection relationship based on the connection mode. When the message subscription user is confirmed to log in through a preset socket link, confirming that the connection of the message subscription user is legal, registering the subscription information of the message subscription user, and returning a message of successful subscription to the message subscription user according to the registration operation of the current subscription message in a mode of registering the subscription information of the message subscription user as the subscription agreement information.
Further, referring to fig. 4, fig. 4 is a flow chart of a third embodiment of the message transmission method of the integrated object according to the present invention, based on the first and second embodiments shown in fig. 2 and 3, the message transmission method of the integrated object further includes:
step S40, creating a preset message transmission link;
step S40, connection information is created in the created preset message transmission link, wherein the connection information comprises a connection interface and login information.
In this embodiment, a preset message transmission link is created according to a currently configured server, which is defined as a socket link in this embodiment, after the server is configured, connection information is created for a message subscriber with a message subscription requirement in the created preset socket connection according to a current subscription requirement, that is, the number of subscribers subscribing to a message subscription number, and in practical application, since the message subscriber receives a subscription message by logging in to the server, the connection information created in the preset socket link includes a connection interface and login information, so that the message subscriber is connected to the server after logging in through the connection information. Furthermore, based on the created preset message transmission link, a system communication software architecture related to the current server is required to be constructed when the message transmission link is realized, the server and the terminal equipment with communication requirements are associated in the system communication software architecture, and the communication connection is realized in a mode that the terminal equipment joins the message transmission link.
In addition, an embodiment of the present invention also proposes a computer-readable storage medium having stored thereon a message transmission program of an integration object, which when executed by a processor, implements the operations of:
determining a subscribing user of a current message subscription number, and generating a message set object by the subscribing user;
extracting subscription information of the information set object from the information serialization of the information subscription number;
and sending the extracted subscription message to a subscription user corresponding to the message set object through a preset message transmission link.
Further, the message transmission program of the integrated object, when executed by the processor, further performs the following operations:
receiving a subscription message of a current message subscription number;
and serializing and storing the received subscription message generation message to a local disk.
Further, the message transmission program of the integrated object, when executed by the processor, further performs the following operations:
and acquiring a stored message subscription application list, and determining a subscription user of the message subscription number according to the message subscription application list.
Further, the message transmission program of the integrated object, when executed by the processor, further performs the following operations:
confirming a message subscription number of a message subscription user corresponding to the message collection object;
extracting subscription messages of the message subscription numbers from the message serialization.
Further, the message transmission program of the integrated object, when executed by the processor, further performs the following operations:
receiving a message receiving reminder of the message subscribing user;
and confirming that the subscription information is successfully sent according to the message receiving prompt.
Further, the message transmission program of the integrated object, when executed by the processor, further performs the following operations:
confirming message receiving attribute of the subscription message;
and executing the step of receiving the message receiving prompt of the message subscribing user when the message receiving attribute is confirmed to be the preset attribute.
Further, the message transmission program of the integrated object, when executed by the processor, further performs the following operations:
receiving a message subscription application reported by a message subscription user connected currently;
and registering a message subscription application of the message subscription user when confirming that the connection of the message subscription user is legal.
Further, the message transmission program of the integrated object, when executed by the processor, further performs the following operations:
creating a preset message transmission link;
and creating connection information in the created preset message transmission link, wherein the connection information comprises a connection interface and login information.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, medicament or system comprising such element.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above, comprising instructions for causing a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (7)

1. A message transmission method of an integrated object, characterized in that the message transmission method of the integrated object comprises the following steps:
receiving a subscription message of a current message subscription number;
serializing and storing the received subscription message generation message to a local disk;
acquiring a stored message subscription application list, and determining a subscription user of the message subscription number according to the message subscription application list;
generating a message set object from the subscribing user, the message set object comprising one or more;
confirming a message subscription number of a message subscription user corresponding to the message collection object, and extracting subscription messages of the message subscription number in the message serialization;
and sending the extracted subscription message to a subscription user corresponding to the message set object through a preset message transmission link.
2. The method for transmitting the integrated object message according to claim 1, further comprising, after the step of transmitting the extracted subscription message to the subscriber corresponding to the message aggregation object via a preset message transmission link:
receiving a message receiving reminder of the message subscribing user;
and confirming that the subscription message is successfully sent according to the message receiving prompt.
3. The message transmission method of an integrated object according to claim 2, further comprising, before the step of receiving the reply message of the message subscription user:
confirming message receiving attribute of the subscription message;
and executing the step of receiving the message receiving prompt of the message subscribing user when the message receiving attribute is confirmed to be the preset attribute.
4. A message transmission method of an integrated object according to any one of claims 1 to 3, further comprising:
receiving a message subscription application reported by a message subscription user connected currently;
and registering a message subscription application of the message subscription user when confirming that the connection of the message subscription user is legal.
5. A message transmission method of an integrated object according to any one of claims 1 to 3, further comprising:
creating a preset message transmission link;
and creating connection information in the created preset message transmission link, wherein the connection information comprises a connection interface and login information.
6. A server, the server comprising: memory, a processor and an integrated object message transmission program stored on the memory and executable on the processor, which when executed by the processor implements the steps of the integrated object message transmission method according to any one of claims 1 to 5.
7. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a message transmission program of an integration object stored in the computer-readable storage medium, which when executed implements the steps of the message transmission method of an integration object according to any one of claims 1 to 5.
CN202010277529.3A 2020-04-09 2020-04-09 Message transmission method, server and computer readable storage medium for integrated object Active CN111488225B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010277529.3A CN111488225B (en) 2020-04-09 2020-04-09 Message transmission method, server and computer readable storage medium for integrated object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010277529.3A CN111488225B (en) 2020-04-09 2020-04-09 Message transmission method, server and computer readable storage medium for integrated object

Publications (2)

Publication Number Publication Date
CN111488225A CN111488225A (en) 2020-08-04
CN111488225B true CN111488225B (en) 2023-09-05

Family

ID=71794719

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010277529.3A Active CN111488225B (en) 2020-04-09 2020-04-09 Message transmission method, server and computer readable storage medium for integrated object

Country Status (1)

Country Link
CN (1) CN111488225B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105472042A (en) * 2016-01-15 2016-04-06 中煤电气有限公司 WEB terminal controlled message middleware system and data transmission method thereof
CN110311962A (en) * 2019-06-19 2019-10-08 中国平安财产保险股份有限公司 Information push method, system and computer readable storage medium
WO2019205557A1 (en) * 2018-04-24 2019-10-31 海信集团有限公司 Resource subscription for internet of things device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105472042A (en) * 2016-01-15 2016-04-06 中煤电气有限公司 WEB terminal controlled message middleware system and data transmission method thereof
WO2019205557A1 (en) * 2018-04-24 2019-10-31 海信集团有限公司 Resource subscription for internet of things device
CN110311962A (en) * 2019-06-19 2019-10-08 中国平安财产保险股份有限公司 Information push method, system and computer readable storage medium

Also Published As

Publication number Publication date
CN111488225A (en) 2020-08-04

Similar Documents

Publication Publication Date Title
US10834031B2 (en) Information exchange method, client, and apparatus
KR100612709B1 (en) Short message gateway, system and method of providing information service for mobile devices
CN107343027B (en) APP sharing method
CN101075910B (en) Method and device for quickly registering
CN110266658B (en) Information updating method and device, electronic equipment and storage medium
CN106453414B (en) Third party login authentication method, proxy server, client and system
CN112788128B (en) Business information pushing method and device, storage medium and electronic device
CN110750222A (en) Printing method, printing device, computer equipment and storage medium
CN109818980A (en) A kind of communication means and device
CN101930439B (en) The Website processing device of the various model mobile phone of a kind of adaptation and application thereof
CN106357609A (en) User creation method and system, public network server and private cloud equipment
CN103024688A (en) Method and system for adding good friends in instant messaging platform
CN114979984A (en) Message transmission method and device
CN111488225B (en) Message transmission method, server and computer readable storage medium for integrated object
CN103995680A (en) Terminal remote communication printing method and printing system thereof
CN109039427B (en) Ship monitoring management device
CN113794999B (en) Short message distribution method, device and storage medium
US20140379820A1 (en) Email address and telephone number unification systems and methods
CN114282913B (en) Multi-main-body online signing method and device
CN104272330B (en) Matching method between the unique identifier of document digitization equipment and the identifier of user account
CN110602194B (en) IOT message subscription method, IOT message subscription device and computer readable storage medium
CN114173366A (en) User parameter repairing method and device, computer storage medium and electronic equipment
CN109104322B (en) Method, device, readable storage medium and system for solving FL-NET communication fault
CN112671915A (en) Message pushing processing method and intelligent device
CN114513761B (en) Message interaction method, system, terminal equipment and medium

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