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

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

Info

Publication number
CN116112547A
CN116112547A CN202211694850.7A CN202211694850A CN116112547A CN 116112547 A CN116112547 A CN 116112547A CN 202211694850 A CN202211694850 A CN 202211694850A CN 116112547 A CN116112547 A CN 116112547A
Authority
CN
China
Prior art keywords
message
channel
channels
push
manufacturer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211694850.7A
Other languages
Chinese (zh)
Inventor
陈俊杰
李小龙
刘帅英
王连光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Xuanwu Wireless Technology Co Ltd
Original Assignee
Guangzhou Xuanwu Wireless 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 Guangzhou Xuanwu Wireless Technology Co Ltd filed Critical Guangzhou Xuanwu Wireless Technology Co Ltd
Priority to CN202211694850.7A priority Critical patent/CN116112547A/en
Publication of CN116112547A publication Critical patent/CN116112547A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a message pushing method, a system, a device and a storage medium, wherein the method comprises the steps of obtaining messages of a plurality of channels; integrating configuration information of the channels; and transmitting the push message according to the channel template. The method and the system are based on self-research channels and manufacturer push channels, the business system is independently maintained with the client interaction module and the message push channel modules are integrated, a solution for selecting the optimal channel for sending in sending is provided, the dependence of business system and client interaction is stripped, the business system depends on the push channels, and the cost for accessing new message channels is reduced.

Description

