CN112559222A - Message display method and device, computer equipment and storage medium - Google Patents

Message display method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112559222A
CN112559222A CN202011549900.3A CN202011549900A CN112559222A CN 112559222 A CN112559222 A CN 112559222A CN 202011549900 A CN202011549900 A CN 202011549900A CN 112559222 A CN112559222 A CN 112559222A
Authority
CN
China
Prior art keywords
card
message
component
assembly
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011549900.3A
Other languages
Chinese (zh)
Inventor
李双领
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bigo Technology Pte Ltd
Original Assignee
Bigo Technology Pte Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bigo Technology Pte Ltd filed Critical Bigo Technology Pte Ltd
Priority to CN202011549900.3A priority Critical patent/CN112559222A/en
Publication of CN112559222A publication Critical patent/CN112559222A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a message display method, a message display device, computer equipment and a storage medium, and relates to the technical field of Internet application; the method comprises the following steps: receiving card message data; the card message data comprises card assembly information and card content data; acquiring a component template of at least one card component contained in the card message based on the card component information; generating the at least one card assembly based on an assembly template of the at least one card assembly and the card content data; combining the at least one card assembly to generate the card message; displaying the card message in a message display interface of the first application program; the scheme can limit the number of the templates, improve the analysis performance of the card message data and further improve the display efficiency of the card message.

Description

