WO2020221228A1 - Method and device for processing mini program notification message, and computer storage medium - Google Patents

Method and device for processing mini program notification message, and computer storage medium Download PDF

Info

Publication number
WO2020221228A1
WO2020221228A1 PCT/CN2020/087400 CN2020087400W WO2020221228A1 WO 2020221228 A1 WO2020221228 A1 WO 2020221228A1 CN 2020087400 W CN2020087400 W CN 2020087400W WO 2020221228 A1 WO2020221228 A1 WO 2020221228A1
Authority
WO
WIPO (PCT)
Prior art keywords
applet
notification
session identifier
notification message
notification content
Prior art date
Application number
PCT/CN2020/087400
Other languages
French (fr)
Chinese (zh)
Inventor
程翰
Original Assignee
上海连尚网络科技有限公司
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 上海连尚网络科技有限公司 filed Critical 上海连尚网络科技有限公司
Publication of WO2020221228A1 publication Critical patent/WO2020221228A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/046Interoperability with other network applications or services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages
    • 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/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/7243User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality with interactive means for internal management of messages

Definitions

  • the present invention relates to the technical field of computer applications, in particular to a method, equipment and computer storage medium for processing small program notification messages.
  • Mini Program is an application that can be used without downloading and installing, and it runs in the environment provided by the host application. It is more and more widely used because it is available at any time without installation and uninstallation.
  • the use of small programs by users will involve the push of some notification messages.
  • the notification message of the applet is provided by the server of the applet to the server of the host application. After the server of the host application assembles according to the message template, the notification message is sent to the host application in the form of service notification.
  • the host application Display the notification message in the message list.
  • Service notification is an aggregate message body in the message list, as shown in Figure 1a.
  • the user needs to find the service notification from the message list, click to enter the service notification and find the notification message of the applet, as shown in Figure 1b, the notification message of the column update reminder pushed by the applet "Zhihu Hot List" is in the service notification Show in.
  • the present invention provides a method, device and computer storage medium for processing small program notification messages, so as to shorten the operation path for viewing small program notification messages and simplify user operations.
  • the present invention provides a method for processing small program notification messages.
  • the method includes:
  • the method further includes:
  • an applet notification message containing the applet notification content and the session identifier is sent to the host application client corresponding to the session identifier Before the end, it also includes:
  • sending an applet notification message including the applet notification content and the session identifier to the host application client corresponding to the session identifier includes:
  • the sent small program notification message further includes: presentation style information of the small program notification message.
  • the present invention also provides a method for processing small program notification messages, the method including:
  • the notification content of the mini program is displayed on the conversation interface corresponding to the conversation identifier.
  • displaying the notification content of the mini program on the session interface corresponding to the session identifier includes:
  • the display style information configured by the user, display the notification content of the mini program on the conversation interface corresponding to the conversation identifier; or,
  • the small program notification content is displayed on the conversation interface corresponding to the session identifier.
  • displaying the notification content of the mini program on the session interface corresponding to the session identifier includes:
  • a layer is added to the session interface corresponding to the session identifier, and the content of the applet is displayed on the added layer.
  • displaying the notification content of the mini program includes:
  • the method further includes:
  • the present invention also provides a device, which includes:
  • One or more processors are One or more processors;
  • Storage device for storing one or more programs
  • the one or more processors When the one or more programs are executed by the one or more processors, the one or more processors implement the method as described above.
  • the present invention also provides a storage medium containing computer-executable instructions, which are used to perform the above-mentioned method when executed by a computer processor.
  • the server side of the applet After the server side of the applet generates the applet notification content based on the trigger event, it sends the applet notification message including the applet notification content and the session identifier according to the pre-configured session identifier that allows receiving the applet notification message.
  • the host application client To the host application client corresponding to the session identifier, so that the host application client displays the applet notification content on the session interface corresponding to the session identifier. This method allows the user to directly obtain the displayed applet notification content on the conversation interface.
  • Fig. 1a is a schematic diagram showing the service notification in the message list in the prior art
  • FIG. 1b is a schematic diagram of a notification message of an applet in the prior art displayed in a service notification
  • FIG. 2 is a schematic diagram of system composition provided by an embodiment of the present invention.
  • Fig. 3 is a flowchart of a method executed by a server provided by an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a configuration interface of a small program provided by an embodiment of the present invention.
  • FIG. 5 is a flowchart of a method executed by a client according to an embodiment of the present invention.
  • 6a, 6b, and 6c are schematic diagrams of three presentation styles of applet notification messages provided by an embodiment of the present invention.
  • Figure 7 shows a block diagram of an exemplary computer system/server suitable for implementing embodiments of the present invention.
  • applet applet
  • server end of applet host application
  • server end of host application server end of host application
  • the applet relies on the host application to run on the terminal device, and the environment in which the applet runs is provided by the host application. Related services for the applet are provided by the server of the applet, and messages sent by the server of the applet are sent to the client of the host application via the server of the host application. Various messages are displayed by the host application client.
  • the system structure involved in the present invention can be as shown in FIG. 2.
  • the core idea of the present invention is that the applet server is pre-configured with a session identifier that allows receiving applet notification messages. After the applet notification content is generated based on the trigger event, the applet notification message containing the applet notification content and the session identifier is sent to The host application client corresponding to the session identifier, so that the host application client displays the applet notification content on the session interface corresponding to the session identifier.
  • Fig. 3 is a flowchart of a method executed on the server side according to an embodiment of the present invention.
  • the execution subject of the method flow may be an application on the server side of the applet, or a plug-in or a software development toolkit on the server side of the applet ( Functional units such as Software Development Kit (SDK), which are not particularly limited in the embodiment of the present invention.
  • the method may include the following steps:
  • the session identifier configured by the user for the notification message of the mini program is obtained and stored.
  • the user can configure whether to allow push notification messages of the applet to the session in the configuration interface provided by the applet.
  • the user can turn on or off the function that allows the push notification message of the applet to the session. If this function is turned on, the user can further configure the session identifier that allows the applet to send notification messages.
  • the session identifier may be the session identifier of the group or a one-to-one session identifier. As shown in Figure 4, the user can select a session that allows the current applet to send notification messages by checking the group ID.
  • the applet reports the configuration made by the user to the server end of the applet, and the server end of the applet stores the session identifier configured by the user for the applet notification message.
  • the trigger event of the notification message of the applet is obtained.
  • the trigger event may be an applet event, that is, an event generated by an applet service, such as a function change, version upgrade, etc. of the applet.
  • the trigger event may also be a user operation event, that is, an event generated by the user based on the applet, such as an event of a user submitting a form, an event of a user's payment behavior, and so on.
  • the specific trigger event type can be pre-configured by the developer on the server side of the applet.
  • an applet notification content is generated based on the above trigger event.
  • the notification content of the applet generated based on the trigger event can adopt the existing implementation methods, and the present invention has no special limitation and improvement on this part of the content, and will not be described in detail here.
  • the applet notification message including the applet notification content and the session identifier is sent to the host application client corresponding to the session identifier.
  • the server side of the small program may first determine whether a session identifier that allows receiving the notification message of the small program is pre-configured, and if so, proceed to step 304. Otherwise, the notification message of the mini program can be sent in the manner in the prior art, that is, the notification content of the mini program and the user ID (the user ID targeted by the notification content of the mini program, the user is usually the user who generated the trigger event) to the host application Service-Terminal.
  • an applet notification message is generated, and the applet notification message is sent to the host application client corresponding to the user ID, and the host application client adds the applet notification message
  • the message list is displayed in the service notification on the message list interface.
  • the server side of the applet may send an applet notification message containing the applet notification content and the session identifier to the server of the host application, and the server of the host application forwards the applet notification message to the corresponding session identifier.
  • Host application client that is to say, in the present invention, the server side of the host application only needs to perform the message forwarding function, and there is no need to make additional changes to the function of the server side of the host application.
  • the sent small program notification message may also include presentation style information of the small program notification message.
  • the presentation style information can be pre-configured by the developer, or configured by the user.
  • the applet can provide a configuration interface to the user, and provide a variety of display styles for the user to choose from the configuration interface.
  • the display style can be configured uniformly for each session, or different display styles can be configured for different sessions.
  • the applet reports the display style information selected by the user to the applet server. After the applet server stores it, the display style information is carried in the applet notification message triggered by the user, or in the applet sent to the user.
  • the program notification message carries the presentation style information.
  • Fig. 5 is a flowchart of a method executed by a client provided by an embodiment of the present invention.
  • the execution subject of the method flow may be an applet host application, or a plug-in or a software development kit (Software Development Kit) located in the applet host application. Kit, SDK) and other functional units, which are not particularly limited in the embodiment of the present invention.
  • the method may include the following steps:
  • an applet notification message including the applet notification content and the session identifier is received.
  • the host application client After receiving the applet notification message, the host application client parses the applet notification message, obtains the applet notification content and the session identifier therefrom, and may further obtain the presentation style information of the applet notification message.
  • the notification content of the applet is displayed on the conversation interface corresponding to the conversation identifier.
  • the host application can display the content of the mini program notification on the session interface corresponding to the session identifier based on the default presentation style information.
  • the user can configure the display style information of the notification message of the applet in the host application, and the host application displays the applet notification content on the session interface corresponding to the session identifier according to the display style information configured by the user.
  • the host application displays the mini program notification content on the conversation interface corresponding to the session identifier according to the presentation style information carried in the mini program notification message.
  • the host application can adopt but not limited to the following three display styles to display the notification content of the applet on the conversation interface:
  • Display style 1 Display the notification content of the applet at the top of the conversation interface, and cancel the display after the preset display time is reached.
  • the notification content of the applet is displayed at the top of the conversation interface. It can display the complete notification content of the applet, or the summary or title of the notification content of the applet.
  • the notification content of the small program may include the identification information of the small program to facilitate the user to know the small program from which the notification message originated.
  • the information of the component that operates the notification content of the small program can be further displayed, for example, the "close" component in FIG. 6a is used to close the display of the notification of the small program by clicking the component.
  • the notification content of the applet can be displayed briefly.
  • the predetermined display duration for example, 10 seconds
  • the display of the notification content of the mini program is cancelled, and the notification of the mini program disappears.
  • Presentation style 2 Inserting and displaying the notification content of the mini program in the form of a public message in the conversation interface corresponding to the conversation identifier.
  • the notification content of the small program may include the identification information of the small program to facilitate the user to know the small program from which the notification message originated.
  • Presentation style 3 Add a layer to the session interface corresponding to the session identifier, and display the content of the applet on the added layer.
  • the notification content of the applet is displayed in the form of text, picture, animation, video, etc., or any combination thereof. It can display the complete notification content of the applet, or the summary or title of the notification content of the applet.
  • the notification content of the small program may include the identification information of the small program to facilitate the user to know the small program from which the notification message originated.
  • the information of the components that operate on the notification content of the small program may be further displayed. For example, the "Close" component in Figure 6c is used to click on this component to close the display of the layer.
  • the user can trigger the interaction with the notification content of the Mini Program by clicking, long pressing, or sliding on the notification content of the Mini Program.
  • the host application After the host application obtains the event, it can respond according to the specific event but is not limited to the following:
  • a link can be embedded in the displayed notification content of the mini program, and the URL (Uniform Resource Locator) of the link can be used to open a webpage, mini program or other application page. This kind of response to interactive events is relatively common.
  • the event can be sent to the server side of the small program as the trigger event of the small program notification message, and then continue to execute Figure 3 based on the trigger event And the process in Figure 5, to further generate and display small program notification messages.
  • the notification content of the mini program displayed on the conversation interface of group 1 is "User A invites you to join his team”. If user B clicks the "OK" component in the notification content of the mini program, the host application will send this event Sent to the server side of the applet.
  • the server side of the applet generates a new applet notification content "User B has joined the team of user A" based on the event, and sends the applet notification content to the host application of each user in group 1.
  • the host application of each user displays the small program notification content "User B has joined User A's team” on the conversation interface of Group 1.
  • Figure 7 shows a block diagram of an exemplary computer system/server 012 suitable for implementing embodiments of the present invention.
  • the computer system/server 012 shown in FIG. 7 is only an example, and should not bring any limitation to the function and application scope of the embodiment of the present invention.
  • the computer system/server 012 is represented in the form of a general-purpose computing device.
  • the components of the computer system/server 012 may include, but are not limited to: one or more processors or processing units 016, a system memory 028, and a bus 018 connecting different system components (including the system memory 028 and the processing unit 016).
  • the bus 018 represents one or more of several types of bus structures, including a memory bus or a memory controller, a peripheral bus, a graphics acceleration port, a processor, or a local bus using any bus structure among multiple bus structures.
  • these architectures include but are not limited to industry standard architecture (ISA) bus, microchannel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and peripheral component interconnection ( PCI) bus.
  • ISA industry standard architecture
  • MAC microchannel architecture
  • VESA Video Electronics Standards Association
  • PCI peripheral component interconnection
  • the computer system/server 012 typically includes a variety of computer system readable media. These media can be any available media that can be accessed by the computer system/server 012, including volatile and nonvolatile media, removable and non-removable media.
  • the system memory 028 may include computer system readable media in the form of volatile memory, such as random access memory (RAM) 030 and/or cache memory 032.
  • the computer system/server 012 may further include other removable/non-removable, volatile/nonvolatile computer system storage media.
  • the storage system 034 can be used to read and write non-removable, non-volatile magnetic media (not shown in FIG. 7, and is generally referred to as a "hard drive").
  • a disk drive for reading and writing to a removable non-volatile disk such as a "floppy disk”
  • a removable non-volatile disk such as CD-ROM, DVD-ROM
  • other optical media read and write optical disc drives.
  • each drive can be connected to the bus 018 through one or more data media interfaces.
  • the memory 028 may include at least one program product, and the program product has a set (for example, at least one) program modules configured to perform the functions of the embodiments of the present invention.
  • a program/utility tool 040 with a set of (at least one) program module 042 can be stored in, for example, the memory 028.
  • Such program module 042 includes, but is not limited to, an operating system, one or more application programs, and other programs Modules and program data, each of these examples or some combination may include the realization of a network environment.
  • the program module 042 generally executes the functions and/or methods in the described embodiments of the present invention.
  • the computer system/server 012 can also communicate with one or more external devices 014 (such as a keyboard, pointing device, display 024, etc.).
  • the computer system/server 012 communicates with an external radar device, and can also communicate with one or Multiple devices that enable users to interact with the computer system/server 012, and/or communicate with any devices that enable the computer system/server 012 to communicate with one or more other computing devices (such as network cards, modems, etc.) Communication. This communication can be performed through an input/output (I/O) interface 022.
  • I/O input/output
  • the computer system/server 012 can also communicate with one or more networks (such as a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 020.
  • networks such as a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet
  • the network adapter 020 communicates with other modules of the computer system/server 012 through the bus 018.
  • other hardware and/or software modules can be used in conjunction with the computer system/server 012, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems , Tape drives and data backup storage systems.
  • the processing unit 016 executes various functional applications and data processing by running programs stored in the system memory 028, for example, to implement the method flow provided by the embodiment of the present invention.
  • the above-mentioned computer program may be set in a computer storage medium, that is, the computer storage medium is encoded with a computer program.
  • the program is executed by one or more computers, one or more computers can execute the above-mentioned embodiments of the present invention.
  • the method flow and/or device operation For example, the process of the method provided in the embodiment of the present invention is executed by the above-mentioned one or more processors.
  • the computer-readable medium may be a computer-readable signal medium or a computer-readable storage medium.
  • the computer-readable storage medium may be, for example, but not limited to, an electric, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the above.
  • computer-readable storage media include: electrical connections with one or more wires, portable computer disks, hard disks, random access memory (RAM), read-only memory (ROM), Erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or flash memory Erasable programmable read-only memory
  • CD-ROM compact disk read-only memory
  • the computer-readable storage medium can be any tangible medium that contains or stores a program, and the program can be used by or in combination with an instruction execution system, apparatus, or device.
  • the computer-readable signal medium may include a data signal propagated in baseband or as a part of a carrier wave, and computer-readable program code is carried therein. This propagated data signal can take many forms, including, but not limited to, electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • the computer-readable signal medium may also be any computer-readable medium other than the computer-readable storage medium.
  • the computer-readable medium may send, propagate, or transmit the program for use by or in combination with the instruction execution system, apparatus, or device .
  • the program code contained on the computer-readable medium can be transmitted by any suitable medium, including, but not limited to, wireless, wire, optical cable, RF, etc., or any suitable combination of the above.
  • the computer program code used to perform the operations of the present invention can be written in one or more programming languages or a combination thereof.
  • the programming languages include object-oriented programming languages-such as Java, Smalltalk, C++, and also conventional Procedural programming language-such as "C" language or similar programming language.
  • the program code can be executed entirely on the user's computer, partly on the user's computer, executed as an independent software package, partly on the user's computer and partly executed on a remote computer, or entirely executed on the remote computer or server.
  • the remote computer can be connected to the user's computer through any kind of network-including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (for example, using an Internet service provider to connect to the user's computer) connection).
  • LAN local area network
  • WAN wide area network
  • the server side of the applet After the server side of the applet generates the applet notification content based on the trigger event, it sends the applet notification message containing the applet notification content and the session identifier to the host corresponding to the session identifier according to the pre-configured session identifier that allows receiving the applet notification message.
  • the application client so that the host application client can display the notification content of the applet on the session interface corresponding to the session identifier. This method allows the user to directly obtain the displayed applet notification content on the conversation interface.
  • the present invention enables the applet to have the ability to publish notifications in the conversation, and provides a variety of styles for displaying the applet notification message on the conversation interface, which improves the integration of the applet and the conversation scene.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