Message pushing method, system, device and storage medium
Technical Field
The present application relates to the field of message pushing, and in particular, to a message pushing method, system, device, and storage medium.
Background
At present, mobile banking APP, financial APP and other business systems with huge customer groups can regularly carry out product marketing and business notification aiming at the customer groups, so that the product marketing propaganda coverage and business conversion rate are improved, and the viscosity between the mobile banking APP and the customers is enhanced. In order to achieve the purpose of pushing messages, a business system pushes specific mobile phone notification bar messages or mobile phone APP application messages to a customer group. Generally, the message needs to be real-time and can be accurately touched to reach the user. This requires that the service system be continuously expanded to achieve push messages compatible with each handset vendor and capable of accurately touching the user's handset in real time.
The current common implementation mode is that the mobile phone APP integrates the SDK of a certain manufacturer to report and bind the unique identifier of the equipment, and the service system further integrates the SDK of the manufacturer to realize the push API, or achieves the push purpose through a self-research channel. Aiming at the condition that messages or APP applications of different mobile phone clients are offline, real-time triggering cannot be achieved in terms of real-time performance, the messages can be ensured not to reach, and an integrated manufacturer may not support the mobile phone manufacturer. If the customer group has various mobile phone models and manufacturers are numerous, the customers need to register and access various large-manufacturer message channels, and customization processing is also needed for different manufacturers under the condition that a plurality of manufacturers are not compatible with SDKs. Disadvantages of the prior art include: 1. the push notification message may not necessarily be delivered in time in the case that the application is not online. The reason for this problem is that when each big mobile phone manufacturer produces a mobile phone, the internal actual thread is associated with the manufacturer pushing platform, when the mobile phone is started, notification bar information can be pushed without the online condition of mobile phone APP, and when other manufacturers push, the online condition of the application is needed, so that pushing and issuing can be performed. The manufacturer of the push message may also change along with the replacement of the mobile phone of the client account, and needs to register and bind the client information again, which cannot integrate only one manufacturer. 2. Push messages may be limited and not always sent. The root cause is that there are some restrictions on the vendors to prevent the mobile phone user from receiving too many marketing notifications, such as limiting you to the maximum number of transmissions per day. With the continuous development of mobile APP, various activities are increased, and various push notifications are required to be performed on users in a service system to achieve the purpose of reminding the users or marketing, without increasing the cost of short message notification. Therefore, we cannot simply introduce the channel of the manufacturer, and propose to access the self-developed message pushing channel.
Accordingly, the above-mentioned technical problems of the related art are to be solved.
Disclosure of Invention
The present application aims to solve one of the technical problems in the related art. Therefore, the embodiment of the application provides the message pushing method, the system, the device and the storage medium, which can push messages to be compatible with various mobile phone manufacturers and reach the mobile phones of users in real time.
According to an aspect of the embodiments of the present application, there is provided a message pushing method, including:
acquiring messages of a plurality of channels;
integrating configuration information of the channels;
and transmitting the push message according to the channel template.
In one embodiment, the integrating the configuration information of the channels includes:
calling a manufacturer interface service request through a SDK corresponding to a client-side app integrated manufacturer to obtain a unique identifier of the device;
and calling the uploading mqtt service and the business service to subscribe to the mqtt service, acquiring client information and storing the client information in a database.
In one embodiment, the integrating the configuration information of the channels includes:
the method comprises the steps that a client requests a business background service to obtain a unique identifier of a business party;
and calling the uploading mqtt service and the business service to subscribe to the mqtt service, acquiring client information and storing the client information in a database.
In one embodiment, the self-research channel and the client have heartbeat detection, and the heartbeat detection includes:
detecting whether the application survives or not at preset time intervals, and updating the online state of the user according to the detection result.
In one embodiment, the sending the push message according to the channel template includes:
detecting whether a user is online in a sending chain, if the user is online in the sending chain, selecting a self-research channel template to send a push message, and if the user is not online in the sending chain, selecting a manufacturer channel template to send the push message;
if the manufacturer channel template is selected to transmit the push message, judging whether the manufacturer channel registered by the user equipment supports the transparent transmission, if not, transmitting the push message by using the default millet channel, and if so, transmitting the push message by using the manufacturer channel.
In one embodiment, integrating configuration information of a plurality of channels, and sending push messages according to a channel template includes:
after integrating configuration information of the channels, generating push management channels of the service platform;
generating a unique key and a RegId unique identifier of the self-research channel and the platform;
and finding corresponding channel information through the unique identification bound by the user.
In one embodiment, the optimal channel is selected in the message sending chain according to the user state, the sending message type and the user equipment information, the message template sending method in the pushing channel module is uniformly called, and the corresponding channel is selected for issuing according to the built entry.
According to an aspect of an embodiment of the present application, there is provided a message pushing apparatus, including:
the first module is used for acquiring messages of a plurality of channels;
the second module is used for integrating configuration information of the channels;
and the third module is used for transmitting the push message according to the channel template.
According to an aspect of the embodiments of the present application, a message pushing system is provided, where the system includes the message pushing device described in the previous embodiment.
According to an aspect of the embodiments of the present application, there is provided a storage medium storing a program executable by a processor, which when executed by the processor implements the message pushing method as described in the previous embodiments.
The message pushing method, the system, the device and the storage medium provided by the embodiment of the application have the beneficial effects that: the method comprises the steps of obtaining messages of a plurality of channels; integrating configuration information of the channels; and transmitting the push message according to the channel template. The method and the system are based on self-research channels and manufacturer push channels, the business system is independently maintained with the client interaction module and the message push channel modules are integrated, a solution for selecting the optimal channel for sending in sending is provided, the dependence of business system and client interaction is stripped, the business system depends on the push channels, and the cost for accessing new message channels is reduced.
Additional aspects and advantages of the application will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the application.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a message pushing method provided in an embodiment of the present application;
fig. 2 is a schematic diagram of a message pushing device provided in an embodiment of the present application.
Detailed Description
In order to make the present application solution better understood by those skilled in the art, the following description will be made in detail and with reference to the accompanying drawings in the embodiments of the present application, it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, shall fall within the scope of the present application.
The terms "first," "second," "third," and "fourth" and the like in the description and in the claims and drawings are used for distinguishing between different objects and not for describing a particular sequential order. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those listed steps or elements but may include other steps or elements not listed or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the present application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly appreciate that the embodiments described herein may be combined with other embodiments.
At present, mobile banking APP, financial APP and other business systems with huge customer groups can regularly carry out product marketing and business notification aiming at the customer groups, so that the product marketing propaganda coverage and business conversion rate are improved, and the viscosity between the mobile banking APP and the customers is enhanced. In order to achieve the purpose of pushing messages, a business system pushes specific mobile phone notification bar messages or mobile phone APP application messages to a customer group. Generally, the message needs to be real-time and can be accurately touched to reach the user. This requires that the service system be continuously expanded to achieve push messages compatible with each handset vendor and capable of accurately touching the user's handset in real time.
The current common implementation mode is that the mobile phone APP integrates the SDK of a certain manufacturer to report and bind the unique identifier of the equipment, and the service system further integrates the SDK of the manufacturer to realize the push API, or achieves the push purpose through a self-research channel. Aiming at the condition that messages or APP applications of different mobile phone clients are offline, real-time triggering cannot be achieved in terms of real-time performance, the messages can be ensured not to reach, and an integrated manufacturer may not support the mobile phone manufacturer. If the customer group has various mobile phone models and manufacturers are numerous, the customers need to register and access various large-manufacturer message channels, and customization processing is also needed for different manufacturers under the condition that a plurality of manufacturers are not compatible with SDKs. Disadvantages of the prior art include: 1. the push notification message may not necessarily be delivered in time in the case that the application is not online. The reason for this problem is that when each big mobile phone manufacturer produces a mobile phone, the internal actual thread is associated with the manufacturer pushing platform, when the mobile phone is started, notification bar information can be pushed without the online condition of mobile phone APP, and when other manufacturers push, the online condition of the application is needed, so that pushing and issuing can be performed. The manufacturer of the push message may also change along with the replacement of the mobile phone of the client account, and needs to register and bind the client information again, which cannot integrate only one manufacturer. 2. Push messages may be limited and not always sent. The root cause is that there are some restrictions on the vendors to prevent the mobile phone user from receiving too many marketing notifications, such as limiting you to the maximum number of transmissions per day. With the continuous development of mobile APP, various activities are increased, and various push notifications are required to be performed on users in a service system to achieve the purpose of reminding the users or marketing, without increasing the cost of short message notification. Therefore, we cannot simply introduce the channel of the manufacturer, and propose to access the self-developed message pushing channel.
In order to solve the problems, the application provides a message pushing method, a system, a device and a storage medium. The purpose of the application is to uniformly manage each push SDK integrated realization, provide a uniform message sending inlet by accessing multiple message channels, strip the dependence and the re-coupling of a service system to different message channels, meet the service scene that each mobile phone manufacturer can push different channels and ensure that the message arrives once, integrate and manage each large manufacturer push channel and self-research channel, and the service system only needs to intelligently select the most suitable strategy according to user information and automatically match the message push channel. The method is compatible with multiple push message channels, provides a unified push message content sending inlet, and can adapt to the scene of increasing the change of the push channels of manufacturers.
As shown in fig. 1, the message pushing method provided in the present application includes:
s101, obtaining messages of a plurality of channels.
S102, integrating configuration information of the channels.
S103, sending the push message according to the channel template.
Optionally, the integrating the configuration information of the plurality of channels includes: calling a manufacturer interface service request through a SDK corresponding to a client-side app integrated manufacturer to obtain a unique identifier of the device; and calling the uploading mqtt service and the business service to subscribe to the mqtt service, acquiring client information and storing the client information in a database.
Step S101 is specifically unified configuration and integration of client information collection and channels. The mobile phone application is interacted with the service system, information such as information reporting and the like is extracted and independently used as a module for maintenance, more functions such as registering a unique identifier RegId of a binding channel, triggering a click event after the message arrives, updating client information by a client replacement device and updating the RegId again after unloading and reloading are provided; the mobile phone push message is divided into a notification bar message or a transparent transmission message, wherein the notification bar message refers to that after the device receives the message, a push service SDK pops up a standard android notification bar notification, and after a user clicks the notification bar, an application is activated; the transparent message refers to that after the push service client SDK receives the message, the message is directly sent to the application by a callback method without any processing; because some manufacturers may not support the transparent transmission of the message, in order to ensure that the message can reach the client, the message can be bound with a self-research channel or another manufacturer channel according to the model of the mobile phone during reporting, so that other standby pushing channels can be selected for sending the message when the message does not accord with the sending of a certain channel.
Because the manufacturer account is registered in the manufacturer official network in the butting of manufacturer channels, the company account of each manufacturer needs to be prepared in advance when each manufacturer is in butting, and account information such as APPID (key), appSceret (key) and the like of a plurality of manufacturers can be uniformly configured on the service platform, so that the service platform is uniformly managed, and the unique identification of the pushing channel of the service platform is integrally generated. When the channel identification is transmitted, only the channel identification is needed to be known, and a specific channel can be properly selected and transmitted according to the user condition. The SDK which is originally connected with each manufacturer is extracted and maintained as a message pushing channel module, so that additional manufacturers can be expanded and more functions can be endowed, such as pushing a message small diagram mode, clicking behavior definition, adding additional parameter expansion and the like.
Optionally, the integrating the configuration information of the plurality of channels includes: the method comprises the steps that a client requests a business background service to obtain a unique identifier of a business party; and calling the uploading mqtt service and the business service to subscribe to the mqtt service, acquiring client information and storing the client information in a database.
Specifically, the push message issuing is realized by integrating channel configuration and combining channel templates: after integrating all third-party channel configurations, a push management channel of the service platform is generated, and a unique APPID (key) and an AppSceret (key) are generated. After the user registers the notification bar channel and the transparent message pushing channel of the standby manufacturer at the client, the user also generates a regId unique identifier of the self-research channel and the platform. In the sending process, the user can bind the unique identifier to find the corresponding channel information, and heartbeat monitoring (monitoring application APP survival) exists before the channel and the client to judge whether the client APP is online. In the message sending chain, the optimal channel is selected according to the user state, the sending message type, the user equipment information and the like, the message sending template method in the pushing channel module is called uniformly, and the corresponding channel is selected for issuing according to the different parameters of the construction. After a new manufacturer is introduced, the corresponding method and the manufacturer channel identification during registration and transmission are increased only by a template method of pushing messages, and the aim of pushing to the added manufacturer can be fulfilled.
In addition, the self-grinding channel and the client side of the embodiment have heartbeat detection, and the heartbeat detection comprises: detecting whether the application survives or not at preset time intervals, and updating the online state of the user according to the detection result.
Optionally, the downloading the push message according to the channel template includes: detecting whether a user is online in a sending chain, if the user is online in the sending chain, selecting a self-research channel template to send a push message, and if the user is not online in the sending chain, selecting a manufacturer channel template to send the push message; if the manufacturer channel template is selected to transmit the push message, judging whether the manufacturer channel registered by the user equipment supports the transparent transmission, if not, transmitting the push message by using the default millet channel, and if so, transmitting the push message by using the manufacturer channel.
In this embodiment, integrating configuration information of a plurality of channels shown, and sending a push message according to a channel template includes: after integrating configuration information of the channels, generating push management channels of the service platform; generating a unique key and a RegId unique identifier of the self-research channel and the platform; and finding corresponding channel information through the unique identification bound by the user.
Specifically, in the message sending chain, the optimal channel is selected according to the user state, the sending message type and the user equipment information, the message template sending method in the pushing channel module is uniformly called, and the corresponding channel is selected for issuing according to the built entry.
The effect and effect of this application lie in: the user only needs to add channel identification in channel configuration, and the client and channel pushing realization manufacturer SDK can complete the change of the channel for butting push messages, and reduce the change of push content construction and push message channels. Meanwhile, a self-research channel and a message pushing channel of a third party manufacturer are supported, a notification bar message and a transparent transmission message are supported by push messages, a small diagram mode and a clicking action are supported, and the business scene of business notification and product marketing of each enterprise can be met by applying inner page and webpage skipping. Under the condition of manufacturer limitation, the purpose of multiple marketing can be achieved through multiple transmission by utilizing self-research. In the serial transmission of the multi-message content, the multi-message content can be transmitted by using a free push message channel, and the cost of service notification and product marketing can be reduced to a certain extent. The method for adapting each message pushing channel mainly comprises the steps of extracting a client side from a business system interaction module and extracting a pushing channel module. And in the user registration stage, the user information is associated with the pushing channel, and in the sending process, a proper pushing channel is selected according to the user information and the scene. The adaptation of different message channels can be satisfied only by binding the message channels in the registration stage and adding corresponding methods in the push channel module. Compared with the prior art that one pushing channel is added, the channel module is more flexible and simpler, the main stream manufacturer channels are integrated, and the business system can push messages by using the message channels only by butting once. The dependence of interaction of the service system and the client is stripped, the dependence of the service system on a push channel is reduced, and the cost of accessing a new message channel is reduced.
In addition, the application also provides a message pushing device, which comprises:
a first module 201, configured to obtain messages of a plurality of channels;
a second module 202, configured to integrate configuration information of the plurality of channels;
and a third module 203, configured to send the push message according to the channel template.
In addition, the application also provides a message pushing system, and the system comprises the message pushing device.
Furthermore, the present application proposes a storage medium storing a processor-executable program that, when executed by a processor, implements a message pushing method as described in the previous embodiments.
Similarly, the content in the above method embodiment is applicable to the present storage medium embodiment, and the specific functions of the present storage medium embodiment are the same as those of the above method embodiment, and the achieved beneficial effects are the same as those of the above method embodiment.
In some alternative embodiments, the functions/acts noted in the block diagrams may occur out of the order noted in the operational illustrations. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved. Furthermore, the embodiments presented and described in the flowcharts of this application are provided by way of example in order to provide a more thorough understanding of the technology. The disclosed methods are not limited to the operations and logic flows presented herein. Alternative embodiments are contemplated in which the order of various operations is changed, and in which sub-operations described as part of a larger operation are performed independently.
Furthermore, while the present application is described in the context of functional modules, it should be appreciated that, unless otherwise indicated, one or more of the functions and/or features may be integrated in a single physical device and/or software module or one or more of the functions and/or features may be implemented in separate physical devices or software modules. It will also be appreciated that a detailed discussion of the actual implementation of each module is not necessary to an understanding of the present application. Rather, the actual implementation of the various functional modules in the apparatus disclosed herein will be apparent to those skilled in the art from consideration of their attributes, functions and internal relationships. Thus, those of ordinary skill in the art will be able to implement the present application as set forth in the claims without undue experimentation. It is also to be understood that the specific concepts disclosed are merely illustrative and are not intended to be limiting upon the scope of the application, which is to be defined by the appended claims and their full scope of equivalents.
The functions, if implemented in the form of software functional units 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 embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods of the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Logic and/or steps represented in the flowcharts or otherwise described herein, e.g., a ordered listing of executable instructions for implementing logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium may even be paper or other suitable medium upon which the program is printed, as the program may be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
It is to be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above-described embodiments, the various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, may be implemented using any one or combination of the following techniques, as is well known in the art: discrete logic circuits having logic gates for implementing logic functions on data signals, application specific integrated circuits having suitable combinational logic gates, programmable Gate Arrays (PGAs), field Programmable Gate Arrays (FPGAs), and the like.
In the foregoing description of the present specification, descriptions of the terms "one embodiment/example", "another embodiment/example", "certain embodiments/examples", and the like, are intended to mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the present application have been shown and described, it will be understood by those of ordinary skill in the art that: many changes, modifications, substitutions and variations may be made to the embodiments without departing from the principles and spirit of the application, the scope of which is defined by the claims and their equivalents.
The above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the corresponding technical solutions.