Message display method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of internet application technologies, and in particular, to a message display method and apparatus, a computer device, and a storage medium.
Background
A card message is a special type of message that is triggered based on a specific page and is displayed in an Instant Messaging (IM) application.
In the related art, card messages in different template formats may be configured for different third-party services. For example, a server of the IM application may provide a card configuration interface to a service party of a third-party service, a developer of the service party sets a card message template for the third-party service (a service provided through a specific page of the service party) through the interface, and uploads the card message template to the server, and the server updates the card message template into the IM application; and when the subsequent IM application program receives the card message data triggered based on the specified page, generating and displaying the card message based on the corresponding card message template.
With the increase of the third-party service volume, the number of card message templates required to be supported by the IM application program is more and more, so that the analysis performance of the card message data is influenced, and the card message display efficiency is further reduced.
Disclosure of Invention
The embodiment of the application provides a message display method, a message display device, computer equipment and a storage medium, which can be used for improving the display efficiency of card messages in a scene supporting a third party to customize the card messages, and the technical scheme is as follows:
in one aspect, a message display method is provided, and the method includes:
receiving card message data, wherein the card message data is triggered based on a specified page so as to display card messages in a first application program; the card message data comprises card assembly information and card content data; the card assembly information is used for indicating at least one card assembly contained in the card message;
acquiring a component template of at least one card component contained in the card message based on the card component information;
generating the at least one card assembly based on an assembly template of the at least one card assembly and the card content data;
combining the at least one card assembly to generate the card message;
and displaying the card message in a message display interface of the first application program.
In one aspect, a message display method is provided, and the method includes:
displaying a card configuration interface, wherein the card configuration interface is used for configuring a card message triggered based on a specified page; the card configuration interface comprises configuration items of each card assembly;
generating card assembly configuration parameters in response to a configuration operation on a configuration item of at least one of the respective card assemblies;
uploading the card component configuration parameters to a server of a first application program, so that the server responds to a card message sending operation triggered in the specified page, generates card message data and sends the card message data to a target terminal provided with the first application program; the card message data comprises card assembly information and card content data; the card assembly information is used to indicate the at least one card assembly; the card message data is used for instructing the target terminal to acquire a component template of at least one card component contained in the card message based on the card component information, generate the at least one card component based on the component template of the at least one card component and the card content data, combine the at least one card component, generate the card message, and display the card message in a message display interface of the first application.
In another aspect, a message presentation apparatus is provided, the apparatus including:
the message data receiving module is used for receiving card message data, and the card message data is triggered based on a specified page so as to display card messages in the first application program; the card message data comprises card assembly information and card content data; the card assembly information is used for indicating at least one card assembly contained in the card message;
the template acquisition module is used for acquiring a component template of at least one card component contained in the card message based on the card component information;
the component generation module is used for generating the at least one card component based on the component template of the at least one card component and the card content data;
a card message generation module for combining the at least one card assembly to generate the card message;
and the card message display module is used for displaying the card message in a message display interface of the first application program.
In another aspect, a message presentation apparatus is provided, the apparatus including:
the card configuration interface is used for configuring a card message triggered based on a specified page; the card configuration interface comprises configuration items of each card assembly;
the parameter generating module is used for responding to the configuration operation of the configuration item of at least one card assembly in each card assembly to generate card assembly configuration parameters;
the parameter uploading module is used for uploading the card component configuration parameters to a server of a first application program, so that the server responds to a card message sending operation triggered in the specified page, generates card message data based on the card component configuration parameters and sends the card message data to a target terminal provided with the first application program; the card message data comprises card assembly information and card content data; the card assembly information is used to indicate the at least one card assembly; the card message data is used for instructing the target terminal to acquire a component template of at least one card component contained in the card message based on the card component information, generate the at least one card component based on the component template of the at least one card component and the card content data, combine the at least one card component, generate the card message, and display the card message in a message display interface of the first application.
In yet another aspect, a computer device is provided, which includes a processor and a memory, where at least one instruction, at least one program, a set of codes, or a set of instructions is stored in the memory, and the at least one instruction, the at least one program, the set of codes, or the set of instructions is loaded and executed by the processor to implement the message presentation method.
In yet another aspect, a computer-readable storage medium is provided, in which at least one instruction, at least one program, a set of codes, or a set of instructions is stored, which is loaded and executed by a processor to implement the above message presentation method.
In yet another aspect, a computer program product is provided that includes computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer readable storage medium, and the processor executes the computer instructions to cause the computer device to execute the message presentation method.
The technical scheme provided by the application can comprise the following beneficial effects:
the method comprises the steps that each component template supported by card information is preset in a first application program, card component information and card content data are carried in the card information data, so that after the first application program receives the card information data, one or more card components contained in the card information are generated by combining the card component information, the card content data and the corresponding component templates, and the one or more card components are combined into the card information to be displayed. In the above scheme, since a complete card message is composed of one or more card components, only a small number of component templates need to be set in the first application program, so that the business side supporting the third-party business can customize different card message composition structures, and corresponding card message templates do not need to be set for the card messages of each third-party business, thereby limiting the number of the templates, improving the analysis performance of card message data, and further improving the display efficiency of the card messages.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application.
FIG. 1 is a schematic diagram illustrating an instant messaging system in accordance with an exemplary embodiment;
FIG. 2 is a flow diagram illustrating a message presentation method in accordance with an exemplary embodiment;
FIG. 3 is a flow diagram illustrating a message presentation method in accordance with an exemplary embodiment;
FIG. 4 is a flow diagram illustrating a message presentation method in accordance with an exemplary embodiment;
FIG. 5 is a schematic diagram of a card assembly configuration rule according to the embodiment shown in FIG. 4;
FIG. 6 is a schematic diagram of a card configuration interface according to the embodiment shown in FIG. 4;
fig. 7 is a block diagram illustrating the construction of a message presentation apparatus according to an exemplary embodiment;
fig. 8 is a block diagram illustrating the construction of a message presentation apparatus according to an exemplary embodiment;
FIG. 9 is a schematic diagram illustrating a configuration of a computer device, according to an example embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present application, as detailed in the appended claims.
Fig. 1 is a schematic diagram illustrating an instant messaging system in accordance with an exemplary embodiment. The instant messaging system includes a server 110, a user terminal 120, and a database 130.
The server 110 is a server that is disposed on the network side and provides background support for the instant messaging application.
The server 110 may be a server, or may be a server cluster composed of several servers, or may include one or more virtualization platforms, or may be a cloud computing service center.
The user terminal 120 has an instant messaging application installed therein.
The user may open and log in an instant messaging application corresponding to the server 110 on the user terminal 120. In addition, the user can trigger the card message displayed in the instant messaging application program in the page corresponding to the third-party service.
In the embodiment of the application, the card message is a message bubble which supports multiple types of message contents and multiple operation response modes at the same time. Typically, the card message is triggered by a page (including but not limited to different types of pages such as an application page, a web page, etc.) of a third party other than the IM application, and is displayed in a dialog interface of the IM application.
For example, the third-party service is an online activity (e.g., a group purchase activity) performed by a merchant, the designated page is a group purchase page of a commodity, the user may invite friends to perform group purchase when browsing the group purchase page, at this time, a control of "invite friends" in the page may be clicked, after selecting and sending to a certain IM application program in the pop-up menu, the card message data corresponding to the group purchase page is sent to a certain contact or a contact group in the corresponding IM application program, and correspondingly, when the user's friends also open the IM application program, the IM application program displays the corresponding card message in the conversation interface of the user/group.
The database 130 stores user data and service data related to the instant messaging application, including a user account, account information (including account level, authority, setting, etc.) corresponding to the user account, and the like.
In a possible implementation manner, the instant messaging system further includes a card customizing terminal 140.
The card customizing terminal 140 is a terminal of a service party of a third-party service, and a card customizing application program may be installed in the card customizing terminal 140, and the card customizing application program is used for providing a customizing function of a card message to the service party of the third-party service.
In one possible implementation, the card customization application is the IM-class application.
Fig. 2 is a flowchart illustrating a message presentation method according to an example embodiment. The message presentation method may be performed by a computer device. The computer device may be a target terminal, and the target terminal may be the user terminal 120 in the system shown in fig. 1. As shown in fig. 2, the message presentation method may include the steps of:
step 201, receiving card message data, wherein the card message data is triggered based on a specified page to display card messages in a first application program; the card message data comprises card assembly information and card content data; the card assembly information is used to indicate at least one card assembly that the card message contains.
In a possible implementation manner, the first application is an IM application installed in the target terminal.
In one possible implementation, the card component information is used to indicate which types of card components are included in the card message.
For example, in the embodiment of the present application, one card message supports a card assembly of at least two portions, and the card assembly information indicates a card assembly of at least one portion of the at least two portions included in the card message. For example, the card assembly information includes a location identifier corresponding to each of at least one card assembly included in the card message.
Step 202, acquiring a component template of at least one card component contained in the card message based on the card component information.
In a possible implementation manner, component templates of each card component supported by a card message are preset in the first application program, and after card message data of one card message is received, the component templates of one or more card components required for generating the card message can be determined through card component information in the card message data.
For example, the first application program is preset with 3 card components, which are a card head, a card body, and a card tail. When the card message data is received and the card component information in the card message data indicates that the card message contains a card header and a card body, the first application program in the target terminal can acquire a preset component template of the card header and a preset component template of the card body according to the card component information.
Step 203, generating the at least one card assembly based on the assembly template of the at least one card assembly and the card content data.
In this embodiment, the card content data may include content data of each of the at least one card assembly, and the first application in the target terminal may obtain a corresponding card assembly by filling corresponding content data in an assembly template of the at least one card assembly.
Step 204, combining the at least one card assembly to generate the card message.
In this embodiment of the application, the first application program in the target terminal may combine the card components corresponding to at least one card message to obtain a displayable card message.
Step 205, the card message is displayed in the message display interface of the first application program.
To sum up, in the solution shown in the embodiment of the present application, each component template supported by the card message is preset in the first application program, and the card component information and the card content data are carried in the card message data, so that after the first application program receives the card message data, the card component information, the card content data, and the corresponding component template are combined to generate one or more card components included in the card information, and the one or more card components are combined into the card information to be displayed. In the above scheme, since a complete card message is composed of one or more card components, only a small number of component templates need to be set in the first application program, so that the business side supporting the third-party business can customize different card message composition structures, and corresponding card message templates do not need to be set for the card messages of each third-party business, thereby limiting the number of the templates, improving the analysis performance of card message data, and further improving the display efficiency of the card messages.
In the above embodiment of the present application, the composition structure of the card message corresponding to the designated page may be customized by the service party of the third-party service corresponding to the designated page.
Fig. 3 is a flowchart illustrating a message presentation method according to an example embodiment. The message presentation method may be performed by a computer device. Wherein, the computer equipment can comprise a configuration terminal; for example, the configuration terminal may be the card assembly configuration terminal 140 of the system shown in FIG. 1 described above. As shown in fig. 3, the message presentation method may include the steps of:
step 301, a configuration terminal displays a card configuration interface, wherein the card configuration interface is used for configuring a card message triggered based on a specified page; the card configuration interface comprises configuration items of each card assembly.
Step 302, responding to the configuration operation of the configuration item of at least one card assembly in each card assembly, and generating card assembly configuration parameters.
Step 303, uploading the card component configuration parameters to a server of the first application program, so that the server responds to a card message sending operation triggered in the designated page, generates card message data based on the card component configuration parameters, and sends the card message data to a target terminal installed with the first application program; the card message data comprises card assembly information and card content data; the card assembly information is used for indicating the at least one card assembly; the card message data is used for indicating the target terminal to acquire a component template of at least one card component contained in the card message based on the card component information, generate the at least one card component based on the component template of the at least one card component and the card content data, combine the at least one card component, generate the card message, and display the card message in a message display interface of the first application program.
To sum up, in the scheme shown in the embodiment of the present application, the configuration terminal may display a card configuration interface, so that a service party of a third-party service corresponding to an assigned page configures components of a card assembly for a card message corresponding to the assigned page, and generates card assembly configuration parameters according to user configuration and uploads the card assembly configuration parameters to the server; and each component template supported by the card information is preset in the first application program, and the server carries card component information and card content data in the card information data sent to the first application program based on the card component configuration parameters, so that after the first application program receives the card information data, the card component information, the card content data and the corresponding component templates are combined to generate one or more card components contained in the card information, and the one or more card components are combined into the card information to be displayed. In the above scheme, since a complete card message is composed of one or more card assemblies preconfigured by the service party, the service party supporting the third-party service can customize different card message composition structures by only setting a small number of assembly templates in the first application program, and the card message of each third-party service does not need to be provided with a corresponding card message template, so that the number of templates can be limited, the analytic performance of card message data is improved, and the display efficiency of the card message is improved.
In the solution shown in the above embodiment of the present application, a service party of a third-party service may customize, in addition to a composition structure of a card message, an active/passive behavior of the card message, third-party data displayed along with the card message, and the like.
Fig. 4 is a flowchart illustrating a message presentation method according to an example embodiment. The message presentation method may be performed by a computer device. The computer equipment can comprise a target terminal, a server and a configuration terminal; for example, the target terminal may be the user terminal 120 in the system shown in fig. 1, the server may be the server 110 in the system shown in fig. 1, and the configuration terminal may be the card assembly configuration terminal 140 in the system shown in fig. 1. As shown in fig. 4, the message presentation method may include the steps of:
step 401, configuring a terminal to display a card configuration interface, where the card configuration interface is used to configure a card message triggered based on a specified page; the card configuration interface comprises configuration items of each card assembly.
In this embodiment of the present application, a structure of a card message may be split, and the card may be split into a plurality of structural components corresponding to card portions, and one or more structural components for overall configuration/data bearing.
In one possible implementation, an example of a component structure part of a card message may be as shown in table 1 below:
TABLE 1
Component name Value Description (Description)
title Title component (optional) Head assembly
body Body assembly Main body assembly
tail Tail component (optional) Tail assembly
config UniversalConfig Universal configuration
business_data BusinessData(optional) Service data
In the component structure shown in table 1, the card message can be decomposed into 5 component structures, which include structural components corresponding to 3 positions (corresponding to the head, the body, and the tail, respectively), a structural component of a common configuration, and a structural component carrying service data.
An example of the configuration data of the above Title component can be shown in table 2:
TABLE 2
Figure BDA0002855820100000091
Figure BDA0002855820100000101
An example of the data structure definition of the Body component described above may be as shown in table 3:
TABLE 3
Component name Value Description (Description)
text Text type (optional) body text data
media Universal MediaData type Body rich media data type
action Action type body click behavior
style string body display style
An example of the definition of the above service data structure can be shown in table 4:
TABLE 4
Component name Value Description (Description)
type stirng Type of service
fallback_url stirng(optional) Downgraded url/legacy compatibility
decription string(optional) Business description
Based on the contents shown in tables 1 to 4, please refer to fig. 5, which shows a schematic diagram of a card assembly configuration rule according to an embodiment of the present application. As shown in fig. 5, the card message may be composed of a header component, a body component and a tail component connected in sequence, wherein the header component and the tail component are optional components, and the body component is a necessary component. Each site assembly is responsive to a thermal zone of operation, and different thermal zones are responsive to different operations. The entire card message may also configure whether long press operations are supported, including but not limited to sharing operations and deleting operations, etc. The body component contains various style types including, without limitation, a plurality of default types and a plurality of tape operation types.
In the embodiment of the application, for the card message corresponding to the specified page, the business side can customize which component structures are included in the card message and the respective attributes/data of each component structure through the card configuration interface.
For example, please refer to fig. 6, which illustrates a schematic diagram of a card configuration interface according to an embodiment of the present application. As shown in fig. 6, the card configuration interface includes configuration options 61 of each component structure selectable by the card message, each configuration option 61 is used to configure one component structure, each configuration option 61 further includes one or more configuration sub-options 62, and each configuration sub-option 62 is used to configure one attribute/data of the corresponding component structure.
For example, taking the configuration option corresponding to the header component in fig. 6 as an example, the configuration option may be used to configure whether the corresponding card message includes the header component, and if the business party configures that the card message includes the header component, the business party may further configure the attribute of the header component, including configuring the resource address, through the sub-option corresponding to the configuration of the header component.
For another example, taking the configuration option corresponding to the main component in fig. 6 as an example, the configuration option may be used to configure whether the corresponding card message includes the main component, and if the business party configures the card message includes the main component, the business party may further configure the attribute of the main component, including configuring the resource type, the resource address, the style, the behavior action, and the like, through the main component corresponding to the configuration sub option.
And 402, responding to the configuration operation of the configuration item of at least one card assembly in each card assembly, and generating card assembly configuration parameters by the configuration terminal.
In the embodiment of the application, after the business party completes configuration of the card message corresponding to the specified page in the card configuration interface displayed by the configuration terminal, the configuration terminal organizes the configuration information of the business party in the card configuration interface in a preset data format to generate the card assembly configuration parameters.
Step 403, the configuration terminal uploads the card component configuration parameters to the server of the first application program; accordingly, the server receives the card assembly configuration parameters.
In the embodiment of the application, after a business side clicks a sending/determining/submitting key in a card configuration interface, a configuration terminal can send generated card component configuration parameters to a server.
In a possible implementation manner, before uploading the card assembly configuration parameters to the server of the first application, the configuration terminal further sends the card assembly configuration parameters to the preview terminal, so that the preview terminal generates and displays a preview of the card message based on the card assembly configuration parameters.
The embodiment of the application provides rich preview capability for the card effect:
in order to improve the technical experience, reduce unnecessary communication in the development process and eliminate the understanding divergence of products and technical personnel, the scheme shown in the application realizes the real-time configuration and preview capability for the fine-grained componentization configuration of the card.
For example, for the example of Json data real-time card UI experience and interaction capability, on an Android platform, the scheme shown in the embodiment of the application can trigger the input of character strings to Android APP in real time through an adb debugging tool, and the scheme shown in the application is designed on a debug page of an App end and realizes a Json character string receiving and analyzing device. The command and the json character string entity corresponding to the card data are input through the PC terminal (which can be the configuration terminal), namely the json character string entity is sent to the App (application program in the preview terminal), and the corresponding card is automatically generated through analysis, so that technical or non-technical personnel can configure and construct the card at the PC terminal in real time.
In the embodiment of the application, the configurable and automatic card generation capability is realized through a configuration terminal (such as an Android terminal). Because general card attributes and rules are more, the card rules are more in code and character presentation, the card is not intuitive for a newly accessed business party, Json data configuration is flexible in real time display, but the configuration needs to depend on a PC and an adb tool, and in order to achieve flexibility and convenience in use, the embodiment of the application also provides visual card generation capacity, namely visual matching and statement description (for example, each configuration option and configuration sub-option in fig. 6) of each matching rule of the card through a configuration page, so that technical and non-technical personnel can understand and access the general card more easily.
In step 404, the server generates card message data based on the card component configuration parameters in response to the card message sending operation triggered in the designated page.
In a possible implementation manner of the embodiment of the application, when a user browses a specified page, sending of a card message is triggered, at this time, a server receives a sending request of the card message, and executes the following steps according to card component configuration parameters corresponding to the specified page to generate corresponding card component data.
And S1, selecting a proper card type and selecting component information to be configured.
S2, determining whether a head is needed, whether the head needs an independent click event, whether a tail is needed, a tail style, whether the tail needs an independent click event, and a body template style.
And S3, configuring whether a long press response is needed, and adding a corresponding service data configuration item.
And S4, confirming the service data information carried by the card message.
And S5, constructing card assemblies of all parts of the card by using the builder corresponding to the card assemblies, and combining all parts by using the builder of the card to construct card message data.
In this embodiment of the present application, the process of the server card message data may be as follows:
s51, firstly, judging whether the card message needs the head component, if yes, entering S52, otherwise, entering S53.
S52, data items corresponding to the header component are constructed and added to the card component data.
In a possible implementation manner, the server sequentially adds a header icon address, a header text, and a header click response configuration, encapsulates the data items into data items corresponding to the header component through the header builder, and outputs the data items.
And S53, constructing and adding a data item corresponding to the main body component in the card component data.
In a possible implementation mode, the server selects a main body style, adds a video identifier, adds image-text data, adds button data and adds a click response behavior in sequence, and encapsulates the main body style, the video identifier, the image-text data, the button data and the click response behavior into data items corresponding to the main body component through the main body builder and outputs the data items.
S54, judging whether the card message needs the tail component, if yes, entering S55, otherwise, entering S56.
S55, data items corresponding to the tail components are constructed and added to the card component data.
In a possible implementation mode, the server selects whether to follow the main body, add the tail icon address and add the tail text data in sequence, and encapsulates the tail text data into the data item corresponding to the tail component through the tail builder and outputs the data item.
S56, data items corresponding to the general arrangement are constructed and added to the card component data.
In a possible implementation mode, the server sequentially configures card assembly selection information, configures whether long press is supported or not, configures long press event response behaviors, encapsulates the data items into data items corresponding to the general configuration through the general configuration builder, and outputs the data items.
S57, a data item corresponding to the service data is constructed and added to the card component data.
In a possible implementation manner, the server configures a downgrade address, adds a service name, and adds service custom data in sequence, and encapsulates the downgrade address, the added service name, and the added service custom data into a data item corresponding to the service data through the service data builder and outputs the data item.
Through the above-mentioned construction steps, the generated card assembly data may include card assembly information, card content data, service configuration information, and the like, where the service configuration information includes at least one of configuration information (i.e., a data item corresponding to the above-mentioned general configuration) and service information (i.e., a data item corresponding to the above-mentioned service data), the configuration information is used to indicate an operation configuration supported by the card message, and the service information includes service data of a third-party service corresponding to the specified page.
In the embodiment of the application, when a component data structure is designed, the commonality of the general cards is extracted, and the general cards are split into: head, body, tail; each component is distributed downwards by adopting a responsibility chain mode, and the responsibility chain mode maintains the display style and the data format of the component, detects the data legality and the like. The whole structure is coupled less, and the object-oriented programming concept is met. Configuration information and behavior information of the whole card are added to the whole card, and UI (user interface) expression and behavior interaction (including configuration of active and passive behaviors such as data recovery, sharing, deletion and reply) of the card are carried by config. Because the third-party service generally has the requirement of carrying data, the customized BusinessData is added to the service to load the service data (including the data supporting data recovery identification, the data customized display and the like), so as to meet the requirement of flexible adaptation of the service data. The data structure uses Json to realize serialization, so that high extensibility on data is better realized. In addition, when generating the card message data, the data structure and standardization of each mechanism component are detected, and the risk of user interaction abnormity or crash caused by boundary conditions is prevented. For the construction of the whole card, a rich builder standardized constructor is provided, rich default configuration is provided, and unnecessary workload of developers caused by complicated configuration items is avoided.
And S6, sending the card message data to a corresponding receiver.
After the server generates the card message data, the server can send the card message data to the target terminal corresponding to the receiver.
In step 405, the target terminal receives card message data, where the card message data is triggered based on a designated page to display a card message in the first application.
In the embodiment of the application, when the server sends the card message data to the receiver, the target terminal corresponding to the receiver can receive the card message data and analyze the card message data so as to display the corresponding card message subsequently.
In step 406, the target terminal obtains a component template of at least one card component contained in the card message based on the card component information.
In one possible implementation, the card assembly information includes a location type of the at least one card assembly, and assembly attributes of the at least one card assembly;
the obtaining of the component template of at least one card component contained in the card message based on the card component information includes:
determining a template set corresponding to a target card assembly based on the position type of the target card assembly; the target card assembly is any one of the at least one card assembly;
and determining a component template of the target card assembly from the template set corresponding to the target card assembly based on the component attribute of the target card assembly.
In one possible implementation, the component property includes at least one of a data type of the presentation, a behavior type of the response triggering operation, and a presentation style.
In the embodiment of the application, after the target terminal analyzes the card component message, each component template required by the card component message can be determined through the card component information.
For example, in one possible implementation, the target terminal may determine which part components are included based on the data item corresponding to the general configuration, and further determine the corresponding component template according to the attributes (e.g., data type of each part, click response action, and presentation style of the body part, etc.) related to the template in the data item corresponding to the determined part components.
In a possible implementation manner, before acquiring, based on the card component information, a component template of at least one card component included in the card message, the method further includes:
acquiring version support information based on the card component information, wherein the version support information is used for indicating whether the version of the first application program currently running supports the display of the card message;
the obtaining of the component template of at least one card component contained in the card message based on the card component information includes:
and in response to the version support information indicating that the version of the currently running first application supports the presentation of the card message, executing a step of acquiring a component template of at least one card component contained in the card message based on the card component information.
In a possible implementation manner, the card message data further includes compatible data, and the method further includes:
in response to the version support information indicating that the version of the currently running first application program does not support the display of the card message, generating a compatible message corresponding to the card message based on the compatible data;
and displaying the compatible message in a message display interface of the first application program.
In one possible implementation manner, the obtaining version support information based on the card component information includes:
analyzing the card component information to determine an analyzed card component;
responding to the parsed card component containing the card component of the designated part, and generating first version support information, wherein the first version support information is used for indicating that the version of the first application program currently running supports the display of the card message;
and generating second version support information in response to the analyzed card assembly without the specified part, wherein the second version support information is used for indicating that the version of the currently running first application program does not support the display of the card message.
In this embodiment of the application, the target terminal may implement upward or downward compatibility for the card message, that is, if the version of the currently running first application supports the card message, the card message is displayed according to the card structure indicated by the card message data, and if the version of the currently running first application does not support the card message, the corresponding compatible message may be generated by using the compatible data in the card assembly data.
For IM message cards, a common problem is compatibility of the front and back versions of the card, particularly backwards compatibility. The application can realize forward compatibility and backward compatibility of the card.
Firstly, forward compatibility:
forward compatibility generally refers to changes that are now to be compatible in the future, i.e., the current version is compatible with the future version.
For the IM sharing card, the compatibility is mainly embodied in the aspects of data field addition and deletion, iterative updating of UI display style, optimization of user interaction experience and diversified energization of card response events. The main work of the present application for forward compatibility is: based on the maximum interactive experience principle, for the iterative update of future data, the program adopts maximum analysis display and interactive necessary fields, and adopts a layer-by-layer degradation mode and a link and plain text information bottom mode to realize the presentation of maximum information under the condition that a user does not discard messages.
For example, the target terminal firstly analyzes a card component in the card message data, and if the analyzed card component contains a card component (such as a main component) necessary for displaying the card message in the current version, the card message is displayed according to the card message data; and if the parsed card assembly does not contain the card assembly necessary for displaying the card message of the current version, displaying the compatible message through a link or text to realize degraded presentation.
For link type degradation presentation, information such as title, icon and description of a corresponding webpage can be crawled by a crawler and presented in a card, and richer and more intuitive link experience is provided for a user.
Secondly, backward compatibility:
backward compatibility generally refers to the compatibility capability of a current version data structure change, receipt of past version data, or a data stream going to a past version. According to the scheme shown in the embodiment of the application, a fallback mechanism is used in a fallback link or text display form which can be configured optionally and by default, and only downgraded files or links can be configured under the same message type or a type which cannot be identified by past versions.
In step 407, the target terminal generates the at least one card assembly based on the assembly template of the at least one card assembly and the card content data.
In one possible implementation manner, before generating the at least one card component based on the component template of the at least one card component and the card content data, the method further includes:
determining a border pattern of the at least one card assembly based on a position of the at least one card assembly in the card message;
the generating the at least one card assembly based on the assembly template of the at least one card assembly and the card content data comprises:
generating the at least one card assembly based on the border pattern of the at least one card assembly, an assembly template of the at least one card assembly, and the card content data.
The scheme shown in the embodiment of the application also provides the dynamic adaptation capability of the card frame:
for the IM sharing card, the requirement that the corner is displayed as the round angle is met, and the scheme shown in the embodiment of the application is designed for the requirement, so that a frame information dynamic obtaining strategy is designed, namely, each card component can self-define the adaptation of the right angle and the round angle, and the capability of adapting the frame dynamically in real time is achieved.
In step 408, the target terminal combines the at least one card assembly to generate the card message.
In a possible implementation manner, when the card message data further includes service configuration information, combining the at least one card component to generate the card message includes:
and combining the at least one card assembly based on the service configuration information to generate the card message.
In this embodiment, when the card assemblies are combined to obtain the card message, the target terminal may perform overall configuration on the card message based on information in the data items corresponding to the configuration information, for example, configure whether the card message supports long press, and configure actions to be responded after long press.
In addition, when the card assemblies are combined to obtain the card message, the target terminal can also add third-party customized service data in the card message based on the information in the data items corresponding to the service data, such as displaying real-time click volume data and the like.
In step 409, the target terminal displays the card message in the message display interface of the first application.
After the target terminal generates the card message, the card message can be displayed in the corresponding conversation interface or group interface.
Third party sharing cards have been an essential form of message bubble display for mature IM. By adopting the scheme shown in the application, the expansion of the card and the addition of a new card type become very simple, and the code structure is simple and clear. For IM products, front-to-back version compatibility of messages is particularly important. The invention adopts a fallback mechanism and a default configuration mechanism, and provides good forward and backward compatibility characteristics for the card message bubbles. The application provides abundant Debug configuration pages, so that products and designers can obtain the real card sharing effect presentation at the first time, and the communication cost during card access is greatly reduced. The standardized template configuration rule based on the small component enables the intrusion of a third-party service to the IM code to be greatly reduced, the maintenance cost is reduced, the behavior boundary of the IM card is clearer, and the coupling degree is lower. And small component design with finer granularity meets the flexible allocation of development designers to cards to a greater extent, and the dual requirements of standardization and personalized customization are considered. In addition, the method and the device also provide open Builder design mode configuration, so that developers can more easily access and add new components and template styles.
The scheme disclosed by the application provides a solution for a universal card aiming at the problems of serious code coupling and high maintenance and expansion cost caused by the gradual increase of third-party service sharing cards in an IM scene; for the increasing communication cost between technical and non-technical personnel brought by the redundant card types, a real-time dynamic card display means is provided to reduce the communication and cognition divergence cost. But the scheme can be extended to a polymorphic data presentation, code design specifications on the realization of a universal card, forward and backward compatible standardized processing, is not limited to an android end IM scene, and can also be applied to the realization of guiding the display of common list polymorphic cards in an iOS end.
The scheme shown in the embodiment of the application can at least realize the following technical effects:
defining a general card message type, and solving the problem of message type redundancy;
the matching support of fine granularity is increased, the style template is rich, expansion is basically not needed, and most scenes can be met only by the existing selection;
add degraded links, backwards compatible; each component provides a default style, forward compatible;
defining a basic component template, and avoiding similar function repeated development by adopting a combined mode;
a Builder mode is adopted in code design, rich configuration is provided, a standard flow is used for constructing a card, and introducing risks are reduced;
defining general behaviors of the card, displaying, deleting, sharing, copying and the like by long pressing, and standardizing default behaviors and expansion behaviors;
providing a card configuration page, wherein the product can directly generate a corresponding card through operating the configuration information, and experience the card effect in real time;
each upgrading only needs to correspondingly increase the style, and the default style of the old version is set, so that the upgrading method is not coupled with the previous logic;
the debugging is convenient, each component adopts a responsibility chain mode, and corresponding data provides legality detection and DebugLog output.
To sum up, in the scheme shown in the embodiment of the present application, the configuration terminal may display a card configuration interface, so that a service party of a third-party service corresponding to an assigned page configures components of a card assembly for a card message corresponding to the assigned page, and generates card assembly configuration parameters according to user configuration and uploads the card assembly configuration parameters to the server; and each component template supported by the card information is preset in the first application program, and the server carries card component information and card content data in the card information data sent to the first application program based on the card component configuration parameters, so that after the first application program receives the card information data, the card component information, the card content data and the corresponding component templates are combined to generate one or more card components contained in the card information, and the one or more card components are combined into the card information to be displayed. In the above scheme, since a complete card message is composed of one or more card assemblies preconfigured by the service party, the service party supporting the third-party service can customize different card message composition structures by only setting a small number of assembly templates in the first application program, and the card message of each third-party service does not need to be provided with a corresponding card message template, so that the number of templates can be limited, the analytic performance of card message data is improved, and the display efficiency of the card message is improved.
Fig. 7 is a block diagram illustrating a structure of a message presentation apparatus according to an exemplary embodiment. The message presentation device may perform all or part of the steps of the method shown in the corresponding embodiment of fig. 2 or fig. 4. The message presentation apparatus may include:
a message data receiving module 701, configured to receive card message data, where the card message data is triggered based on a specified page to display a card message in a first application; the card message data comprises card assembly information and card content data; the card assembly information is used for indicating at least one card assembly contained in the card message;
a template obtaining module 702, configured to obtain, based on the card component information, a component template of at least one card component included in the card message;
an assembly generating module 703, configured to generate the at least one card assembly based on an assembly template of the at least one card assembly and the card content data;
a card message generating module 704, configured to combine the at least one card assembly to generate the card message;
a card message display module 705, configured to display the card message in a message display interface of the first application.
In one possible implementation, the card assembly information includes a location type of the at least one card assembly, and assembly properties of the at least one card assembly;
the template acquisition module 702 is configured to,
determining a template set corresponding to a target card assembly based on the position type of the target card assembly; the target card assembly is any one of the at least one card assembly;
and determining a component template of the target card assembly from the template set corresponding to the target card assembly based on the component attribute of the target card assembly.
In one possible implementation, the component property includes at least one of a data type of the presentation, a behavior type of the response trigger operation, and a presentation style.
In one possible implementation, the apparatus further includes:
a version support information obtaining module, configured to obtain version support information based on the card assembly information before the template obtaining module 702 obtains an assembly template of at least one card assembly included in the card message based on the card assembly information, where the version support information is used to indicate whether the version of the currently running first application supports presentation of the card message;
the template obtaining module 702 is configured to, in response to the version support information indicating that the version of the currently running first application supports the presentation of the card message, perform a step of obtaining a component template of at least one card component included in the card message based on the card component information.
In a possible implementation manner, the card message data further includes compatible data, and the apparatus further includes:
a compatible message generating module, configured to generate a compatible message corresponding to the card message based on the compatible data in response to the version support information indicating that the version of the currently running first application does not support the presentation of the card message;
and the compatible message display module is used for displaying the compatible message in a message display interface of the first application program.
In one possible implementation manner, the version support information obtaining module is configured to,
analyzing the card component information, and determining an analyzed card component;
responding to a card component containing a designated part in the parsed card component, and generating first version support information, wherein the first version support information is used for indicating that the version of the currently running first application program supports the display of the card message;
and generating second version support information in response to that the analyzed card assembly does not contain the card assembly with the specified position, wherein the second version support information is used for indicating that the version of the currently running first application program does not support the display of the card message.
In one possible implementation, the apparatus further includes:
a border pattern determination module, configured to determine a border pattern of the at least one card assembly based on a position of the at least one card assembly in the card message before the assembly generation module 703 generates the at least one card assembly based on the assembly template of the at least one card assembly and the card content data;
the component generating module 703 is configured to generate the at least one card component based on the border pattern of the at least one card component, the component template of the at least one card component, and the card content data.
In a possible implementation manner, the card message data further includes service configuration information, where the service configuration information includes at least one of configuration information and service information, the configuration information is used to indicate an operation configuration supported by the card message, and the service information includes service data of a third-party service corresponding to the specified page;
the card message generating module 704 is configured to combine the at least one card assembly based on the service configuration information to generate the card message.
To sum up, in the solution shown in the embodiment of the present application, each component template supported by the card message is preset in the first application program, and the card component information and the card content data are carried in the card message data, so that after the first application program receives the card message data, the card component information, the card content data, and the corresponding component template are combined to generate one or more card components included in the card information, and the one or more card components are combined into the card information to be displayed. In the above scheme, since a complete card message is composed of one or more card components, only a small number of component templates need to be set in the first application program, so that the business side supporting the third-party business can customize different card message composition structures, and corresponding card message templates do not need to be set for the card messages of each third-party business, thereby limiting the number of the templates, improving the analysis performance of card message data, and further improving the display efficiency of the card messages.
Fig. 8 is a block diagram illustrating a structure of a message presentation apparatus according to an exemplary embodiment. The message presentation device may perform all or part of the steps of the method shown in the corresponding embodiment of fig. 3 or fig. 4. The message presentation apparatus may include:
a configuration interface display module 801, configured to display a card configuration interface, where the card configuration interface is used to configure a card message triggered based on a specified page; the card configuration interface comprises configuration items of each card assembly;
a parameter generating module 802, configured to generate card assembly configuration parameters in response to a configuration operation on a configuration item of at least one card assembly in the respective card assemblies;
a parameter uploading module 803, configured to upload the card component configuration parameters to a server of a first application, so that the server responds to a card message sending operation triggered in the specified page, generates card message data based on the card component configuration parameters, and sends the card message data to a target terminal installed with the first application; the card message data comprises card assembly information and card content data; the card assembly information is used to indicate the at least one card assembly; the card message data is used for instructing the target terminal to acquire a component template of at least one card component contained in the card message based on the card component information, generate the at least one card component based on the component template of the at least one card component and the card content data, combine the at least one card component, generate the card message, and display the card message in a message display interface of the first application.
In one possible implementation, the apparatus further includes:
a parameter sending module, configured to send the card assembly configuration parameter to a preview terminal before the parameter uploading module 803 uploads the card assembly configuration parameter to the server of the first application, so that the preview terminal generates and displays a preview image of the card message based on the card assembly configuration parameter.
FIG. 9 is a schematic diagram illustrating a configuration of a computer device, according to an example embodiment. The computer apparatus 900 includes a Central Processing Unit (CPU) 901, a system Memory 904 including a Random Access Memory (RAM) 902 and a Read-Only Memory (ROM) 903, and a system bus 905 connecting the system Memory 904 and the CPU 901. The computer device 900 also includes a basic Input/Output system (I/O system) 906, which facilitates the transfer of information between various devices within the computer device, and a mass storage device 907 for storing an operating system 908, application programs 909 and other program modules 910.
The memory further includes one or more programs, the one or more programs are stored in the memory, and the central processing unit 901 implements all or part of the steps of the method shown in fig. 2, fig. 3 or fig. 4 by executing the one or more programs.
In an exemplary embodiment, a non-transitory computer readable storage medium including instructions, such as a memory including at least one instruction, at least one program, set of codes, or set of instructions, executable by a processor to perform all or part of the steps of the method illustrated in the corresponding embodiments of fig. 2, 3, or 4 is also provided.
In an exemplary embodiment, a computer program product is also provided that includes computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer readable storage medium, and the processor executes the computer instructions, so that the computer device executes all or part of the steps of the method shown in the corresponding embodiment of fig. 2, fig. 3 or fig. 4.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof.