Provided in the present invention are a method and device for processing a mini program notification message, and a computer storage medium. After generating mini program notification content on the basis of a trigger event, a server end of a mini program sends, according to a preconfigured session identifier allowing the receiving of a mini program notification message, the mini program notification message containing the mini program notification content and the session identifier to a host application client corresponding to the session identifier, so that the host application client displays the mini program notification content on a session interface corresponding to the session identifier. In this way, the user can directly acquire the displayed mini program notification content on the session interface, thereby shortening an operation path for checking the mini program notification message, and simplifying a user operation.

Description

一种小程序通知消息的处理方法、设备和计算机存储介质Method, equipment and computer storage medium for processing small program notification message 【技术领域】【Technical Field】
本发明涉及计算机应用技术领域,特别涉及一种小程序通知消息的处理方法、设备和计算机存储介质。The present invention relates to the technical field of computer applications, in particular to a method, equipment and computer storage medium for processing small program notification messages.
【背景技术】【Background technique】
本部分旨在为权利要求书中陈述的本发明的实施方式提供背景或上下文。此处的描述不因为包括在本部分中就被认为是现有技术。This section is intended to provide background or context for the embodiments of the present invention stated in the claims. The description here is not considered prior art because it is included in this section.
小程序(Mini Program)是一种不需要下载安装即可使用的应用,其运行于宿主应用提供的环境下。其因随时可用但又无需安装卸载而得到了越来越广泛的应用。用户使用小程序会涉及到一些通知消息的推送。目前小程序的通知消息由小程序的服务器端提供消息内容给宿主应用的服务器端,由宿主应用的服务器端按照消息模板进行组装后,将通知消息以服务通知的形式发送给宿主应用,宿主应用将该通知消息展现在消息列表中。服务通知是消息列表中的一个聚合消息体,如图1a中所示。用户需要从消息列表中找到该服务通知,点击进入服务通知后找到该小程序的通知消息,如图1b中所示,小程序“知乎热榜”推送的栏目更新提醒的通知消息在服务通知中展现。Mini Program is an application that can be used without downloading and installing, and it runs in the environment provided by the host application. It is more and more widely used because it is available at any time without installation and uninstallation. The use of small programs by users will involve the push of some notification messages. At present, the notification message of the applet is provided by the server of the applet to the server of the host application. After the server of the host application assembles according to the message template, the notification message is sent to the host application in the form of service notification. The host application Display the notification message in the message list. Service notification is an aggregate message body in the message list, as shown in Figure 1a. The user needs to find the service notification from the message list, click to enter the service notification and find the notification message of the applet, as shown in Figure 1b, the notification message of the column update reminder pushed by the applet "Zhihu Hot List" is in the service notification Show in.
用户在特定的会话过程中,常常希望能够及时获知与该会话相关的小程序通知。例如,用户玩某游戏类小程序,常常与该游戏的群组用户在一个群组会话中进行交流,那么用户在该群组会话进行中就希望能够及时获知该游戏类小程序的通知消息,例如新的战绩、新的功能等等。但现有技术中的方式就需要用户退出当前群组会话的界面,回到宿主应用的消息列表界面,点击服务通知,再找到在服务通知界面中展现的该游戏类小程序的通知消息。显然操作路径很长,非常不便。During a particular conversation, users often hope to be notified of the applet related to the conversation in time. For example, if a user plays a certain game applet and often communicates with group users of the game in a group session, the user hopes to be able to get the notification message of the game applet in time during the group session. For example, new records, new features, and so on. However, the method in the prior art requires the user to exit the interface of the current group session, return to the message list interface of the host application, click on the service notification, and then find the notification message of the game applet displayed in the service notification interface. Obviously, the operation path is very long and very inconvenient.
【发明内容】[Content of the invention]
有鉴于此,本发明提供了一种小程序通知消息的处理方法、设备和计算机存储介质,以便于缩短查看小程序通知消息的操作路径,简化用户操作。In view of this, the present invention provides a method, device and computer storage medium for processing small program notification messages, so as to shorten the operation path for viewing small program notification messages and simplify user operations.
具体技术方案如下:The specific technical solutions are as follows:
一方面,本发明提供了一种小程序通知消息的处理方法,该方法包括:In one aspect, the present invention provides a method for processing small program notification messages. The method includes:
获取小程序通知消息的触发事件;Get the trigger event of the notification message of the applet;
基于所述触发事件生成小程序通知内容;Generating notification content of the mini program based on the trigger event;
依据预先配置的允许接收小程序通知消息的会话标识,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端。According to a pre-configured session identifier that is allowed to receive the applet notification message, sending an applet notification message containing the applet notification content and the session identifier to the host application client corresponding to the session identifier.
根据本发明一优选实施方式,该方法还包括:According to a preferred embodiment of the present invention, the method further includes:
获取并存储用户针对小程序通知消息配置的会话标识。Obtain and store the session identifier configured by the user for the notification message of the applet.
根据本发明一优选实施方式,依据预先配置的允许接收小程序通知消息的会话标识,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端之前,还包括:According to a preferred embodiment of the present invention, according to a pre-configured session identifier that is allowed to receive an applet notification message, an applet notification message containing the applet notification content and the session identifier is sent to the host application client corresponding to the session identifier Before the end, it also includes:
判断是否预先配置有允许接收所述小程序通知消息的会话标识,如果是,则继续执行所述依据预先配置的允许接收小程序通知消息的会话标识,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端。Determine whether there is a pre-configured session identifier that is allowed to receive the notification message of the applet, if so, continue to execute the session identifier that is allowed to receive the notification message of the applet according to the pre-configured, and send the notification content of the applet and the The small program notification message of the session identifier is sent to the host application client corresponding to the session identifier.
根据本发明一优选实施方式,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端包括:According to a preferred embodiment of the present invention, sending an applet notification message including the applet notification content and the session identifier to the host application client corresponding to the session identifier includes:
发送包含所述小程序通知内容和所述会话标识的小程序通知消息至宿主应用的服务器端,由宿主应用的服务器端转发所述小程序通知消息至所述会话标识对应的宿主应用客户端。Sending an applet notification message including the applet notification content and the session identifier to the server of the host application, and the server of the host application forwards the applet notification message to the host application client corresponding to the session identifier.
根据本发明一优选实施方式,发送的所述小程序通知消息还包括:小程序通知消息的展现样式信息。According to a preferred embodiment of the present invention, the sent small program notification message further includes: presentation style information of the small program notification message.
第二方面,本发明还提供了一种小程序通知消息的处理方法,该方法包括:In the second aspect, the present invention also provides a method for processing small program notification messages, the method including:
接收包含小程序通知内容和会话标识的小程序通知消息;Receive a small program notification message containing the content of the small program notification and the session identifier;
在所述会话标识对应的会话界面展现所述小程序通知内容。The notification content of the mini program is displayed on the conversation interface corresponding to the conversation identifier.
根据本发明一优选实施方式,在所述会话标识对应的会话界面展现所述小程序通知内容包括:According to a preferred embodiment of the present invention, displaying the notification content of the mini program on the session interface corresponding to the session identifier includes:
依据默认的展现样式信息,在所述会话标识对应的会话界面展现所述小程 序通知内容;或者,According to the default presentation style information, display the applet notification content on the session interface corresponding to the session identifier; or,
依据用户配置的展现样式信息,在所述会话标识对应的会话界面展现所述小程序通知内容;或者,According to the display style information configured by the user, display the notification content of the mini program on the conversation interface corresponding to the conversation identifier; or,
依据所述小程序通知消息中携带的展现样式信息,在所述会话标识对应的会话界面展现所述小程序通知内容。According to the presentation style information carried in the small program notification message, the small program notification content is displayed on the conversation interface corresponding to the session identifier.
根据本发明一优选实施方式,在所述会话标识对应的会话界面展现所述小程序通知内容包括:According to a preferred embodiment of the present invention, displaying the notification content of the mini program on the session interface corresponding to the session identifier includes:
在所述会话标识对应的会话界面的顶部位置展现所述小程序通知内容,达到预设的展现时长后,取消所述展现;或者,Display the notification content of the mini program at the top position of the session interface corresponding to the session identifier, and cancel the display after the preset display duration is reached; or,
以公共消息的形式在所述会话标识对应的会话界面插入展现所述小程序通知内容;或者,Insert and display the notification content of the mini program in the form of a public message on the conversation interface corresponding to the conversation identifier; or,
在所述会话标识对应的会话界面上增加一个图层,在增加的图层上展现所述小程序内容。A layer is added to the session interface corresponding to the session identifier, and the content of the applet is displayed on the added layer.
根据本发明一优选实施方式,展现所述小程序通知内容包括:According to a preferred embodiment of the present invention, displaying the notification content of the mini program includes:
展现完整的小程序通知内容,或者;Show the complete notification content of the Mini Program, or;
展现所述小程序通知内容的摘要或标题。Display the summary or title of the notification content of the applet.
根据本发明一优选实施方式,该方法还包括:According to a preferred embodiment of the present invention, the method further includes:
获取到所述会话界面上展现的小程序通知内容被触发的事件后,打开网页、小程序或其他应用的页面,或者,发送所述事件至小程序的服务端以作为小程序通知消息的触发事件。After obtaining the event triggered by the notification content of the applet displayed on the conversation interface, open a web page, applet or other application page, or send the event to the server of the applet as a trigger for the applet notification message event.
第三方面,本发明还提供了一种设备,所述设备包括:In the third aspect, the present invention also provides a device, which includes:
一个或多个处理器;One or more processors;
存储装置,用于存储一个或多个程序,Storage device for storing one or more programs,
当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如上所述的方法。When the one or more programs are executed by the one or more processors, the one or more processors implement the method as described above.
第四方面,本发明还提供了一种包含计算机可执行指令的存储介质,所述计算机可执行指令在由计算机处理器执行时用于执行如上所述的方法。In a fourth aspect, the present invention also provides a storage medium containing computer-executable instructions, which are used to perform the above-mentioned method when executed by a computer processor.
由以上技术方案可以看出,小程序的服务器端基于触发事件生成小程序通知内容后,依据预先配置的允许接收小程序通知消息的会话标识发送包含小程 序通知内容和会话标识的小程序通知消息至会话标识对应的宿主应用客户端,以便宿主应用客户端在该会话标识对应的会话界面展现小程序通知内容。这种方式使得用户能够在会话界面直接获取展现的小程序通知内容,相比较现有技术中需要退出当前会话的界面,回到宿主应用的消息列表界面,点击服务通知,再找到在服务通知界面中展现的小程序通知消息的方式,大大缩短了查看小程序通知消息的操作路径,简化了用户操作。It can be seen from the above technical solutions that after the server side of the applet generates the applet notification content based on the trigger event, it sends the applet notification message including the applet notification content and the session identifier according to the pre-configured session identifier that allows receiving the applet notification message. To the host application client corresponding to the session identifier, so that the host application client displays the applet notification content on the session interface corresponding to the session identifier. This method allows the user to directly obtain the displayed applet notification content on the conversation interface. Compared with the interface in the prior art that needs to exit the current conversation, return to the message list interface of the host application, click on the service notification, and then find the service notification interface The mode of notification messages of the applet shown in the, greatly shortens the operation path for viewing the notification messages of the applet, and simplifies user operations.
【附图说明】【Explanation of drawings】
图1a为现有技术中服务通知在消息列表中展现的示意图;Fig. 1a is a schematic diagram showing the service notification in the message list in the prior art;
图1b为现有技术中小程序的通知消息在服务通知中展现的示意图;FIG. 1b is a schematic diagram of a notification message of an applet in the prior art displayed in a service notification;
图2为本发明实施例提供的系统组成示意图;FIG. 2 is a schematic diagram of system composition provided by an embodiment of the present invention;
图3为本发明实施例提供的服务端执行的方法流程图;Fig. 3 is a flowchart of a method executed by a server provided by an embodiment of the present invention;
图4为本发明实施例提供的小程序的配置界面示意图;4 is a schematic diagram of a configuration interface of a small program provided by an embodiment of the present invention;
图5为本发明实施例提供的客户端执行的方法流程图;FIG. 5 is a flowchart of a method executed by a client according to an embodiment of the present invention;
图6a、图6b和图6c分别为本发明实施例提供的小程序通知消息的三种展现样式示意图;6a, 6b, and 6c are schematic diagrams of three presentation styles of applet notification messages provided by an embodiment of the present invention;
图7示出了适于用来实现本发明实施方式的示例性计算机系统/服务器的框图。Figure 7 shows a block diagram of an exemplary computer system/server suitable for implementing embodiments of the present invention.
【具体实施方式】【Detailed ways】
为了使本发明的目的、技术方案和优点更加清楚,下面结合附图和具体实施例对本发明进行详细描述。In order to make the objectives, technical solutions and advantages of the present invention clearer, the present invention will be described in detail below with reference to the accompanying drawings and specific embodiments.
在本发明中涉及到四个主体对象:小程序、小程序的服务器端、宿主应用和宿主应用的服务器端。首先对这四个主体对象的概念和关系进行明确:Four subject objects are involved in the present invention: applet, server end of applet, host application and server end of host application. First, clarify the concepts and relationships of these four subject objects:
小程序依托宿主应用运行于终端设备上,小程序运行所在的环境是宿主应用提供的。针对小程序的相关服务是由小程序的服务器端提供的,小程序的服务器端发送的消息是经由宿主应用的服务器端发送至宿主应用客户端的。各类消息由宿主应用客户端进行展现。本发明涉及的系统结构可以如图2所示。The applet relies on the host application to run on the terminal device, and the environment in which the applet runs is provided by the host application. Related services for the applet are provided by the server of the applet, and messages sent by the server of the applet are sent to the client of the host application via the server of the host application. Various messages are displayed by the host application client. The system structure involved in the present invention can be as shown in FIG. 2.
本发明的核心思想在于,小程序服务器端预先配置有允许接收小程序通知消息的会话标识,在基于触发事件生成小程序通知内容后,发送包含小程序通知内容和会话标识的小程序通知消息至会话标识对应的宿主应用客户端,以便 宿主应用客户端在该会话标识对应的会话界面展现小程序通知内容。The core idea of the present invention is that the applet server is pre-configured with a session identifier that allows receiving applet notification messages. After the applet notification content is generated based on the trigger event, the applet notification message containing the applet notification content and the session identifier is sent to The host application client corresponding to the session identifier, so that the host application client displays the applet notification content on the session interface corresponding to the session identifier.
下面结合实施例对本发明提供的方法进行详细描述。The method provided by the present invention will be described in detail below in conjunction with embodiments.
图3为本发明实施例提供的服务端执行的方法流程图,具体地,该方法流程的执行主体可以为位于小程序服务器端的应用程序,或者,位于小程序服务器端的插件或软件开发工具包(Software Development Kit,SDK)等功能单元,本发明实施例对此不加以特别限制。如图3中所示,该方法可以包括以下步骤:Fig. 3 is a flowchart of a method executed on the server side according to an embodiment of the present invention. Specifically, the execution subject of the method flow may be an application on the server side of the applet, or a plug-in or a software development toolkit on the server side of the applet ( Functional units such as Software Development Kit (SDK), which are not particularly limited in the embodiment of the present invention. As shown in Figure 3, the method may include the following steps:
在301中,获取并存储用户针对小程序通知消息配置的会话标识。In 301, the session identifier configured by the user for the notification message of the mini program is obtained and stored.
用户可以在小程序提供的配置界面中对是否允许向会话推送小程序通知消息进行功能配置。在该配置界面中,用户可以打开或关闭允许向会话推送小程序通知消息的功能。若打开该功能,则用户可以进一步配置允许该小程序发送通知消息的会话标识。该会话标识可以是群组的会话标识,也可以是一对一的会话标识。如图4中所示,用户可以通过勾选群组标识来选择允许当前小程序发送通知消息的会话。The user can configure whether to allow push notification messages of the applet to the session in the configuration interface provided by the applet. In this configuration interface, the user can turn on or off the function that allows the push notification message of the applet to the session. If this function is turned on, the user can further configure the session identifier that allows the applet to send notification messages. The session identifier may be the session identifier of the group or a one-to-one session identifier. As shown in Figure 4, the user can select a session that allows the current applet to send notification messages by checking the group ID.
小程序将用户进行的配置上报给小程序的服务器端,由小程序的服务器端存储用户针对小程序通知消息配置的会话标识。The applet reports the configuration made by the user to the server end of the applet, and the server end of the applet stores the session identifier configured by the user for the applet notification message.
在302中,获取小程序通知消息的触发事件。In 302, the trigger event of the notification message of the applet is obtained.
小程序的服务器端下发通知消息往往是基于特定事件触发。触发事件可以是小程序事件,即由小程序服务产生的事件,例如小程序的功能变化、版本升级等。或者,触发事件也可以是用户操作事件,即由用户基于小程序产生的事件,例如用户提交表单的事件、用户的支付行为事件等。具体触发事件的类型可以由开发者在小程序的服务器端进行预先配置。Notification messages sent by the server of the applet are often triggered based on specific events. The trigger event may be an applet event, that is, an event generated by an applet service, such as a function change, version upgrade, etc. of the applet. Alternatively, the trigger event may also be a user operation event, that is, an event generated by the user based on the applet, such as an event of a user submitting a form, an event of a user's payment behavior, and so on. The specific trigger event type can be pre-configured by the developer on the server side of the applet.
在303中,基于上述触发事件生成小程序通知内容。In 303, an applet notification content is generated based on the above trigger event.
基于触发事件产生小程序通知内容可以采用现有的实现方式,本发明对于这部分内容没有特别的限制和改进,在此不做详述。The notification content of the applet generated based on the trigger event can adopt the existing implementation methods, and the present invention has no special limitation and improvement on this part of the content, and will not be described in detail here.
在304中,依据预先配置的允许接收小程序通知消息的会话标识,发送包含小程序通知内容和会话标识的小程序通知消息至该会话标识对应的宿主应用客户端。In 304, according to the pre-configured session identifier that is allowed to receive the applet notification message, the applet notification message including the applet notification content and the session identifier is sent to the host application client corresponding to the session identifier.
在生成小程序通知内容后,小程序的服务器端可以首先判断是否预先配置有允许接收所述小程序通知消息的会话标识,如果是,则继续执行步骤304。 否则可以按照现有技术中的方式发送小程序通知消息,即将小程序通知内容和用户标识(该小程序通知内容所针对的用户标识,该用户通常是产生触发事件的用户)发送给宿主应用的服务器端。由宿主应用的服务器端依据预先配置的消息模板进行组装后,生成小程序通知消息,将该小程序通知消息发送至用户标识对应的宿主应用客户端,由宿主应用客户端将小程序通知消息加入消息列表,在消息列表界面的服务通知中进行展现。对于现有技术中发送小程序通知消息的方式在此不做详述。After generating the notification content of the small program, the server side of the small program may first determine whether a session identifier that allows receiving the notification message of the small program is pre-configured, and if so, proceed to step 304. Otherwise, the notification message of the mini program can be sent in the manner in the prior art, that is, the notification content of the mini program and the user ID (the user ID targeted by the notification content of the mini program, the user is usually the user who generated the trigger event) to the host application Service-Terminal. After being assembled by the server side of the host application according to the pre-configured message template, an applet notification message is generated, and the applet notification message is sent to the host application client corresponding to the user ID, and the host application client adds the applet notification message The message list is displayed in the service notification on the message list interface. The method of sending notification messages of the applet in the prior art will not be detailed here.
在该步骤304中,小程序的服务器端可以发送包含小程序通知内容和会话标识的小程序通知消息至宿主应用的服务器端,由宿主应用的服务器端转发该小程序通知消息至会话标识对应的宿主应用客户端。也就是说,在本发明中,宿主应用的服务器端仅需要执行消息转发功能即可,无需对宿主应用的服务器端的功能进行额外改动。In this step 304, the server side of the applet may send an applet notification message containing the applet notification content and the session identifier to the server of the host application, and the server of the host application forwards the applet notification message to the corresponding session identifier. Host application client. That is to say, in the present invention, the server side of the host application only needs to perform the message forwarding function, and there is no need to make additional changes to the function of the server side of the host application.
另外,发送的小程序通知消息还可以包括小程序通知消息的展现样式信息。该展现样式信息可以由开发人员预先配置,也可以由用户选择进行配置。例如,小程序可以向用户提供配置界面,在配置界面提供多种展现样式供用户选择,该展现样式可以针对各会话统一配置,也可以针对不同的会话配置不同的展现样式。小程序将用户选择的展现样式信息上报给小程序服务器端,小程序服务器端进行存储后,在由该用户触发的小程序通知消息中携带该展现样式信息,或者,在针对该用户发送的小程序通知消息中携带该展现样式信息。In addition, the sent small program notification message may also include presentation style information of the small program notification message. The presentation style information can be pre-configured by the developer, or configured by the user. For example, the applet can provide a configuration interface to the user, and provide a variety of display styles for the user to choose from the configuration interface. The display style can be configured uniformly for each session, or different display styles can be configured for different sessions. The applet reports the display style information selected by the user to the applet server. After the applet server stores it, the display style information is carried in the applet notification message triggered by the user, or in the applet sent to the user. The program notification message carries the presentation style information.
图5为本发明实施例提供的客户端执行的方法流程图,具体地,该方法流程的执行主体可以为小程序宿主应用,或者,位于小程序宿主应用的插件或软件开发工具包(Software Development Kit,SDK)等功能单元,本发明实施例对此不加以特别限制。如图5中所示,该方法可以包括以下步骤:Fig. 5 is a flowchart of a method executed by a client provided by an embodiment of the present invention. Specifically, the execution subject of the method flow may be an applet host application, or a plug-in or a software development kit (Software Development Kit) located in the applet host application. Kit, SDK) and other functional units, which are not particularly limited in the embodiment of the present invention. As shown in Figure 5, the method may include the following steps:
在501中,接收包含小程序通知内容和会话标识的小程序通知消息。In 501, an applet notification message including the applet notification content and the session identifier is received.
宿主应用客户端接收到小程序通知消息后,对该小程序通知消息进行解析,从中获取小程序通知内容和会话标识,还可能进一步获取到小程序通知消息的展现样式信息。After receiving the applet notification message, the host application client parses the applet notification message, obtains the applet notification content and the session identifier therefrom, and may further obtain the presentation style information of the applet notification message.
在502中,在会话标识对应的会话界面展现该小程序通知内容。In 502, the notification content of the applet is displayed on the conversation interface corresponding to the conversation identifier.
在本步骤中,若小程序通知消息中不携带展现样式信息,则宿主应用可以 依据默认的展现样式信息,在所述会话标识对应的会话界面展现所述小程序通知内容。或者,用户可以在宿主应用中配置该小程序的通知消息的展现样式信息,宿主应用依据用户配置的展现样式信息,在所述会话标识对应的会话界面展现所述小程序通知内容。In this step, if the mini program notification message does not carry presentation style information, the host application can display the content of the mini program notification on the session interface corresponding to the session identifier based on the default presentation style information. Alternatively, the user can configure the display style information of the notification message of the applet in the host application, and the host application displays the applet notification content on the session interface corresponding to the session identifier according to the display style information configured by the user.
若小程序通知消息中携带有展现样式信息,则宿主应用依据小程序通知消息中携带的展现样式信息,在会话标识对应的会话界面展现小程序通知内容。If the mini program notification message carries presentation style information, the host application displays the mini program notification content on the conversation interface corresponding to the session identifier according to the presentation style information carried in the mini program notification message.
在本发明实施例中,宿主应用可以采用但不限于以下三种展现样式,在会话界面展现小程序通知内容:In the embodiment of the present invention, the host application can adopt but not limited to the following three display styles to display the notification content of the applet on the conversation interface:
展现样式1:在会话界面的顶部位置展现小程序通知内容,达到预设的展现时长后,取消该展现。Display style 1: Display the notification content of the applet at the top of the conversation interface, and cancel the display after the preset display time is reached.
如图6a中所示的会话界面上,可以采用文本的形式,或者文本和图片结合,或者文本和动画相结合的形式等,在会话界面的顶部位置展现该小程序通知内容。可以展现完整的小程序通知内容,也可以展现小程序通知内容的摘要或标题等。另外,在该小程序通知内容中可以包括小程序标识信息,用以方便用户获知该通知消息所来源的小程序。在展现该小程序通知内容时,还可以进一步展现对该小程序通知内容进行操作的组件信息,例如图6a中的“关闭”组件,用于点击该组件能够关闭该小程序通知的展现。On the conversation interface as shown in Figure 6a, the form of text, or a combination of text and pictures, or a combination of text and animation, etc. can be adopted, and the notification content of the applet is displayed at the top of the conversation interface. It can display the complete notification content of the applet, or the summary or title of the notification content of the applet. In addition, the notification content of the small program may include the identification information of the small program to facilitate the user to know the small program from which the notification message originated. When displaying the notification content of the small program, the information of the component that operates the notification content of the small program can be further displayed, for example, the "close" component in FIG. 6a is used to close the display of the notification of the small program by clicking the component.
采用这种展现样式时,可以是对小程序通知内容进行短暂展现。在达到预定展现时长,例如10秒,取消该小程序通知内容的展现,该小程序通知就会消失。When this display style is adopted, the notification content of the applet can be displayed briefly. When the predetermined display duration is reached, for example, 10 seconds, the display of the notification content of the mini program is cancelled, and the notification of the mini program disappears.
展现样式2:以公共消息的形式在所述会话标识对应的会话界面插入展现所述小程序通知内容。Presentation style 2: Inserting and displaying the notification content of the mini program in the form of a public message in the conversation interface corresponding to the conversation identifier.
如图6b所示的会话界面上,当接收到小程序通知消息后,在会话消息中插入小程序通知内容,作为一个公共消息。这样会话中的各用户都能够看到该通知内容。展现时可以采用文本、图片、动画、视频等中的一种或任意结合的形式。同样,可以展现完整的小程序通知内容,也可以展现小程序通知内容的摘要或标题等。另外,在该小程序通知内容中可以包括小程序标识信息,用以方便用户获知该通知消息所来源的小程序。在展现该小程序通知内容时,还可以进一步展现对该小程序通知内容进行操作的组件信息。On the conversation interface as shown in Figure 6b, after receiving the small program notification message, insert the small program notification content into the conversation message as a public message. In this way, each user in the conversation can see the notification content. The presentation can be in one or any combination of text, pictures, animation, video, etc. Similarly, the complete notification content of the applet can be displayed, and the summary or title of the notification content of the applet can also be displayed. In addition, the notification content of the small program may include the identification information of the small program to facilitate the user to know the small program from which the notification message originated. When displaying the notification content of the small program, the information of the components that operate on the notification content of the small program may be further displayed.
展现样式3:在所述会话标识对应的会话界面上增加一个图层,在增加的图层上展现所述小程序内容。Presentation style 3: Add a layer to the session interface corresponding to the session identifier, and display the content of the applet on the added layer.
如图6c中所示的会话界面上,叠加一个图层,在该图层中采用文本、图片、动画、视频等中的一种或任意结合的形式展现小程序通知内容。可以展现完整的小程序通知内容,也可以展现小程序通知内容的摘要或标题等。另外,在该小程序通知内容中可以包括小程序标识信息,用以方便用户获知该通知消息所来源的小程序。在展现该小程序通知内容时,还可以进一步展现对该小程序通知内容进行操作的组件信息。例如图6c中的“关闭”组件,用于点击该组件能够关闭该图层的展现。On the conversation interface as shown in Fig. 6c, a layer is superimposed, and the notification content of the applet is displayed in the form of text, picture, animation, video, etc., or any combination thereof. It can display the complete notification content of the applet, or the summary or title of the notification content of the applet. In addition, the notification content of the small program may include the identification information of the small program to facilitate the user to know the small program from which the notification message originated. When displaying the notification content of the small program, the information of the components that operate on the notification content of the small program may be further displayed. For example, the "Close" component in Figure 6c is used to click on this component to close the display of the layer.
在503中,获取到会话界面上展现的小程序通知内容被触发的事件后,对该事件进行响应。In 503, after obtaining the event triggered by the notification content of the applet displayed on the conversation interface, respond to the event.
用户可以通过在小程序通知内容上进行点击、长按、滑动等方式触发与小程序通知内容的交互。宿主应用获取到该事件后,依据具体事件可以进行但不限于以下响应:The user can trigger the interaction with the notification content of the Mini Program by clicking, long pressing, or sliding on the notification content of the Mini Program. After the host application obtains the event, it can respond according to the specific event but is not limited to the following:
打开网页、小程序或其他应用的页面,发送该事件至小程序的服务端以作为小程序通知消息的触发事件。Open a webpage, applet or other application page, and send the event to the server of the applet as the trigger event of the applet notification message.
其中,展现的小程序通知内容中可以嵌入链接,通过该链接的URL(统一资源定位符)实现打开网页、小程序或其他应用的页面。这种交互事件的响应方式是比较常见的。Wherein, a link can be embedded in the displayed notification content of the mini program, and the URL (Uniform Resource Locator) of the link can be used to open a webpage, mini program or other application page. This kind of response to interactive events is relatively common.
还有一种响应方式,若用户的交互事件会触发小程序通知消息的推送,则可以发送该事件至小程序的服务器端以作为小程序通知消息的触发事件,则继续基于该触发事件执行图3和图5中的流程,进一步产生并展现小程序通知消息。举个例子,在群组1的会话界面展现的小程序通知内容为“用户A邀请你加入他的战队”,若用户B点击小程序通知内容中的“确定”组件,则宿主应用将该事件发送给小程序的服务器端。小程序的服务器端基于该事件生成新的小程序通知内容“用户B加入了用户A的战队”,并将该小程序通知内容发送给群组1中各用户的宿主应用。各用户的宿主应用在群组1的会话界面展现小程序通知内容“用户B加入了用户A的战队”。There is also a response method. If the user's interaction event will trigger the push of the small program notification message, the event can be sent to the server side of the small program as the trigger event of the small program notification message, and then continue to execute Figure 3 based on the trigger event And the process in Figure 5, to further generate and display small program notification messages. For example, the notification content of the mini program displayed on the conversation interface of group 1 is "User A invites you to join his team". If user B clicks the "OK" component in the notification content of the mini program, the host application will send this event Sent to the server side of the applet. The server side of the applet generates a new applet notification content "User B has joined the team of user A" based on the event, and sends the applet notification content to the host application of each user in group 1. The host application of each user displays the small program notification content "User B has joined User A's team" on the conversation interface of Group 1.
图7示出了适于用来实现本发明实施方式的示例性计算机系统/服务器012 的框图。图7显示的计算机系统/服务器012仅仅是一个示例,不应对本发明实施例的功能和使用范围带来任何限制。Figure 7 shows a block diagram of an exemplary computer system/server 012 suitable for implementing embodiments of the present invention. The computer system/server 012 shown in FIG. 7 is only an example, and should not bring any limitation to the function and application scope of the embodiment of the present invention.
如图7所示,计算机系统/服务器012以通用计算设备的形式表现。计算机系统/服务器012的组件可以包括但不限于:一个或者多个处理器或者处理单元016,系统存储器028,连接不同系统组件(包括系统存储器028和处理单元016)的总线018。As shown in Figure 7, the computer system/server 012 is represented in the form of a general-purpose computing device. The components of the computer system/server 012 may include, but are not limited to: one or more processors or processing units 016, a system memory 028, and a bus 018 connecting different system components (including the system memory 028 and the processing unit 016).
总线018表示几类总线结构中的一种或多种,包括存储器总线或者存储器控制器,外围总线,图形加速端口,处理器或者使用多种总线结构中的任意总线结构的局域总线。举例来说,这些体系结构包括但不限于工业标准体系结构(ISA)总线,微通道体系结构(MAC)总线,增强型ISA总线、视频电子标准协会(VESA)局域总线以及外围组件互连(PCI)总线。The bus 018 represents one or more of several types of bus structures, including a memory bus or a memory controller, a peripheral bus, a graphics acceleration port, a processor, or a local bus using any bus structure among multiple bus structures. For example, these architectures include but are not limited to industry standard architecture (ISA) bus, microchannel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and peripheral component interconnection ( PCI) bus.
计算机系统/服务器012典型地包括多种计算机系统可读介质。这些介质可以是任何能够被计算机系统/服务器012访问的可用介质,包括易失性和非易失性介质,可移动的和不可移动的介质。The computer system/server 012 typically includes a variety of computer system readable media. These media can be any available media that can be accessed by the computer system/server 012, including volatile and nonvolatile media, removable and non-removable media.
系统存储器028可以包括易失性存储器形式的计算机系统可读介质,例如随机存取存储器(RAM)030和/或高速缓存存储器032。计算机系统/服务器012可以进一步包括其它可移动/不可移动的、易失性/非易失性计算机系统存储介质。仅作为举例,存储系统034可以用于读写不可移动的、非易失性磁介质(图7未显示,通常称为“硬盘驱动器”)。尽管图7中未示出,可以提供用于对可移动非易失性磁盘(例如“软盘”)读写的磁盘驱动器,以及对可移动非易失性光盘(例如CD-ROM,DVD-ROM或者其它光介质)读写的光盘驱动器。在这些情况下,每个驱动器可以通过一个或者多个数据介质接口与总线018相连。存储器028可以包括至少一个程序产品,该程序产品具有一组(例如至少一个)程序模块,这些程序模块被配置以执行本发明各实施例的功能。The system memory 028 may include computer system readable media in the form of volatile memory, such as random access memory (RAM) 030 and/or cache memory 032. The computer system/server 012 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. For example only, the storage system 034 can be used to read and write non-removable, non-volatile magnetic media (not shown in FIG. 7, and is generally referred to as a "hard drive"). Although not shown in FIG. 7, a disk drive for reading and writing to a removable non-volatile disk (such as a "floppy disk") and a removable non-volatile disk (such as CD-ROM, DVD-ROM) can be provided. Or other optical media) read and write optical disc drives. In these cases, each drive can be connected to the bus 018 through one or more data media interfaces. The memory 028 may include at least one program product, and the program product has a set (for example, at least one) program modules configured to perform the functions of the embodiments of the present invention.
具有一组(至少一个)程序模块042的程序/实用工具040,可以存储在例如存储器028中,这样的程序模块042包括——但不限于——操作系统、一个或者多个应用程序、其它程序模块以及程序数据,这些示例中的每一个或某种组合中可能包括网络环境的实现。程序模块042通常执行本发明所描述的实施例中的功能和/或方法。A program/utility tool 040 with a set of (at least one) program module 042 can be stored in, for example, the memory 028. Such program module 042 includes, but is not limited to, an operating system, one or more application programs, and other programs Modules and program data, each of these examples or some combination may include the realization of a network environment. The program module 042 generally executes the functions and/or methods in the described embodiments of the present invention.
计算机系统/服务器012也可以与一个或多个外部设备014(例如键盘、指向设备、显示器024等)通信,在本发明中,计算机系统/服务器012与外部雷达设备进行通信,还可与一个或者多个使得用户能与该计算机系统/服务器012交互的设备通信,和/或与使得该计算机系统/服务器012能与一个或多个其它计算设备进行通信的任何设备(例如网卡,调制解调器等等)通信。这种通信可以通过输入/输出(I/O)接口022进行。并且,计算机系统/服务器012还可以通过网络适配器020与一个或者多个网络(例如局域网(LAN),广域网(WAN)和/或公共网络,例如因特网)通信。如图所示,网络适配器020通过总线018与计算机系统/服务器012的其它模块通信。应当明白,尽管图7中未示出,可以结合计算机系统/服务器012使用其它硬件和/或软件模块,包括但不限于:微代码、设备驱动器、冗余处理单元、外部磁盘驱动阵列、RAID系统、磁带驱动器以及数据备份存储系统等。The computer system/server 012 can also communicate with one or more external devices 014 (such as a keyboard, pointing device, display 024, etc.). In the present invention, the computer system/server 012 communicates with an external radar device, and can also communicate with one or Multiple devices that enable users to interact with the computer system/server 012, and/or communicate with any devices that enable the computer system/server 012 to communicate with one or more other computing devices (such as network cards, modems, etc.) Communication. This communication can be performed through an input/output (I/O) interface 022. In addition, the computer system/server 012 can also communicate with one or more networks (such as a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 020. As shown in the figure, the network adapter 020 communicates with other modules of the computer system/server 012 through the bus 018. It should be understood that although not shown in FIG. 7, other hardware and/or software modules can be used in conjunction with the computer system/server 012, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems , Tape drives and data backup storage systems.
处理单元016通过运行存储在系统存储器028中的程序,从而执行各种功能应用以及数据处理,例如实现本发明实施例所提供的方法流程。The processing unit 016 executes various functional applications and data processing by running programs stored in the system memory 028, for example, to implement the method flow provided by the embodiment of the present invention.
上述的计算机程序可以设置于计算机存储介质中,即该计算机存储介质被编码有计算机程序,该程序在被一个或多个计算机执行时,使得一个或多个计算机执行本发明上述实施例中所示的方法流程和/或装置操作。例如,被上述一个或多个处理器执行本发明实施例所提供的方法流程。The above-mentioned computer program may be set in a computer storage medium, that is, the computer storage medium is encoded with a computer program. When the program is executed by one or more computers, one or more computers can execute the above-mentioned embodiments of the present invention. The method flow and/or device operation. For example, the process of the method provided in the embodiment of the present invention is executed by the above-mentioned one or more processors.
随着时间、技术的发展,介质含义越来越广泛,计算机程序的传播途径不再受限于有形介质,还可以直接从网络下载等。可以采用一个或多个计算机可读的介质的任意组合。计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本文件中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。With the development of time and technology, the meaning of media has become more and more extensive, and the dissemination of computer programs is no longer limited to tangible media, and can also be downloaded directly from the Internet. Any combination of one or more computer-readable media may be used. The computer-readable medium may be a computer-readable signal medium or a computer-readable storage medium. The computer-readable storage medium may be, for example, but not limited to, an electric, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the above. More specific examples (non-exhaustive list) of computer-readable storage media include: electrical connections with one or more wires, portable computer disks, hard disks, random access memory (RAM), read-only memory (ROM), Erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above. In this document, the computer-readable storage medium can be any tangible medium that contains or stores a program, and the program can be used by or in combination with an instruction execution system, apparatus, or device.
计算机可读的信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括——但不限于——电磁信号、光信号或上述的任意合适的组合。计算机可读的信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。The computer-readable signal medium may include a data signal propagated in baseband or as a part of a carrier wave, and computer-readable program code is carried therein. This propagated data signal can take many forms, including, but not limited to, electromagnetic signals, optical signals, or any suitable combination of the foregoing. The computer-readable signal medium may also be any computer-readable medium other than the computer-readable storage medium. The computer-readable medium may send, propagate, or transmit the program for use by or in combination with the instruction execution system, apparatus, or device .
计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括——但不限于——无线、电线、光缆、RF等等,或者上述的任意合适的组合。The program code contained on the computer-readable medium can be transmitted by any suitable medium, including, but not limited to, wireless, wire, optical cable, RF, etc., or any suitable combination of the above.
可以以一种或多种程序设计语言或其组合来编写用于执行本发明操作的计算机程序代码,所述程序设计语言包括面向对象的程序设计语言-诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言-诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。The computer program code used to perform the operations of the present invention can be written in one or more programming languages or a combination thereof. The programming languages include object-oriented programming languages-such as Java, Smalltalk, C++, and also conventional Procedural programming language-such as "C" language or similar programming language. The program code can be executed entirely on the user's computer, partly on the user's computer, executed as an independent software package, partly on the user's computer and partly executed on a remote computer, or entirely executed on the remote computer or server. In the case of a remote computer, the remote computer can be connected to the user's computer through any kind of network-including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (for example, using an Internet service provider to connect to the user's computer) connection).
由以上描述可以看出,本发明提供的方法、设备和计算机存储介质可以具备以下优点:It can be seen from the above description that the method, device and computer storage medium provided by the present invention can have the following advantages:
1)小程序的服务器端基于触发事件生成小程序通知内容后,依据预先配置的允许接收小程序通知消息的会话标识发送包含小程序通知内容和会话标识的小程序通知消息至会话标识对应的宿主应用客户端,以便宿主应用客户端在该会话标识对应的会话界面展现小程序通知内容。这种方式使得用户能够在会话界面直接获取展现的小程序通知内容,相比较现有技术中需要退出当前会话的界面,回到宿主应用的消息列表界面,点击服务通知,再找到在服务通知界面中展现的小程序通知消息的方式,大大缩短了查看小程序通知消息的操作路径,简化了用户操作。1) After the server side of the applet generates the applet notification content based on the trigger event, it sends the applet notification message containing the applet notification content and the session identifier to the host corresponding to the session identifier according to the pre-configured session identifier that allows receiving the applet notification message. The application client, so that the host application client can display the notification content of the applet on the session interface corresponding to the session identifier. This method allows the user to directly obtain the displayed applet notification content on the conversation interface. Compared with the interface in the prior art that needs to exit the current conversation, return to the message list interface of the host application, click on the service notification, and then find the service notification interface The mode of notification messages of the applet shown in the, greatly shortens the operation path for viewing the notification messages of the applet, and simplifies user operations.
2)本发明使得小程序拥有在会话中发布通知的能力,并且提供了多种在会话界面展现小程序通知消息的样式,提升了小程序和会话场景的融合度。2) The present invention enables the applet to have the ability to publish notifications in the conversation, and provides a variety of styles for displaying the applet notification message on the conversation interface, which improves the integration of the applet and the conversation scene.
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本发明保护的范围之内。The above are only preferred embodiments of the present invention and are not intended to limit the present invention. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention shall be included in the present invention Within the scope of protection.

