WO2020177734A1 - 小程序触发方法、计算机设备及存储介质 - Google Patents
小程序触发方法、计算机设备及存储介质 Download PDFInfo
- Publication number
- WO2020177734A1 WO2020177734A1 PCT/CN2020/077909 CN2020077909W WO2020177734A1 WO 2020177734 A1 WO2020177734 A1 WO 2020177734A1 CN 2020077909 W CN2020077909 W CN 2020077909W WO 2020177734 A1 WO2020177734 A1 WO 2020177734A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- instruction
- host application
- proprietary
- applet
- proprietary instruction
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
- G06F9/4482—Procedural
Definitions
- the present invention relates to computer application technology, in particular to a method for triggering a small program, a computer device and a storage medium.
- Mini Programs are a brand new way to connect users and services. They usually depend on the host application, that is, they cannot be operated separately from the host application.
- the present invention provides a method for triggering an applet, a computer device and a storage medium.
- a method for triggering small programs including:
- the host application obtains the first proprietary instruction
- the host application parses the first proprietary instruction
- the host application determines the mini program corresponding to the first proprietary instruction according to the analysis result, and searches for the mini program;
- the host application starts the applet.
- a method for triggering small programs including:
- the instruction generation platform sends a dedicated instruction to the host application, so that the host application can search for the mini program corresponding to the dedicated instruction, and start the mini program.
- a computer device includes a memory, a processor, and a computer program that is stored on the memory and can run on the processor, and the processor implements the method described above when the program is executed.
- the applet can be actively triggered through the backend, thereby expanding the application scenarios of the applet and improving the performance of the applet.
- Fig. 1 is a flowchart of an embodiment of a method for triggering a small program according to the present invention.
- Fig. 2 is a flowchart of a preferred embodiment of a method for triggering a small program in the first scenario of the present invention.
- Fig. 3 is a flowchart of a preferred embodiment of the mini program triggering method in the second scenario of the present invention.
- Figure 4 shows a block diagram of an exemplary computer system/server 12 suitable for implementing embodiments of the present invention.
- Fig. 1 is a flowchart of an embodiment of a method for triggering a small program according to the present invention. As shown in Figure 1, it includes the following specific implementations.
- the host application obtains the first proprietary instruction.
- the host application parses the first proprietary instruction.
- the host application determines the applet corresponding to the first proprietary instruction according to the analysis result, and searches for the applet.
- the host application starts the applet.
- the host application can parse the obtained first proprietary instruction, and can use the applet corresponding to the applet identifier carried in the parsed first proprietary instruction as the applet corresponding to the first proprietary instruction. Further, The host application can also generate a push message suitable for the applet processing according to the analysis result, and after the applet is found in the search, the applet is started, and the push message is sent to the applet.
- the method described in this embodiment can be applied to different scenarios, such as the first scenario where the host application is in a running state and the second scenario where the host application is not started.
- the specific implementations in different scenarios are described below.
- the host application in the running state may obtain the first proprietary instruction sent by the instruction generation platform through the push channel of the host application, and the push channel may be established when the host application is started.
- the host application can generate a push message suitable for processing by the applet corresponding to the first proprietary instruction according to the analysis result of the first proprietary instruction, and can start the applet after searching and find the applet, and send the generated push message to the applet The program is processed.
- the first proprietary instruction may carry the first indicator parameter and the applet identifier.
- the host application can determine whether the first proprietary instruction is an applet trigger instruction according to the first indication parameter. If so, it can determine the applet corresponding to the first proprietary instruction according to the applet identifier, and then generate a suitable applet. Push messages handled by the program, etc.
- the first proprietary instruction may also carry a second indication parameter.
- the host application may determine the instruction execution mode according to the second indication parameter, for example, it may include a silent execution mode and a display notification mode. Depending on the instruction execution mode, different processing modes may be subsequently adopted.
- FIG. 2 is a flowchart of a preferred embodiment of the mini program triggering method in the first scenario of the present invention. As shown in Figure 2, it includes the following specific implementations.
- the host application obtains and parses the instruction to generate the first proprietary instruction sent by the platform.
- the host application can obtain the first proprietary instruction sent by the instruction generation platform through the push channel of the host application.
- the following information can be carried in the first proprietary instruction: the first indication parameter, the applet identifier, and the second indication parameter.
- the structure of the first proprietary instruction can be as follows: instruction header + separator + applet identifier + separator + data.
- the instruction header can carry a first indication parameter, which is used to indicate whether the first proprietary instruction is an applet trigger instruction, and the applet identifier is a mark used to uniquely identify the applet, such as applet id, the data part can be carried
- the specific content information of the first proprietary instruction which may include the second indication parameter and some other information, such as the display page after the applet is started, the display content information, etc.
- the second indication parameter is used to indicate the instruction execution mode, such as Including silent execution mode and display notification mode.
- the host application can obtain various information carried in the first proprietary instruction by parsing it.
- the host application determines whether the first proprietary instruction is an applet trigger instruction, and if so, executes 203, otherwise, the process ends.
- the host application can determine whether the first proprietary instruction is a small program trigger instruction according to the first indication parameter carried in the first proprietary instruction. If it is, it can execute 203, otherwise, it can not be processed, or it can be based on the specific type of instruction. Carry out the corresponding treatment and so on.
- the host application In 203, the host application generates a push message suitable for processing by the applet corresponding to the first proprietary instruction according to the first proprietary instruction.
- the first proprietary instruction obtained by the host application usually adopts a message format suitable for processing by the host application and is not suitable for small programs. Therefore, the host application needs to generate push messages suitable for processing by the small program, which can follow the message format suitable for processing by the small program To generate a push message.
- the host application determines whether the instruction execution mode is the silent execution mode or the display notification mode, if it is the silent execution mode, execute 205, and if it is the display notification mode, execute 206.
- the host application can determine the instruction execution mode according to the second indication parameter carried in the first proprietary instruction. If it is the silent execution mode, it can execute 205, and if it is the display notification mode, it can execute 206.
- the instruction execution mode is the silent execution mode and the display notification mode as examples for description, but the actual application is not limited to these two modes.
- the host application searches for the applet, starts the applet, sends the push message to the applet for processing, and then ends the process.
- the host application can search for the applet corresponding to the first proprietary instruction, call up the applet, and send the push message to the applet for processing.
- the search for the applet may not be limited to local search and search, but may also include online search and search. For example, local search and search can be performed first, and if not found, online search and search can be performed.
- the applet In the silent execution mode, the applet can only be started in the background, and exit after the relevant processing is executed, and the user is not visible.
- the host application displays the notification message, and when receiving the user's trigger instruction for the notification message, it searches and finds the small program, starts the small program, sends the push message to the small program for processing, and then ends the process.
- the host application can parse the first proprietary instruction into the notification bar command structure of the android system, that is, a proprietary intent notification, and display it in the notification bar.
- the specific content displayed can be based on
- the specific content of the first proprietary instruction depends on the specific content. For example, if an e-commerce platform pushes a ten-yuan coupon to the user, the relevant content can be displayed to the user.
- the applet corresponding to the first proprietary instruction can be searched and found, and the applet can be called up to send the push message to Small program for processing.
- the search for mini programs may not be limited to local search and search, but may also include online search and search.
- the host application can obtain proprietary instructions from the instruction generation platform by means of the intermediate service platform.
- the host application can obtain the first proprietary instruction sent by the intermediate service platform. After the intermediate service platform obtains the second proprietary instruction sent by the instruction generation platform through the established vendor push channel, the There are instructions generated.
- the host application can generate a push message suitable for processing by the applet corresponding to the first proprietary instruction according to the analysis result of the first proprietary instruction, and can start the applet after searching and find the applet, and send the generated push message to the applet The program is processed.
- the first proprietary instruction may carry the first indicator parameter and the applet identifier.
- the host application can determine whether the first proprietary instruction is an applet trigger instruction according to the first indication parameter. If so, it can determine the applet corresponding to the first proprietary instruction according to the applet identifier, and then generate a suitable applet. Push messages handled by the program, etc.
- the first proprietary instruction may also carry a second indication parameter.
- the host application may determine the instruction execution mode according to the second indication parameter, for example, it may include a silent execution mode and a display notification mode. Depending on the instruction execution mode, different processing modes may be subsequently adopted.
- the second proprietary instruction may carry the first proprietary instruction information and the host application identifier, and the host application identifier is used to indicate the host application that receives the first proprietary instruction.
- FIG. 3 is a flowchart of a preferred embodiment of the mini program triggering method in the second scenario of the present invention. As shown in Figure 3, the following specific implementations are included.
- the host application obtains and parses the first proprietary instruction sent by the intermediate service platform.
- the first proprietary instruction is that after the intermediate service platform obtains the second proprietary instruction sent by the instruction generation platform through the vendor push channel, according to the second proprietary instruction Generated by proprietary instructions.
- the following information can be carried in the first proprietary instruction: the first indication parameter, the applet identifier, and the second indication parameter.
- the structure of the first proprietary instruction can be as follows: instruction header + separator + applet identifier + separator + data.
- the instruction header may carry a first indicator parameter, which is used to indicate whether the first proprietary instruction is a small program trigger instruction, and the data part may carry specific content information of the first proprietary instruction, which may include a second indicator parameter And some other information, such as the display page after the applet is started, display content information, etc.
- the second indication parameter is used to indicate the instruction execution mode, for example, it may include the silent execution mode and the display notification mode.
- the host application can obtain various information carried in the first proprietary instruction by parsing it.
- the front of the instruction header may further include a pre-header to form a second proprietary instruction.
- the pre-header may carry a host application identifier, and the host application identifier is used to indicate the host application that receives the first proprietary instruction.
- the intermediate service platform can determine the host application according to the host application identifier carried therein, and then can send the first proprietary instruction with the pre-header removed to the host application.
- the host application determines whether the first proprietary instruction is an applet trigger instruction, and if so, executes 303; otherwise, ends the process.
- the host application can determine whether the first proprietary instruction is an applet trigger instruction according to the first indication parameter carried in the first proprietary instruction.
- the host application generates a push message suitable for processing by the applet corresponding to the first proprietary instruction according to the first proprietary instruction.
- the host application can generate push messages according to the message format suitable for processing by the applet.
- the host application determines whether the instruction execution mode is the silent execution mode or the display notification mode, if it is the silent execution mode, execute 305, and if it is the display notification mode, execute 306.
- the host application can determine whether the instruction execution mode is the silent execution mode or the display notification mode according to the second indication parameter carried in the first proprietary command.
- the host application searches and finds the applet, starts the applet, sends the push message to the applet for processing, and then ends the process.
- the host application can search and find the applet corresponding to the first proprietary instruction, and can call up the applet, and send the push message to the applet for processing.
- the host application displays the notification message, and when receiving the user's triggering instruction for the notification message, it searches and finds the applet, starts the applet, sends the push message to the applet for processing, and then ends the process.
- the host application can display the push notification message to the user. If it receives a user's trigger instruction for the push notification message, if it is determined that the user has performed a click operation, the applet corresponding to the first proprietary instruction can be found, and the applet can be called up To send the push message to the applet for processing.
- a proprietary instruction can be sent to the host application, so that the host application can search for the mini program corresponding to the proprietary instruction and start the mini program.
- the method for the instruction generation platform to send the proprietary instruction to the host application may include: the instruction generation platform sends the first proprietary instruction to the host application through the push channel of the host application, or the instruction generation platform sends the first proprietary instruction to the intermediate service platform through the vendor push channel The second proprietary instruction, so that the intermediate service platform generates the first proprietary instruction according to the second proprietary instruction, and sends the first proprietary instruction to the host application.
- the former method is mainly applicable to the first scenario where the host application is running, and the latter method is mainly applicable to the second scenario where the host application is not started.
- the second proprietary instruction may carry the first proprietary instruction information and the host application identifier, and the host application identifier is used to indicate the host application that receives the first proprietary instruction.
- the structure of the first proprietary instruction can be as follows: instruction header + separator + applet identifier + separator + data.
- the front of the instruction header may further include a pre-header to form a second proprietary instruction.
- the pre-header may carry a host application identifier, and the host application identifier is used to indicate the host application that receives the first proprietary instruction.
- the intermediate service platform can determine the host application according to the host application identifier carried therein, and then can send the first proprietary instruction with the pre-header removed to the host application.
- the specific platform of the intermediate service platform is not limited.
- the intermediate service platform may be WeChat's background service platform.
- the applet can be actively triggered through the back-end, and message push of the applet can be realized, thereby expanding the application scenario of the applet, and improving the performance of the applet.
- FIG. 4 shows a block diagram of an exemplary computer system/server 12 suitable for implementing embodiments of the present invention.
- the computer system/server 12 shown in FIG. 4 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 12 takes the form of a general-purpose computing device.
- the components of the computer system/server 12 may include, but are not limited to: one or more processors (processing units) 16, a memory 28, and a bus 18 connecting different system components (including the memory 28 and the processor 16).
- the bus 18 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 12 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 12, including volatile and nonvolatile media, removable and non-removable media.
- the memory 28 may include a computer system readable medium in the form of volatile memory, such as random access memory (RAM) 30 and/or cache memory 32.
- the computer system/server 12 may further include other removable/non-removable, volatile/non-volatile computer system storage media.
- the storage system 34 may be used to read and write non-removable, non-volatile magnetic media (not shown in FIG. 4, usually referred to as a "hard drive").
- a disk drive for reading and writing to removable non-volatile disks such as "floppy disks”
- a removable non-volatile optical disk such as CD-ROM, DVD-ROM
- each drive can be connected to the bus 18 through one or more data media interfaces.
- the memory 28 may include at least one program product having a set of (for example, at least one) program modules, which are configured to perform the functions of the embodiments of the present invention.
- a program/utility tool 40 having a set of (at least one) program modules 42 may be stored in, for example, the memory 28.
- Such program modules 42 include, but are 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 42 generally executes the functions and/or methods in the described embodiments of the present invention.
- the computer system/server 12 can also communicate with one or more external devices 14 (such as keyboards, pointing devices, displays 24, etc.), and can also communicate with one or more devices that enable users to interact with the computer system/server 12. And/or communicate with any device (such as a network card, modem, etc.) that enables the computer system/server 12 to communicate with one or more other computing devices. This communication can be performed through an input/output (I/O) interface 22.
- the computer system/server 12 may also communicate with one or more networks (for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 20. As shown in FIG.
- the network adapter 20 communicates with other modules of the computer system/server 12 through the bus 18. It should be understood that although not shown in the figure, other hardware and/or software modules can be used in conjunction with the computer system/server 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, Tape drives and data backup storage systems, etc.
- the processor 16 executes various functional applications and data processing by running programs stored in the memory 28, such as implementing the method in the embodiment shown in FIG. 1, FIG. 2 or FIG. 3.
- the present invention also discloses a computer-readable storage medium on which a computer program is stored.
- a computer program is stored on which a computer program is stored.
- 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.
- 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 pass Internet connection).
- LAN local area network
- WAN wide area network
- Internet service provider for example, using an Internet service provider to pass Internet connection.
- the disclosed device and method can be implemented in other ways.
- the device embodiments described above are merely illustrative.
- the division of the units is only a logical function division, and there may be other division modes in actual implementation.
- the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
- the functional units in the various embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
- the above-mentioned integrated unit can be realized in the form of hardware, or in the form of hardware plus software functional unit.
- the above-mentioned integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium.
- the above-mentioned software functional unit is stored in a storage medium and includes several instructions to make a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor execute the method described in the various embodiments of the present invention. Part of the steps.
- the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk and other media that can store program code .
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims (15)
- 一种小程序触发方法,其特征在于,包括:宿主应用获取第一专有指令;所述宿主应用解析所述第一专有指令;所述宿主应用根据解析结果确定出所述第一专有指令对应的小程序,并搜索查找到所述小程序;所述宿主应用启动所述小程序。
- 根据权利要求1所述的方法,其特征在于,所述宿主应用根据解析结果确定出所述第一专有指令对应的小程序包括:所述宿主应用将解析得到的所述第一专有指令中携带的小程序标识对应的小程序作为所述第一专有指令对应的小程序。
- 根据权利要求1所述的方法,其特征在于,所述宿主应用解析所述第一专有指令之后,进一步包括:根据解析结果生成适合所述小程序处理的推送消息;所述宿主应用启动所述小程序之后,进一步包括:将所述推送消息发送给所述小程序。
- 根据权利要求1所述的方法,其特征在于,所述宿主应用获取第一专有指令包括:所述宿主应用获取指令生成平台通过所述宿主应用的推送通道发送的所述第一专有指令。
- 根据权利要求1所述的方法,其特征在于,所述宿主应用获取第一专有指令包括:所述宿主应用获取中间服务平台发送的所述第一专有指令,所述第一专有指令为所述中间服务平台获取到所述指令生成平台通过厂商推送通道发送的第二专有指令后,根据所述第二专有指令生成的。
- 根据权利要求5所述的方法,其特征在于,所述第二专有指令中携带有所述第一专有指令信息以及宿主应用标识,所述宿主应用标识用于指示接收所述第一专有指令的宿主应用。
- 根据权利要求1所述的方法,其特征在于,所述宿主应用解析所述第一专有指令之后,进一步包括:所述宿主应用根据解析得到的所述第一专有指令中携带的第一指示参数确定所述第一专有指令是否为小程序触发指令,若是,则确定出所述第一专有指令对应的小程序。
- 根据权利要求1所述的方法,其特征在于,所述搜索查找到所述小程序包括以下之一或全部:从本地进行搜索查找、从网上进行搜索查找。
- 根据权利要求1所述的方法,其特征在于,所述宿主应用启动所述小程序包括:所述宿主应用根据解析得到的所述第一专有指令中携带的第二指示参数确定出指令执行方式;若所述指令执行方式为静默执行方式,则搜索查找到所述小程序,并启动所述小程序;若所述指令执行方式为显示通知方式,则显示通知消息,并在当接收到用户针对所述通知消息的触发指令时,搜索查找到所述小程序,并启动所述小程序。
- 一种小程序触发方法,其特征在于,包括:指令生成平台向宿主应用发送专有指令,以便所述宿主应用搜索查找到所述专有指令对应的小程序,并启动所述小程序。
- 根据权利要求10所述的方法,其特征在于,所述指令生成平台向宿主应用发送专有指令包括:所述指令生成平台通过所述宿主应用的推送通道向所述宿主应用发送第一专有指令。
- 根据权利要求10所述的方法,其特征在于,所述指令生成平台向宿主应用发送专有指令包括:所述指令生成平台通过厂商推送通道向中间服务平台发送第二专有指令,以便所述中间服务平台根据所述第二专有指令生成第一专有指令,将所述第一专有指令发送给所述宿主应用。
- 根据权利要求12所述的方法,其特征在于,所述第二专有指令中携带有所述第一专有指令信息以及宿主应用标识,所述宿主应用标识用于指示接收所述第一专有指令的宿主应用。
- 一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述程序时实现如权利要求1~13中任一项所述的方法。
- 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述程序被处理器执行时实现如权利要求1~13中任一项所述的方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910168478.8A CN109960540A (zh) | 2019-03-06 | 2019-03-06 | 小程序触发方法、计算机设备及存储介质 |
CN201910168478.8 | 2019-03-06 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020177734A1 true WO2020177734A1 (zh) | 2020-09-10 |
Family
ID=67023984
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2020/077909 WO2020177734A1 (zh) | 2019-03-06 | 2020-03-05 | 小程序触发方法、计算机设备及存储介质 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN109960540A (zh) |
WO (1) | WO2020177734A1 (zh) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109960540A (zh) * | 2019-03-06 | 2019-07-02 | 上海连尚网络科技有限公司 | 小程序触发方法、计算机设备及存储介质 |
CN110557502B (zh) * | 2019-08-09 | 2021-03-23 | 五八有限公司 | 一种小程序的调起方法、装置、电子设备及可读存储介质 |
CN110865855B (zh) * | 2019-11-18 | 2023-10-27 | 百度在线网络技术(北京)有限公司 | 小程序处理方法及相关设备 |
CN110990270B (zh) * | 2019-11-28 | 2023-07-21 | 百度在线网络技术(北京)有限公司 | Ab实验实现方法、装置、电子设备及存储介质 |
CN112148345B (zh) * | 2020-09-28 | 2023-07-25 | 北京百度网讯科技有限公司 | 小程序包发送方法、装置、电子设备和计算机可读介质 |
CN112685093A (zh) * | 2020-12-18 | 2021-04-20 | 百度在线网络技术(北京)有限公司 | 应用意图的响应方法、装置、设备、存储介质及程序产品 |
CN112612517B (zh) * | 2020-12-18 | 2024-04-05 | 深圳市思为软件技术有限公司 | 数据获取方法及相关设备 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160359945A1 (en) * | 2015-06-08 | 2016-12-08 | Wesley John Boudville | Cookies and anti-ad blocker using deep links in mobile apps |
CN108733991A (zh) * | 2017-04-19 | 2018-11-02 | 腾讯科技(深圳)有限公司 | 网页应用访问方法及装置、存储介质 |
CN109086097A (zh) * | 2018-07-03 | 2018-12-25 | 百度在线网络技术(北京)有限公司 | 一种小程序的启动方法、装置、服务器及存储介质 |
CN109960540A (zh) * | 2019-03-06 | 2019-07-02 | 上海连尚网络科技有限公司 | 小程序触发方法、计算机设备及存储介质 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101909082B (zh) * | 2010-07-29 | 2013-03-13 | 中国运载火箭技术研究院 | 一种基于模型驱动的网格门户配置系统及配置方法 |
CN103473082A (zh) * | 2012-06-08 | 2013-12-25 | 腾讯科技(深圳)有限公司 | 一种启动WebApp的方法及装置 |
CN108958780B (zh) * | 2018-09-30 | 2021-05-18 | 上海掌门科技有限公司 | 一种用于呈现寄宿程序的更新信息的方法与设备 |
-
2019
- 2019-03-06 CN CN201910168478.8A patent/CN109960540A/zh active Pending
-
2020
- 2020-03-05 WO PCT/CN2020/077909 patent/WO2020177734A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160359945A1 (en) * | 2015-06-08 | 2016-12-08 | Wesley John Boudville | Cookies and anti-ad blocker using deep links in mobile apps |
CN108733991A (zh) * | 2017-04-19 | 2018-11-02 | 腾讯科技(深圳)有限公司 | 网页应用访问方法及装置、存储介质 |
CN109086097A (zh) * | 2018-07-03 | 2018-12-25 | 百度在线网络技术(北京)有限公司 | 一种小程序的启动方法、装置、服务器及存储介质 |
CN109960540A (zh) * | 2019-03-06 | 2019-07-02 | 上海连尚网络科技有限公司 | 小程序触发方法、计算机设备及存储介质 |
Also Published As
Publication number | Publication date |
---|---|
CN109960540A (zh) | 2019-07-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2020177734A1 (zh) | 小程序触发方法、计算机设备及存储介质 | |
CN108683937B (zh) | 智能电视的语音交互反馈方法、系统及计算机可读介质 | |
JP6683234B2 (ja) | 音声データ処理方法、装置、設備及びプログラム | |
WO2020187121A1 (zh) | 启动小程序的方法、设备和计算机存储介质 | |
WO2020221228A1 (zh) | 一种小程序通知消息的处理方法、设备和计算机存储介质 | |
WO2020078300A1 (zh) | 一种终端投屏的控制方法和终端 | |
CN107943834B (zh) | 人机对话的实现方法、装置、设备及存储介质 | |
US20210329079A1 (en) | Methods, devices and computer-readable storage media for processing a hosted application | |
CN110489440B (zh) | 数据查询方法和装置 | |
US20200301648A1 (en) | Method of operating a shared object in a video call | |
WO2013123837A1 (zh) | 远程协助方法、系统和终端 | |
US20200260277A1 (en) | Method for wireless access authentication | |
CN109669787B (zh) | 数据传输方法及装置、存储介质、电子设备 | |
WO2017045190A1 (zh) | 指导终端设备操作的方法、装置和设备 | |
CN109495549B (zh) | 一种应用拉活的方法、设备和计算机存储介质 | |
CN108833590B (zh) | 一种语音识别服务代理服务器及代理方法 | |
US20200220824A1 (en) | Method, a device and a storage medium of forwarding voice information in instant messaging | |
CN107817962B (zh) | 一种远程控制方法、装置、控制服务器及存储介质 | |
WO2019136685A1 (zh) | 终端进行网络选择的方法、装置、计算机设备及存储介质 | |
WO2019000881A1 (zh) | 导航方法、装置、设备及计算机可读存储介质 | |
CN114244821A (zh) | 数据处理方法、装置、设备、电子设备和存储介质 | |
WO2021012741A1 (zh) | 基于经验库的异常前端操作提醒的方法及相关设备 | |
WO2020177731A1 (zh) | 一种寄宿应用间的即时通讯方法 | |
CN108829646A (zh) | 数据存储及解析方法、装置、系统及存储介质 | |
CN117666985A (zh) | 显示界面的控制方法、装置、电子设备及存储介质 |
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: 20765531 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: 20765531 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 21.01.2022) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20765531 Country of ref document: EP Kind code of ref document: A1 |