Claims (10)

1. The message pushing method is characterized by comprising the following steps:
acquiring messages of a plurality of channels;
integrating configuration information of the channels;
and transmitting the push message according to the channel template.
2. The message pushing method as claimed in claim 1, wherein the integrating the configuration information of the plurality of channels includes:
calling a manufacturer interface service request through a SDK corresponding to a client-side app integrated manufacturer to obtain a unique identifier of the device;
and calling the uploading mqtt service and the business service to subscribe to the mqtt service, acquiring client information and storing the client information in a database.
3. The message pushing method as claimed in claim 1, wherein the integrating the configuration information of the plurality of channels includes:
the method comprises the steps that a client requests a business background service to obtain a unique identifier of a business party;
and calling the uploading mqtt service and the business service to subscribe to the mqtt service, acquiring client information and storing the client information in a database.
4. A message pushing method according to claim 3, wherein there is heartbeat detection from the research channel and the client, the heartbeat detection comprising:
detecting whether the application survives or not at preset time intervals, and updating the online state of the user according to the detection result.
5. The message pushing method as claimed in claim 1, wherein the step of sending the push message according to the channel template includes:
detecting whether a user is online in a sending chain, if the user is online in the sending chain, selecting a self-research channel template to send a push message, and if the user is not online in the sending chain, selecting a manufacturer channel template to send the push message;
if the manufacturer channel template is selected to transmit the push message, judging whether the manufacturer channel registered by the user equipment supports the transparent transmission, if not, transmitting the push message by using the default millet channel, and if so, transmitting the push message by using the manufacturer channel.
6. The message pushing method as claimed in claim 1, wherein integrating configuration information of the plurality of channels, and sending the pushing message according to the channel template, includes:
after integrating configuration information of the channels, generating push management channels of the service platform;
generating a unique key and a RegId unique identifier of the self-research channel and the platform;
and finding corresponding channel information through the unique identification bound by the user.
7. The message pushing method as claimed in claim 6, wherein the message sending module is configured to select an optimal channel in the message sending chain according to the user status, the type of the message to be sent, and the user equipment information, and to uniformly call the message template sending method in the pushing channel module, and to select a corresponding channel for sending according to the constructed entry.
8. Message pushing device, characterized in that it comprises:
the first module is used for acquiring messages of a plurality of channels;
the second module is used for integrating configuration information of the channels;
and the third module is used for transmitting the push message according to the channel template.
9. A message pushing system, characterized in that the system comprises a message pushing device according to claim 8.
10. A storage medium storing a processor-executable program which, when executed by a processor, implements the message pushing method according to any of claims 1-7.
CN202211694850.7A 2022-12-28 2022-12-28 Message pushing method, system, device and storage medium Pending CN116112547A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211694850.7A CN116112547A (en) 2022-12-28 2022-12-28 Message pushing method, system, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211694850.7A CN116112547A (en) 2022-12-28 2022-12-28 Message pushing method, system, device and storage medium