Claims (12)

  1. 一种小程序通知消息的处理方法,其特征在于,该方法包括:A method for processing small program notification messages, characterized in that the method includes:
    获取小程序通知消息的触发事件;Get the trigger event of the notification message of the applet;
    基于所述触发事件生成小程序通知内容;Generating notification content of the mini program based on the trigger event;
    依据预先配置的允许接收小程序通知消息的会话标识,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端。According to a pre-configured session identifier that is allowed to receive the applet notification message, sending an applet notification message containing the applet notification content and the session identifier to the host application client corresponding to the session identifier.
  2. 根据权利要求1所述的方法,其特征在于,该方法还包括:The method of claim 1, wherein the method further comprises:
    获取并存储用户针对小程序通知消息配置的会话标识。Obtain and store the session identifier configured by the user for the notification message of the applet.
  3. 根据权利要求1所述的方法,其特征在于,依据预先配置的允许接收小程序通知消息的会话标识,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端之前,还包括:The method according to claim 1, characterized in that, according to a pre-configured session identifier that is allowed to receive an applet notification message, sending an applet notification message containing the applet notification content and the session identifier to the session identifier Before the corresponding host application client, it also includes:
    判断是否预先配置有允许接收所述小程序通知消息的会话标识,如果是,则继续执行所述依据预先配置的允许接收小程序通知消息的会话标识,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端。Determine whether there is a pre-configured session identifier that is allowed to receive the notification message of the applet, if so, continue to execute the session identifier that is allowed to receive the notification message of the applet according to the pre-configured, and send the notification content of the applet and the The small program notification message of the session identifier is sent to the host application client corresponding to the session identifier.
  4. 根据权利要求1所述的方法,其特征在于,发送包含所述小程序通知内容和所述会话标识的小程序通知消息至所述会话标识对应的宿主应用客户端包括:The method according to claim 1, wherein sending an applet notification message including the applet notification content and the session identifier to the host application client corresponding to the session identifier comprises:
    发送包含所述小程序通知内容和所述会话标识的小程序通知消息至宿主应用的服务器端,由宿主应用的服务器端转发所述小程序通知消息至所述会话标识对应的宿主应用客户端。Sending an applet notification message including the applet notification content and the session identifier to the server of the host application, and the server of the host application forwards the applet notification message to the host application client corresponding to the session identifier.
  5. 根据权利要求1所述的方法,其特征在于,发送的所述小程序通知消息还包括:小程序通知消息的展现样式信息。The method according to claim 1, wherein the sent notification message of the small program further comprises: presentation style information of the notification message of the small program.
  6. 一种小程序通知消息的处理方法,其特征在于,该方法包括:A method for processing small program notification messages, characterized in that the method includes:
    接收包含小程序通知内容和会话标识的小程序通知消息;Receive a small program notification message containing the content of the small program notification and the session identifier;
    在所述会话标识对应的会话界面展现所述小程序通知内容。The notification content of the mini program is displayed on the conversation interface corresponding to the conversation identifier.
  7. 根据权利要求6所述的方法,其特征在于,在所述会话标识对应的会话界面展现所述小程序通知内容包括:The method according to claim 6, wherein displaying the notification content of the mini program on the conversation interface corresponding to the conversation identifier comprises:
    依据默认的展现样式信息,在所述会话标识对应的会话界面展现所述小程序通知内容;或者,According to the default presentation style information, display the notification content of the mini program on the session interface corresponding to the session identifier; or,
    依据用户配置的展现样式信息,在所述会话标识对应的会话界面展现所述小程序通知内容;或者,According to the display style information configured by the user, display the notification content of the mini program on the conversation interface corresponding to the conversation identifier; or,
    依据所述小程序通知消息中携带的展现样式信息,在所述会话标识对应的会话界面展现所述小程序通知内容。According to the presentation style information carried in the small program notification message, the small program notification content is displayed on the conversation interface corresponding to the session identifier.
  8. 根据权利要求6所述的方法,其特征在于,在所述会话标识对应的会话界面展现所述小程序通知内容包括:The method according to claim 6, wherein displaying the notification content of the mini program on the conversation interface corresponding to the conversation identifier comprises:
    在所述会话标识对应的会话界面的顶部位置展现所述小程序通知内容,达到预设的展现时长后,取消所述展现;或者,Display the notification content of the mini program at the top position of the session interface corresponding to the session identifier, and cancel the display after the preset display duration is reached; or,
    以公共消息的形式在所述会话标识对应的会话界面插入展现所述小程序通知内容;或者,Insert and display the notification content of the mini program in the form of a public message on the conversation interface corresponding to the conversation identifier; or,
    在所述会话标识对应的会话界面上增加一个图层,在增加的图层上展现所述小程序内容。A layer is added to the session interface corresponding to the session identifier, and the content of the applet is displayed on the added layer.
  9. 根据权利要求6、7或8所述的方法,其特征在于,展现所述小程序通知内容包括:The method according to claim 6, 7 or 8, wherein displaying the notification content of the applet comprises:
    展现完整的小程序通知内容,或者;Show the complete notification content of the Mini Program, or;
    展现所述小程序通知内容的摘要或标题。Display the summary or title of the notification content of the applet.
  10. 根据权利要求6所述的方法,其特征在于,该方法还包括:The method according to claim 6, wherein the method further comprises:
    获取到所述会话界面上展现的小程序通知内容被触发的事件后,打开网页、小程序或其他应用的页面,或者,发送所述事件至小程序的服务端以作为小程序通知消息的触发事件。After obtaining the event triggered by the notification content of the applet displayed on the conversation interface, open a web page, applet or other application page, or send the event to the server of the applet as a trigger for the applet notification message event.
  11. 一种设备,其特征在于,所述设备包括:A device, characterized in that the device includes:
    一个或多个处理器;One or more processors;
    存储装置,用于存储一个或多个程序,Storage device for storing one or more programs,
    当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求1-10中任一所述的方法。When the one or more programs are executed by the one or more processors, the one or more processors implement the method according to any one of claims 1-10.
  12. 一种包含计算机可执行指令的存储介质,所述计算机可执行指令在由计算机处理器执行时用于执行如权利要求1-10中任一所述的方法。A storage medium containing computer-executable instructions, which are used to execute the method according to any one of claims 1-10 when executed by a computer processor.