Claims (14)

1. A method for message presentation, the method comprising:
receiving card message data, wherein the card message data is triggered based on a specified page so as to display card messages in a first application program; the card message data comprises card assembly information and card content data; the card assembly information is used for indicating at least one card assembly contained in the card message;
acquiring a component template of at least one card component contained in the card message based on the card component information;
generating the at least one card assembly based on an assembly template of the at least one card assembly and the card content data;
combining the at least one card assembly to generate the card message;
and displaying the card message in a message display interface of the first application program.
2. The method of claim 1, wherein the card assembly information includes a location type of the at least one card assembly, and assembly properties of the at least one card assembly;
the acquiring a component template of at least one card component contained in the card message based on the card component information includes:
determining a template set corresponding to a target card assembly based on the position type of the target card assembly; the target card assembly is any one of the at least one card assembly;
and determining a component template of the target card assembly from the template set corresponding to the target card assembly based on the component attribute of the target card assembly.
3. The method of claim 2, wherein the component properties include at least one of a data type of the presentation, a behavior type of the response trigger operation, and a presentation style.
4. The method of claim 1, wherein before obtaining the component template of the at least one card component contained in the card message based on the card component information, the method further comprises:
acquiring version support information based on the card assembly information, wherein the version support information is used for indicating whether the version of the currently running first application program supports the display of the card message;
the acquiring a component template of at least one card component contained in the card message based on the card component information includes:
in response to the version support information indicating that the version of the currently running first application supports the presentation of the card message, performing a step of acquiring a component template of at least one card component contained in the card message based on the card component information.
5. The method of claim 4, wherein the card message data further includes compatibility data, the method further comprising:
in response to the version support information indicating that the version of the currently running first application program does not support the display of the card message, generating a compatible message corresponding to the card message based on the compatible data;
and displaying the compatible message in a message display interface of the first application program.
6. The method of claim 4, wherein the obtaining version support information based on the card assembly information comprises:
analyzing the card component information, and determining an analyzed card component;
responding to a card component containing a designated part in the parsed card component, and generating first version support information, wherein the first version support information is used for indicating that the version of the currently running first application program supports the display of the card message;
and generating second version support information in response to that the analyzed card assembly does not contain the card assembly with the specified position, wherein the second version support information is used for indicating that the version of the currently running first application program does not support the display of the card message.
7. The method of claim 1, wherein prior to generating the at least one card assembly based on the assembly template for the at least one card assembly and the card content data, further comprising:
determining a bezel style of the at least one card assembly based on a position of the at least one card assembly in the card message;
the generating the at least one card assembly based on the assembly template of the at least one card assembly and the card content data comprises:
generating the at least one card assembly based on a bezel style of the at least one card assembly, an assembly template of the at least one card assembly, and the card content data.
8. The method according to claim 1, wherein the card message data further includes service configuration information, the service configuration information includes at least one of configuration information and service information, the configuration information is used to indicate an operation configuration supported by the card message, and the service information includes service data of a third-party service corresponding to the designated page;
said combining said at least one card assembly to generate said card message comprises:
and combining the at least one card assembly based on the service configuration information to generate the card message.
9. A method for message presentation, the method comprising:
displaying a card configuration interface, wherein the card configuration interface is used for configuring a card message triggered based on a specified page; the card configuration interface comprises configuration items of each card assembly;
generating card assembly configuration parameters in response to a configuration operation on a configuration item of at least one of the respective card assemblies;
uploading the card component configuration parameters to a server of a first application program, so that the server responds to a card message sending operation triggered in the specified page, generates card message data and sends the card message data to a target terminal provided with the first application program; the card message data comprises card assembly information and card content data; the card assembly information is used to indicate the at least one card assembly; the card message data is used for instructing the target terminal to acquire a component template of at least one card component contained in the card message based on the card component information, generate the at least one card component based on the component template of the at least one card component and the card content data, combine the at least one card component, generate the card message, and display the card message in a message display interface of the first application.
10. The method of claim 9, wherein prior to uploading the card assembly configuration parameters to the server of the first application, further comprising:
and sending the card assembly configuration parameters to a preview terminal so that the preview terminal can generate and display a preview of the card message based on the card assembly configuration parameters.
11. A message presentation device, the device comprising:
the message data receiving module is used for receiving card message data, and the card message data is triggered based on a specified page so as to display card messages in the first application program; the card message data comprises card assembly information and card content data; the card assembly information is used for indicating at least one card assembly contained in the card message;
the template acquisition module is used for acquiring a component template of at least one card component contained in the card message based on the card component information;
the component generation module is used for generating the at least one card component based on the component template of the at least one card component and the card content data;
a card message generation module for combining the at least one card assembly to generate the card message;
and the card message display module is used for displaying the card message in a message display interface of the first application program.
12. A message presentation device, the device comprising:
the card configuration interface is used for configuring a card message triggered based on a specified page; the card configuration interface comprises configuration items of each card assembly;
the parameter generating module is used for responding to the configuration operation of the configuration item of at least one card assembly in each card assembly to generate card assembly configuration parameters;
the parameter uploading module is used for uploading the card component configuration parameters to a server of a first application program, so that the server responds to a card message sending operation triggered in the specified page, generates card message data based on the card component configuration parameters and sends the card message data to a target terminal provided with the first application program; the card message data comprises card assembly information and card content data; the card assembly information is used to indicate the at least one card assembly; the card message data is used for instructing the target terminal to acquire a component template of at least one card component contained in the card message based on the card component information, generate the at least one card component based on the component template of the at least one card component and the card content data, combine the at least one card component, generate the card message, and display the card message in a message display interface of the first application.
13. A computer device comprising a processor and a memory, the memory having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, the at least one instruction, the at least one program, the set of codes, or the set of instructions being loaded and executed by the processor to implement the message presentation method of any one of claims 1 to 10.
14. A computer readable storage medium having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, which is loaded and executed by a processor to implement the message presentation method according to any one of claims 1 to 10.
CN202011549900.3A 2020-12-23 2020-12-23 Message display method and device, computer equipment and storage medium Pending CN112559222A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011549900.3A CN112559222A (en) 2020-12-23 2020-12-23 Message display method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011549900.3A CN112559222A (en) 2020-12-23 2020-12-23 Message display method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112559222A true CN112559222A (en) 2021-03-26