Publications (1)

Publication Number Publication Date
CN116112547A true CN116112547A (en) 2023-05-12

Family

ID=86260822

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211694850.7A Pending CN116112547A (en) 2022-12-28 2022-12-28 Message pushing method, system, device and storage medium

Country Status (1)

Country Link
CN (1) CN116112547A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017067374A1 (en) * 2015-10-22 2017-04-27 中兴通讯股份有限公司 Message push method and push server
CN110519711A (en) * 2019-06-26 2019-11-29 中国移动通信集团江西有限公司 A kind of information push method, device, storage medium and server
CN114125050A (en) * 2021-11-29 2022-03-01 深圳十方融海科技有限公司 Message scheduling method, device, equipment and storage medium
CN114301977A (en) * 2021-12-29 2022-04-08 未来电视有限公司 Message pushing method and device, server and computer scale storage medium
CN115114044A (en) * 2021-03-19 2022-09-27 京东方科技集团股份有限公司 Message pushing method, device, equipment and medium
CN115130036A (en) * 2021-03-26 2022-09-30 嘉联支付有限公司 Message pushing method, system and related equipment
CN115510366A (en) * 2022-11-21 2022-12-23 北京白龙马云行科技有限公司 Business message pushing method and device, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017067374A1 (en) * 2015-10-22 2017-04-27 中兴通讯股份有限公司 Message push method and push server
CN110519711A (en) * 2019-06-26 2019-11-29 中国移动通信集团江西有限公司 A kind of information push method, device, storage medium and server
CN115114044A (en) * 2021-03-19 2022-09-27 京东方科技集团股份有限公司 Message pushing method, device, equipment and medium
CN115130036A (en) * 2021-03-26 2022-09-30 嘉联支付有限公司 Message pushing method, system and related equipment
CN114125050A (en) * 2021-11-29 2022-03-01 深圳十方融海科技有限公司 Message scheduling method, device, equipment and storage medium
CN114301977A (en) * 2021-12-29 2022-04-08 未来电视有限公司 Message pushing method and device, server and computer scale storage medium
CN115510366A (en) * 2022-11-21 2022-12-23 北京白龙马云行科技有限公司 Business message pushing method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US20210334856A1 (en) Telecommunications call augmentation system
CN105117186B (en) Multimedia messages methods of exhibiting and device
US8457603B2 (en) System and method for self-serve provisioning of services on a mobile communication device
US20100145675A1 (en) User interface having customizable text strings
AU2018220050A1 (en) Enforcing policies based on information received from external systems
US8620265B1 (en) Handset awareness and tracking of subscription plan
WO2021138823A1 (en) Information pushing method and apparatus, server, and storage medium
CN103002156A (en) Technology used for dynamic voice menu
CN110297621A (en) Method, apparatus, equipment and the storage medium of application message notice management
US8577715B2 (en) Pushed ringtones based on device-side content
WO2009151787A2 (en) Massaging features for phonecasting systems
CN113138995A (en) Update notification method and device in micro-service cluster
CN112350873A (en) Application service information processing method, application service calling method, device and system
CN102958005B (en) Method and system, the user terminal of Multimedia Ring Back Tone service are provided
CN116112547A (en) Message pushing method, system, device and storage medium
CN101685522A (en) Method and system for realizing video market
EP3222030A1 (en) Telecommunications call augmentation system
CN202043132U (en) Control system capable of adaptively incrementally transmitting
KR101266306B1 (en) Total advertisement management system
CN103138952A (en) Reminding business setting method, system and medium exchange network
CN111444497B (en) Application program detection method and device and electronic equipment
WO2021174495A1 (en) Information pushing method and device, server, and storage medium
CA2693741C (en) Pushed ringtones based on device-side content
CN114611027A (en) Method and system for non-blocking writing of call ticket data and controllable downloading of call recording
CN118075391A (en) Anti-interference service function recommendation method, device and computer program product

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