PCT/CN2020/087400 2019-04-30 2020-04-28 Method and device for processing mini program notification message, and computer storage medium WO2020221228A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910358587.6 2019-04-30
CN201910358587.6A CN110113252B (en) 2019-04-30 2019-04-30 Method and device for processing applet notification message and computer storage medium

Publications (1)

Publication Number Publication Date
WO2020221228A1 true WO2020221228A1 (en) 2020-11-05

Family

ID=67487605

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/087400 WO2020221228A1 (en) 2019-04-30 2020-04-28 Method and device for processing mini program notification message, and computer storage medium

Country Status (2)

Country Link
CN (1) CN110113252B (en)
WO (1) WO2020221228A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112527529A (en) * 2020-12-18 2021-03-19 天津中新智冠信息技术有限公司 Message processing method and device, electronic equipment and storage medium
CN114125047A (en) * 2021-11-10 2022-03-01 携程商旅信息服务(上海)有限公司 Message pushing method, system, equipment and storage medium based on third-party system
CN114419201A (en) * 2022-01-19 2022-04-29 北京字跳网络技术有限公司 Animation display method, animation display device, electronic equipment, animation display medium and program product
CN114527925A (en) * 2022-02-18 2022-05-24 北京字跳网络技术有限公司 Conversation method, conversation device, electronic equipment and storage medium

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110113252B (en) * 2019-04-30 2021-08-17 上海连尚网络科技有限公司 Method and device for processing applet notification message and computer storage medium
CN110704054A (en) * 2019-09-06 2020-01-17 北京达佳互联信息技术有限公司 Method and device for accessing target application program through applet, electronic equipment and storage medium
CN112748969A (en) * 2019-10-31 2021-05-04 阿里巴巴集团控股有限公司 Information processing method, information display method and device
CN110865855B (en) * 2019-11-18 2023-10-27 百度在线网络技术(北京)有限公司 Applet processing method and related equipment
CN111083042B (en) * 2019-12-17 2021-11-30 北京每日优鲜电子商务有限公司 Template message pushing method, device, equipment and storage medium
CN111064655B (en) * 2019-12-17 2022-06-07 北京每日优鲜电子商务有限公司 Template message pushing method, device, equipment and storage medium
CN112333239B (en) * 2020-10-10 2023-07-18 百度(中国)有限公司 Business audit notification method, gateway, electronic equipment and readable medium
CN113568695A (en) * 2021-07-22 2021-10-29 北京字跳网络技术有限公司 Corner mark processing method and device for boarder application

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108765680A (en) * 2018-03-22 2018-11-06 上海天好电子商务股份有限公司 Queuing barcode scanning government affairs lobby Service system and method based on wechat small routine
US20180349886A1 (en) * 2017-06-02 2018-12-06 Apple Inc. Notification based provisioning of card accounts
CN109688050A (en) * 2018-12-28 2019-04-26 携程旅游网络技术(上海)有限公司 The control method and system of instant messaging
CN109831456A (en) * 2019-03-14 2019-05-31 腾讯科技(深圳)有限公司 Information push method, device, equipment and storage medium
CN110113252A (en) * 2019-04-30 2019-08-09 上海连尚网络科技有限公司 A kind of processing method, equipment and the computer storage medium of small routine notification message

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445312A (en) * 2016-08-30 2017-02-22 宇龙计算机通信科技(深圳)有限公司 Notification message display method and display apparatus, and terminal
CN107229526B (en) * 2017-05-17 2019-03-01 腾讯科技(深圳)有限公司 Message treatment method, device, storage medium and computer equipment in group session
US11283738B2 (en) * 2017-06-23 2022-03-22 Realpage, Inc. Interaction driven artificial intelligence system and uses for same, including travel or real estate related contexts
CN108092881A (en) * 2017-12-15 2018-05-29 邓州市千奇网络科技有限公司 A kind of intelligence based on wechat small routine moves vehicle Notification Method
CN108958780B (en) * 2018-09-30 2021-05-18 上海掌门科技有限公司 Method and equipment for presenting update information of hosted program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180349886A1 (en) * 2017-06-02 2018-12-06 Apple Inc. Notification based provisioning of card accounts
CN108765680A (en) * 2018-03-22 2018-11-06 上海天好电子商务股份有限公司 Queuing barcode scanning government affairs lobby Service system and method based on wechat small routine
CN109688050A (en) * 2018-12-28 2019-04-26 携程旅游网络技术(上海)有限公司 The control method and system of instant messaging
CN109831456A (en) * 2019-03-14 2019-05-31 腾讯科技(深圳)有限公司 Information push method, device, equipment and storage medium
CN110113252A (en) * 2019-04-30 2019-08-09 上海连尚网络科技有限公司 A kind of processing method, equipment and the computer storage medium of small routine notification message

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112527529A (en) * 2020-12-18 2021-03-19 天津中新智冠信息技术有限公司 Message processing method and device, electronic equipment and storage medium
CN114125047A (en) * 2021-11-10 2022-03-01 携程商旅信息服务(上海)有限公司 Message pushing method, system, equipment and storage medium based on third-party system
CN114419201A (en) * 2022-01-19 2022-04-29 北京字跳网络技术有限公司 Animation display method, animation display device, electronic equipment, animation display medium and program product
CN114527925A (en) * 2022-02-18 2022-05-24 北京字跳网络技术有限公司 Conversation method, conversation device, electronic equipment and storage medium
CN114527925B (en) * 2022-02-18 2024-02-23 北京字跳网络技术有限公司 Conversation method, conversation device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110113252B (en) 2021-08-17
CN110113252A (en) 2019-08-09