Family

ID=75033289

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011549900.3A Pending CN112559222A (en) 2020-12-23 2020-12-23 Message display method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112559222A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113703898A (en) * 2021-08-31 2021-11-26 康键信息技术(深圳)有限公司 Card type interaction method, device, equipment and medium
CN114449461A (en) * 2022-04-12 2022-05-06 广州讯鸿网络技术有限公司 5G message-based human-computer interaction information forwarding system, method and device
CN114500423A (en) * 2022-01-27 2022-05-13 中国农业银行股份有限公司 Message processing method, device, equipment and storage medium
CN115061765A (en) * 2022-06-20 2022-09-16 未鲲(上海)科技服务有限公司 Message card ejection method and device, electronic equipment and storage medium
CN115134324A (en) * 2022-05-11 2022-09-30 钉钉(中国)信息技术有限公司 Updating method of interactive card, server, terminal and storage medium

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform
CN101599015A (en) * 2009-07-07 2009-12-09 阿里巴巴集团控股有限公司 A kind of method and system of analyzing component
CN102063465A (en) * 2010-11-18 2011-05-18 北京握奇数据系统有限公司 Method and device for customizing card personalization template
CN102469081A (en) * 2010-11-11 2012-05-23 中国移动通信集团公司 Method, equipment and system for operating smart card
KR20130005455A (en) * 2011-07-06 2013-01-16 주식회사 북이십일 Knowledge card based on digital information and the generating method and system thereof and computer readable recording medium
WO2014114084A1 (en) * 2013-01-22 2014-07-31 中兴通讯股份有限公司 Multimedia information sending, receiving and transmitting method and card sending and receiving terminals
US20140305847A1 (en) * 2011-11-11 2014-10-16 Boewe Systec Gmbh Device and method for combining cards and card supports, for handling cards and/or for sorting cards from card holders
CN105045773A (en) * 2015-07-10 2015-11-11 北京奇虎科技有限公司 Method and apparatus for generating card template type service short message
CN106021617A (en) * 2016-07-12 2016-10-12 腾讯科技(深圳)有限公司 Page generation method and device
CN106569790A (en) * 2015-10-13 2017-04-19 阿里巴巴集团控股有限公司 Card template generation method and device, service providing method and device, and information providing method and device
CN107666406A (en) * 2016-07-29 2018-02-06 腾讯科技(深圳)有限公司 Intelligent cards display methods and device
CN109146012A (en) * 2017-06-16 2019-01-04 北京橙鑫数据科技有限公司 Management method, device and the system of card
CN110572431A (en) * 2019-07-31 2019-12-13 华为技术有限公司 Card sharing method, device and system
CN110673847A (en) * 2019-09-24 2020-01-10 北京乐我无限科技有限责任公司 Configuration page generation method and device, electronic equipment and readable storage medium
CN110889062A (en) * 2019-11-15 2020-03-17 北京幻想纵横网络技术有限公司 Page loading method and device, terminal and computer readable storage medium
CN110968309A (en) * 2019-10-15 2020-04-07 京东数字科技控股有限公司 Template generation method and device, electronic equipment and storage medium
CN111581567A (en) * 2019-02-18 2020-08-25 阿里巴巴集团控股有限公司 Page generation method and device
CN111596821A (en) * 2020-04-29 2020-08-28 腾讯科技(深圳)有限公司 Message display method and device, computer equipment and storage medium
CN111768270A (en) * 2020-06-23 2020-10-13 京东数字科技控股有限公司 Target component generation method and device, electronic equipment and computer readable medium
CN211956516U (en) * 2020-05-13 2020-11-17 上海励识电子科技有限公司 Device for constructing card interactive function, card interactive system and card supplement system

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform
CN101599015A (en) * 2009-07-07 2009-12-09 阿里巴巴集团控股有限公司 A kind of method and system of analyzing component
CN102469081A (en) * 2010-11-11 2012-05-23 中国移动通信集团公司 Method, equipment and system for operating smart card
CN102063465A (en) * 2010-11-18 2011-05-18 北京握奇数据系统有限公司 Method and device for customizing card personalization template
KR20130005455A (en) * 2011-07-06 2013-01-16 주식회사 북이십일 Knowledge card based on digital information and the generating method and system thereof and computer readable recording medium
US20140305847A1 (en) * 2011-11-11 2014-10-16 Boewe Systec Gmbh Device and method for combining cards and card supports, for handling cards and/or for sorting cards from card holders
WO2014114084A1 (en) * 2013-01-22 2014-07-31 中兴通讯股份有限公司 Multimedia information sending, receiving and transmitting method and card sending and receiving terminals
CN105045773A (en) * 2015-07-10 2015-11-11 北京奇虎科技有限公司 Method and apparatus for generating card template type service short message
CN106569790A (en) * 2015-10-13 2017-04-19 阿里巴巴集团控股有限公司 Card template generation method and device, service providing method and device, and information providing method and device
CN106021617A (en) * 2016-07-12 2016-10-12 腾讯科技(深圳)有限公司 Page generation method and device
CN107666406A (en) * 2016-07-29 2018-02-06 腾讯科技(深圳)有限公司 Intelligent cards display methods and device
CN109146012A (en) * 2017-06-16 2019-01-04 北京橙鑫数据科技有限公司 Management method, device and the system of card
CN111581567A (en) * 2019-02-18 2020-08-25 阿里巴巴集团控股有限公司 Page generation method and device
CN110572431A (en) * 2019-07-31 2019-12-13 华为技术有限公司 Card sharing method, device and system
CN110673847A (en) * 2019-09-24 2020-01-10 北京乐我无限科技有限责任公司 Configuration page generation method and device, electronic equipment and readable storage medium
CN110968309A (en) * 2019-10-15 2020-04-07 京东数字科技控股有限公司 Template generation method and device, electronic equipment and storage medium
CN110889062A (en) * 2019-11-15 2020-03-17 北京幻想纵横网络技术有限公司 Page loading method and device, terminal and computer readable storage medium
CN111596821A (en) * 2020-04-29 2020-08-28 腾讯科技(深圳)有限公司 Message display method and device, computer equipment and storage medium
CN211956516U (en) * 2020-05-13 2020-11-17 上海励识电子科技有限公司 Device for constructing card interactive function, card interactive system and card supplement system
CN111768270A (en) * 2020-06-23 2020-10-13 京东数字科技控股有限公司 Target component generation method and device, electronic equipment and computer readable medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113703898A (en) * 2021-08-31 2021-11-26 康键信息技术(深圳)有限公司 Card type interaction method, device, equipment and medium
CN114500423A (en) * 2022-01-27 2022-05-13 中国农业银行股份有限公司 Message processing method, device, equipment and storage medium
CN114500423B (en) * 2022-01-27 2024-04-02 中国农业银行股份有限公司 Message processing method, device, equipment and storage medium
CN114449461A (en) * 2022-04-12 2022-05-06 广州讯鸿网络技术有限公司 5G message-based human-computer interaction information forwarding system, method and device
CN115134324A (en) * 2022-05-11 2022-09-30 钉钉(中国)信息技术有限公司 Updating method of interactive card, server, terminal and storage medium
CN115061765A (en) * 2022-06-20 2022-09-16 未鲲(上海)科技服务有限公司 Message card ejection method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN112559222A (en) Message display method and device, computer equipment and storage medium
CN112800370B (en) Processing method and device of business document, computer equipment and storage medium
US9081757B2 (en) Systems and methods for tracking and updating hosted applications
JP2004510254A (en) Network server
US9646103B2 (en) Client-side template engine and method for constructing a nested DOM module for a website
CN111104635A (en) Table webpage generation method and device
CN111796799B (en) Sub-application development method and device, computer equipment and storage medium
CN113268226A (en) Page data generation method and device, storage medium and equipment
US20160012551A1 (en) Apparatus and Application Server for Providing a Service to a User
US20160012147A1 (en) Asynchronous Initialization of Document Object Model (DOM) Modules
US20200233648A1 (en) Split testing associated with detection of user interface (ui) modifications
US11625243B2 (en) Micro-application creation and execution
CN111353686A (en) Micro-task control method, computer-readable storage medium, computer program, and electronic device
CN109284488B (en) Method, device and medium for modifying front-end table column data based on local storage
CN113741965A (en) Method, device and equipment for arranging flow chart and storage medium
CN111610972B (en) Page generation method, device, equipment and storage medium
CN112395027A (en) Widget interface generation method and device, storage medium and electronic equipment
CN113094049A (en) Page generation method, page display method and device and electronic equipment
CN108319474B (en) Page information generation method, device and equipment
US20100169457A1 (en) Social user script service by service proxy
US10956658B2 (en) Digital content editing of a document object model (DOM) based on object model comparison
CN112764746A (en) Data processing method and device, electronic equipment and storage medium
CN113342450B (en) Page processing method, device, electronic equipment and computer readable medium
CN114661274A (en) Method and device for generating intelligent contract
CN113656041A (en) Data processing method, device, equipment and storage medium

Legal Events

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