Similar Documents

Publication Publication Date Title
WO2020221228A1 (en) Method and device for processing mini program notification message, and computer storage medium
KR101921144B1 (en) Messaging application interacting with one or more extension applications
CN113747376B (en) Message extension application store
US10852912B2 (en) Image creation app in messaging app
US10585566B2 (en) Reproducing state of source environment when image was screen captured on a different computing device using resource location, resource navigation and positional metadata embedded in image
US20150350123A1 (en) User terminal apparatus, communication system, and method of controlling user terminal apparatus
WO2020177698A1 (en) Inter-mini program platform communication method and device, and computer storage medium
US20200301648A1 (en) Method of operating a shared object in a video call
WO2020207085A1 (en) Method and device for information sharing, electronic device, and storage medium
KR101772361B1 (en) Method, system and recording medium for providing content in messenger
JP7412490B2 (en) Computer programs and electronic devices that generate, process, and manage messages and corresponding tasks
KR101622872B1 (en) Method, system and recording medium for providing rich menu of official account
CN107153599B (en) Method and equipment for recording and playing back user operation
CN110083467B (en) Method and device for processing applet message and computer storage medium
US20090182833A1 (en) Sharing Material in a Master-Slave Configuration Using an Instant Messaging Infrastructure
CN111901221A (en) Message processing method, device and computer storage medium
US20050097197A1 (en) Web browser control for customer support
CN110618768B (en) Information presentation method and device
CN111970192B (en) Information editing method and device based on session group
WO2020221090A1 (en) Method for use in combined operation of guest applications, and device
CN112416455A (en) Data processing method, device, terminal and storage medium
CN108289056B (en) Method and device for sharing dynamic chart and computing equipment
JP2024500300A (en) Information interaction methods, devices, and equipment
CN114259734A (en) Game trial playing method and device, computer readable storage medium and electronic equipment
CN112822089B (en) Method and device for adding friends

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20798912

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20798912

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 18/03/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20798912

Country of ref document: EP

Kind code of ref document: A1