CN112069422A - Information display method, server, terminal and medium - Google Patents

Information display method, server, terminal and medium Download PDF

Info

Publication number
CN112069422A
CN112069422A CN202010802390.XA CN202010802390A CN112069422A CN 112069422 A CN112069422 A CN 112069422A CN 202010802390 A CN202010802390 A CN 202010802390A CN 112069422 A CN112069422 A CN 112069422A
Authority
CN
China
Prior art keywords
target
user
data content
service type
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
CN202010802390.XA
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.)
Changsha Youheng Network Technology Co Ltd
Original Assignee
Changsha Youheng Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changsha Youheng Network Technology Co Ltd filed Critical Changsha Youheng Network Technology Co Ltd
Priority to CN202010802390.XA priority Critical patent/CN112069422A/en
Publication of CN112069422A publication Critical patent/CN112069422A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

In the embodiment of the application, the information server can determine corresponding target data content and target display style according to a target service type and target user information in a data acquisition request sent by a user terminal, and return the determined target data content and target display style to the user terminal. After receiving the target data content and the target display style, the user terminal can directly display the target data content after rendering according to the target display style without performing business logic processing. By centralizing the service logic processing function at the information server, the redundancy of service function codes can be reduced, the problem can be conveniently checked under the condition that the target data content is displayed wrongly, and the maintainability of the system is improved.

Description

Information display method, server, terminal and medium
Technical Field
The present application relates to the field of internet technologies, and in particular, to an information display method, a server, a terminal, and a medium.
Background
With the development of internet technology, the internet is more and more widely applied. Typically, internet applications include a server side and a client side. In the using process, sometimes the user terminal needs to request information under a certain service type from the server terminal according to the access request of the user and display the information to the user.
In the prior art, the server may return a lot of information under the service type according to the request of the user; after receiving a plurality of information returned by the server, the user needs to filter the target information which needs to be displayed finally, and then renders and displays the target information according to a display style which is adaptive to the target information.
In the process of information display, errors such as mismatching of information content and display style or miscorrespondence of displayed information content and service type may occur, and the error reasons are difficult to directly and quickly troubleshoot in the existing information display mode.
Disclosure of Invention
Various aspects of the application provide an information display method, a server, a terminal and a medium, which are used for rapidly positioning the error reason of displayed information, are beneficial to problem troubleshooting and improve the maintainability of a system.
The embodiment of the application provides an information display method, which is suitable for an information server and comprises the following steps: receiving a data acquisition request sent by a user terminal, wherein the data acquisition request comprises a target service type and a terminal identifier, and the target service type is one of a plurality of service types supported by an application running on the user terminal; inquiring a user information base according to the terminal identification to acquire target user information corresponding to the user terminal; according to the target service type and the target user information, inquiring the corresponding relation among the service type, the user information, the data content and the display style to obtain the target data content and the target display style; and returning the target data content and the target display style to the user terminal so that the user terminal can display the target data content after rendering according to the target display style.
The embodiment of the present application further provides an information display method, which is applicable to a user terminal, and includes: responding to a trigger event, and acquiring a target service type, wherein the target service type is one of a plurality of service types supported by an application; sending a data acquisition request to an information server, wherein the data acquisition request comprises a target service type and a terminal identifier; receiving target data content and a target display style returned by the information server according to the target service type and the terminal identification; rendering the target data content according to the target display style, and displaying a rendering result of the target data content in a popup window form.
An embodiment of the present application further provides an information server, including: a processor and a memory storing a computer program; the processor to execute the computer program to: receiving a data acquisition request sent by a user terminal, wherein the data acquisition request comprises a target service type and a terminal identifier, and the target service type is one of a plurality of service types supported by an application running on the user terminal; inquiring a user information base according to the terminal identification to acquire target user information corresponding to the user terminal; according to the target service type and the target user information, inquiring the corresponding relation among the service type, the user information, the data content and the display style to obtain the target data content and the target display style; and returning the target data content and the target display style to the user terminal so that the user terminal can display the target data content after rendering according to the target display style.
An embodiment of the present application further provides a user terminal, including: a processor and a memory storing a computer program; the processor to execute the computer program to: responding to a trigger event, and acquiring a target service type, wherein the target service type is one of a plurality of service types supported by an application; sending a data acquisition request to an information server, wherein the data acquisition request comprises a target service type and a terminal identifier; receiving target data content and a target display style returned by the information server according to the target service type and the terminal identification; rendering the target data content according to the target display style, and displaying a rendering result of the target data content in a popup window form.
Embodiments of the present application also provide a computer-readable storage medium storing a computer program, which, when executed by a processor, causes the processor to implement the steps in the embodiments of the method of the present application.
In the embodiment of the application, the information server can determine the corresponding target data content and the target display style according to the target service type and the target user information in the data acquisition request sent by the user terminal, and return the determined target data content and the determined target display style to the user terminal. After receiving the target data content and the target display style, the user terminal can directly display the target data content after rendering according to the target display style without performing business logic processing. By centralizing the service logic processing function at the information server, the redundancy of service function codes can be reduced, the problem can be conveniently checked under the condition that the target data content is displayed wrongly, and the maintainability of the system is improved.
Drawings
Fig. 1a is a flowchart of an information displaying method according to an embodiment of the present disclosure;
fig. 1b is a flowchart of another information displaying method provided in the embodiment of the present application;
fig. 2a is a schematic structural diagram of an information server according to an embodiment of the present application;
fig. 2b is a schematic structural diagram of a user terminal according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the data transmission and information interaction process of internet application, the data transmission and information interaction process is usually completed by a server and a user, and the user can initiate an access request according to the requirement of the user, request information under a certain service type from the server and display the information to the user. In the prior art, the server may return a lot of information under the service type according to the request of the user; after receiving a plurality of information returned by the server, the user needs to filter the target information which needs to be displayed finally, and then renders and displays the target information according to a display style which is adaptive to the target information. However, in the information display process, errors may occur such as that the information content is not adapted to the display style, or the displayed information content is not corresponding to the service type, and it is difficult to directly and quickly troubleshoot the error reasons in the existing information display mode.
In order to solve the above problem, an embodiment of the present application provides an information display method, which is applicable to an information server. Fig. 1a is a flowchart of an information displaying method provided in an embodiment of the present application, and as shown in fig. 1a, the method includes:
s1a, receiving a data acquisition request sent by a user terminal, wherein the data acquisition request comprises a target service type and a terminal identification, and the target service type is one of a plurality of service types supported by an application running on the user terminal.
And S2a, inquiring the user information base according to the terminal identification to obtain the target user information corresponding to the user terminal.
S3a, according to the target service type and the target user information, inquiring the corresponding relation of the service type, the user information, the data content and the display style to obtain the target data content and the target display style.
And S4a, returning the target data content and the target display style to the user terminal so that the user terminal can render and display the target data content according to the target display style.
In the embodiment of the application, data transmission and information interaction between the user terminal and the information server are realized based on specific service scenes, and the application running on the user terminal can send data acquisition requests to the information server according to different requirements under different service scenes so as to acquire target data content meeting application requirements. Because the application needs to show the data content of different service types to the user under different service scenes, the data content to be shown for different users is different. Therefore, when sending a data acquisition request to the information server, the user terminal may carry the target service type corresponding to the application and the terminal identifier corresponding to the user terminal. Therefore, the information server receives a data acquisition request sent by the user terminal, wherein the data acquisition request includes a target service type and a terminal identifier, the target service type is one of a plurality of service types supported by an application running on the user terminal, that is, the service type corresponding to target data content which the user terminal needs to request to acquire currently, and based on the target service type and the terminal identifier, the user terminal can acquire the target data content meeting the application requirement.
In some embodiments, for different users, when the user terminal presents data information of the same service type to the user, the presented data content or presentation style may be different. Therefore, after receiving a data acquisition request sent by a user terminal, the information server can query the user information base according to the terminal identifier in the data acquisition request to acquire target user information corresponding to the user terminal, and further determine corresponding data content or a display style according to the target user information. Specifically, the information server may determine the user identifier of the currently used terminal according to the terminal identifier, for example, may determine the user account of the currently used terminal according to the terminal identifier. And then, specific information of the current user can be inquired according to the user identification, and the inquired specific information is used as target user information. Optionally, if the data content or the presentation style presented by the application of the user terminal to the users of different levels is different, after receiving the terminal identifier in the data acquisition request, the information server may query, according to the terminal identifier, the level information corresponding to the user currently using the terminal, and use the queried level information as the target user information, thereby determining the corresponding data content and the presentation style according to the level information of the user.
In practical application, since the target data content and the target display style displayed to the user by the application of the user terminal are determined by the target service type and the target user information, the corresponding target data content and the target display style can be determined under the condition that the target service type and the target user information are known by establishing the corresponding relation between the target data content and the target display style and the target service type and the target user information. Therefore, after receiving the data acquisition request, the information server can query the corresponding relation among the service type, the user information, the data content and the display style according to the target service type and the target user information in the data acquisition request to obtain the target data content and the target display style corresponding to the target service type and the target user information. Further, the information server can return the target data content and the target display style to the user terminal, so that the user terminal can render and display the target data content according to the target display style.
In the embodiments of the present application, the data transmission method between the user terminal and the information server is not limited, and any method that is suitable for practical application scenarios and can be implemented is applicable to the embodiments of the present application, for example, data transmission is performed by using the HTTP protocol. In addition, the form of the data content requested to be acquired by the user terminal to the information server is not limited, and may be any one or a combination of a text, a picture, a table or the form thereof, and the form of the data content requested to be acquired is different according to different actual requirements. Further, the type of data content is not limited, and may be a notification, an advertisement, a campaign, or the type thereof. Further, the embodiment of the present application also does not limit the type of the service type, for example, the service type may be a home type, an e-commerce type, or another service type, and for different types of service types, a plurality of specific sub-service types may be included according to different application scenarios. For example, for the type of home affairs, a plurality of sub-business types such as a month-sao business, a nurse, a clockwork business and the like can be included below the type of home affairs; for the electric business type, various sub business types such as clothes, shoes and hats, household appliances, numbers and the like can be contained below the electric business type. Therefore, the data content and the implementation form of the service type in the embodiment of the present application need to be determined by combining specific service requirements, which is not limited herein.
In the embodiment of the present application, the information server needs to determine the target data content and the target display style according to the target service type and the target user information in the data acquisition request sent by the user terminal, and therefore, before the information server queries the data corresponding to the target data content and the target display style, the corresponding relationship among the service type, the user information, the data content, and the display style needs to be set in advance, so that the information server queries the data corresponding to the target data content and the target display style corresponding to the target service type and the target user information according to the corresponding relationship. Therefore, the information server is used for responding the configuration operation of the configuration personnel, generating the corresponding relation among the service type, the user information, the data content and the display style, and inquiring the target data content and the target display style corresponding to the target service type and the target user information according to the set corresponding relation after receiving the data acquisition request sent by the user terminal. For example, taking an administrative scene as an example, for a service product with a service type of "month-old-law", an application of the user terminal needs to show an advertisement of the "month-old-law" service type to the user in a form of a pop window. If the level of the login user is the VIP user, when the application displays the introduction information of the sisters-in-law to the VIP user, the introduction information corresponding to the sisters-in-law with rich work experience and high level needs to be displayed so as to meet the requirements of the VIP user. If the level of the login user is the ordinary user, when the application shows the introduction information of the month-sisters-in-law to the ordinary user, only the introduction information corresponding to the month-sisters-in-law with the on-duty qualification needs to be shown. Then, when configuring the corresponding relationship among the service type, the user information, the data content, and the presentation style, the configuration personnel may perform configuration operation on the information server according to the agreed rule, and generate a configuration file having "service type: month sister "," show style: popup "," data content: introduction information of the month sao "," VIP user: advanced month sao "and" general user: qualified Yuesao and the like. The information server can determine that the target data content is 'introduction information of high-level sisters-in-law' and the target display style is 'pop-up window' by inquiring the corresponding relation according to the VIP level user corresponding to the sister-in-law service type and the terminal identification in the data acquisition request.
In this embodiment, the implementation form of the correspondence between the service type, the user information, the data content, and the presentation style is not limited. For example, after the configurator configures the corresponding relationship, the content of the corresponding relationship may be recorded in the database through one table, or the corresponding relationship table may be formed by associating a plurality of tables, and the specific implementation manner may be determined according to actual requirements. Further, a specific implementation manner of the presentation style is not limited, and the presentation in the form of a pop-up window in the above embodiments is only an exemplary illustration, and other forms such as a carousel map, a floating window, and a navigation bar may also be used in specific implementations. For example, the configuration personnel may configure the size of the window, the number of windows displayed, the display duration, the layout in the window, and the like during configuration, and thus, the description will not be made herein. Further, the method for determining the target data content and the target presentation style by the information server is not limited, and any method that can be implemented and meets the actual requirements is applicable to the present embodiment.
In an optional embodiment, the information server may obtain, from the database, data content and a presentation style corresponding to all the service types and the user information in the correspondence according to the correspondence of the service types, the user information, the data content and the presentation style, and further select, as the target data content and the target presentation style, the data content and the presentation style corresponding to the target service type and the target user information from the obtained data content and the presentation style. For example, taking an administrative scene as an example, the configurator configures the corresponding relationships of three service types, user information, data contents and display styles, which are respectively corresponding relationship data of a "month-old-law type, a VIP user, a month-old-law service introduction, a pop-up window display", a "month-old-law type, a common user, a month-search service introduction, a floating window display", a "nurse type, a VIP user, a nurse service introduction, a carousel display", and the like. Assuming that a service type in a data acquisition request sent by a user terminal is a Yuesao type, a user level corresponding to a terminal identifier is a VIP user, after receiving the data acquisition request of the user terminal, an information server can firstly query three kinds of corresponding relation data from a database, and determines that a target service type and target user information are respectively the Yuesao type and the VIP user by judging the service type in the data acquisition request and the user level corresponding to the terminal identifier. Further, the information server may determine "a month-sister-in-law service introduction, a pop-up window presentation" corresponding to the month-sister type and the VIP user as the target data content and the target presentation style from the three kinds of correspondence data, and return the target data content and the target presentation style to the user terminal.
In another optional embodiment, the information server may directly query, according to the target service type in the data acquisition request and the determined target user information, the target data content and the target presentation style corresponding to the target service type and the target user information in the correspondence. For example, taking an e-commerce scene as an example, a configurator configures the corresponding relations of three service types, user information, data contents and display styles, which are respectively corresponding relation data of a 'point exchange type, a VIP user, a gift introduction, a pop-up window display', a 'point exchange type, a common user, a gift introduction, a floating window display' and a 'currency purchase type, a VIP user, a product introduction, a carousel display' and the like. Assuming that a service type in a data acquisition request sent by a user terminal is a credit exchange type, a user level corresponding to a terminal identifier is a common user, after receiving the data acquisition request of the user terminal, an information server may first determine the service type in the data acquisition request and the user level corresponding to the terminal identifier, and determine that a target service type and target user information are respectively the credit exchange type and the common user. Further, the information server can directly inquire the database, and from the three kinds of corresponding relation data, the 'gift introduction and floating window display' corresponding to the point exchange type and the common user is inquired out and returned to the user terminal as the target data content and the target display style.
Further, after receiving the target data content and the target display style returned by the information server, the user terminal may render and display the target data content according to the target display style, for example, display in a pop-up window form. When the user sees the displayed target data content, a series of operations may be performed on the pop-up window and the displayed data content, for example, clicking and opening the pop-up window, viewing the data content, performing operations on other services related to the data content, closing the pop-up window, and the like. Further, the user terminal may report an operation result of the user to the information server, and the information server may receive a closing result of the popup execution closing operation performed on the target data content reported by the user terminal and a viewing result of the execution viewing operation performed on the target data content reported by the user terminal, and according to the received result data, the information server may perform further processing. For example, the information server can count the click rate of the target data content according to the received result data, and then estimate the user's preference for the target data content; or tracking the progress of the user in executing the operation on the associated service of the target data content so as to control the associated service of the target data content; or, whether the target data is really viewed is determined according to the time length from the opening to the closing of the pop-up window, so as to determine the probability that the target data content is viewed and the like. The information server is beneficial to expanding and promoting subsequent services and improving the working quality of the whole service by further analyzing and processing the received result data.
In the embodiment of the application, the information server can determine the corresponding target data content and the target display style according to the target service type and the target user information in the data acquisition request sent by the user terminal, and return the determined target data content and the determined target display style to the user terminal. After receiving the target data content and the target display style, the user terminal can directly display the target data content after rendering according to the target display style without performing business logic processing. By centralizing the service logic processing function at the information server, the redundancy of service function codes can be reduced, the problem can be conveniently checked under the condition that the target data content is displayed wrongly, and the maintainability of the system is improved.
The present application further provides an information display method, which is applicable to a user terminal, and fig. 1b is a flowchart of the information display method provided in the embodiment of the present application, and as shown in fig. 1b, the method includes:
s1b, responding to the trigger event, obtaining the target service type, wherein the target service type is one of a plurality of service types supported by the application.
S2b, sending a data acquisition request to the information server, wherein the data acquisition request comprises a target service type and a terminal identification.
And S3b, receiving the target data content and the target display style returned by the information server according to the target service type and the terminal identification.
And S4b, rendering the target data content according to the target display style, and displaying the rendering result of the target data content in a popup window form.
In the embodiment of the application, a user triggers a series of events when using the application of the user terminal, and the user terminal can perform data transmission and information interaction with the information server when responding to the triggering events so as to complete the control and processing of the application. For example, when the application is started, the application needs to load the presentation data of the initial page, and when the application is started, the application triggers a start event, and after the user terminal responds to the start event, the user terminal sends a data acquisition request to the information server to acquire the data required by the application to load the initial page. Correspondingly, when the application needs to show the data content corresponding to a certain service type to the user, the corresponding trigger event is also triggered, and the user terminal can acquire the target service type after responding to the trigger event, wherein the target service type is one of a plurality of service types supported by the application, namely the target service type corresponding to the target data content which the application needs to show to the user.
In this embodiment, when the application presents the target data content to the user, the data content presented to the same user may be different for different service types, or the data content presented to different users may be different for the same service type. Therefore, when the user terminal sends a data acquisition request to the information server, the data acquisition request needs to include a target service type and a terminal identifier, where the terminal user identifier can be used by the information server to determine user information corresponding to the user terminal. For example, the information server may query the user identifier of the current login user according to the terminal identifier, and further may query other user information corresponding to the login user according to the user identifier. Further, based on the target service type in the data acquisition request and the determined target user information, the corresponding target data content and the target display style can be determined and returned to the user terminal. Under the condition that the user terminal receives the target data content and the target display style returned by the information server according to the target service type and the terminal identification, the target data content can be rendered according to the target display style, and a rendering result of the target data content is displayed in a pop-up window form, so that the user can perform subsequent operation on the rendering result.
In this embodiment, the type of the triggering event and the triggered time are not limited, and may be different according to different service scenarios. For example, the trigger event may be triggered when the application is started, and the user terminal may respond to the start event of the application, acquire a service type that the application currently needs to be promoted as a target service type, and send the target service type and the terminal identifier as request data to the information server, so as to acquire target data content and a target display style corresponding to the target service type and the user information. Or, the display application interface comprises a plurality of service types, the user terminal can respond to the selection operation of the user, acquire the service type selected and accessed by the user as the target service type, and send the target service type and the terminal identification as request data to the information server so as to acquire the target data content and the target display style corresponding to the target service type and the user information.
For example, taking an administrative scenario as an example, when the currently logged-in user is a VIP user, the home application needs to promote an advertisement related to "a month-to-month-sister service" to the VIP user. When the VIP user starts the home application, the user terminal can respond to the starting event of the application and send the 'Yuesao service type' to be promoted and the terminal identification to the information server. After receiving the 'Yuesao service type' and the terminal identification, the information server can determine the grade information of the user as the VIP user according to the terminal identification, and return the target data content and the target display style corresponding to the 'Yuesao service type' and the VIP user to the user terminal. And after receiving the target data content and the target display style returned by the information server, the user terminal can render and display the target data content according to the target display style. For example, the target display style is to display the promoted month-to-month-sister-of-law service advertisement in a pop-up form, and then the user can see the advertisement pop-up window in the application page when the application is started, and the data content in the window is the advertisement information corresponding to the few services.
For another example, taking a home scene as an example, when the currently logged-in user is a general user, the user may select the service information that the user wants to view from the service modules in the application interface. In the case that the user terminal responds to the selection operation of the user, the service type and the terminal identification corresponding to the selection operation performed by the user can be sent to the information server. After receiving the service type and the terminal identification selected by the user, the information server can return the corresponding target data content and the target display style to the user terminal, and after receiving the target data content and the target display style returned by the information server, the user terminal can render and display the target data content according to the target display style. For example, if the service module selected by the user is a nanny service module, the user terminal sends "nanny service type" and a terminal identifier to the information server. After receiving the 'nanny business type' and the terminal identification selected by the user, the information server can determine the grade information of the user as a common user according to the terminal identification, and returns the target data content and the target display style corresponding to the 'nanny business type' and the common user to the user terminal. And after receiving the target data content and the target display style returned by the information server, the user terminal can render and display the target data content according to the target display style. For example, the target display style is to display the advertisement information corresponding to the nanny service in the form of a floating window, and after the user selects the nanny service module and opens the service module, the advertisement information corresponding to the nanny service is displayed in the application interface of the service module in the form of the floating window.
Further, under the condition that the user terminal receives the target data content and the target display style returned by the information server and renders and displays the target data content according to the target display style, the user can perform specific operation on the rendering result. For example, clicking and opening a pop-up window, viewing data content, operating on other services associated with the data content, closing the pop-up window, and the like. Therefore, the user terminal also responds to the closing operation of the user on the popup, closes the popup and reports the closing result of the popup to the information server, or responds to the viewing operation of the rendering result of the user, displays a detail page corresponding to the target data content to the user, and reports the viewing result of the rendering result of the user to the information server, wherein the viewing result comprises various operation results of the user on the detail page. Taking the example that the introduction information of the month-old apparatuses is shown in the application in the form of pop-up windows, a user can open the windows after seeing the pop-up windows, browse the introduction information of the month-old apparatuses on a detail page, reserve the corresponding month-old apparatuses on the detail page under the condition of determining to purchase the month-old apparatuses, and close the pop-up windows after the reservation is successful. In the process, the user terminal can respond to the user's operations of opening a window, viewing introduction information of the sister-in-law service, reserving the sister-in-law service, closing the window and the like, and report the corresponding operation result to the information server so that the information server can perform subsequent processing according to the operation result.
In the embodiment of the application, the user terminal can acquire the corresponding service type by responding to the trigger event of the application, and sends the service type as the target service type and the terminal identification to the information server together, so that the target data content and the target display style corresponding to the target service type and the user information can be acquired. And under the condition that the target data content and the target display style returned by the information server are received, the target data content is rendered and displayed according to the target display style, the processing logic is simple, the realization is easy, under the condition that the data content does not correspond to the service type during the display of the target data content, the error reason can be quickly positioned, and the maintenance is easy.
It should be noted that the execution subjects of the steps of the methods provided in the above embodiments may be the same device, or different devices may be used as the execution subjects of the methods. For example, the execution subjects of steps S1a to S5a may be device a; for another example, the execution subjects of steps S1a to S3a may be device a, and the execution subjects of steps S4a and S5a may be device B; and so on. In addition, in the flow described in the above embodiments and the drawings, a plurality of operations that appear in a specific order are included, but it should be clearly understood that these operations may be executed out of the order they appear herein or in parallel, and the sequence numbers of the operations, such as S1b, S2b, etc., are merely used to distinguish between the various operations, and the sequence numbers themselves do not represent any execution order. Additionally, the flows may include more or fewer operations, and the operations may be performed sequentially or in parallel.
Fig. 2a is a schematic structural diagram of an information server according to an embodiment of the present application, and as shown in fig. 2a, the information server 100 includes: a processor 110 and a memory 120 storing computer programs; the processor 110 and the memory 120 may be one or more.
The memory 120 is mainly used for storing computer programs, and these computer programs can be executed by the processor 110, so that the processor 110 controls the information server 100 to implement corresponding functions, and complete corresponding actions or tasks. In addition to storing computer programs, the memory 120 may also be configured to store other various data to support operations on the information server 100. Examples of such data include instructions for any application or method operating on the information server 100.
The memory 120 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
In the embodiment of the present application, the implementation form of the processor 110 is not limited, and may be, for example and without limitation, a CPU, a GPU, an MCU, or the like. The processor 110 may be regarded as a control system of the information server 100, and may be configured to execute the computer program stored in the memory 120 to control the information server 100 to implement the corresponding functions and complete the corresponding actions or tasks. It should be noted that, depending on the implementation form and the scene where the information server 100 is located, the functions, actions or tasks required to be implemented may be different; accordingly, the computer programs stored in the memory 120 may be different, and the execution of different computer programs by the processor 110 may control the information server 100 to perform different functions, perform different actions or tasks.
In some optional embodiments, as shown in fig. 2a, the information server 100 may further include: power components 130 and communication components 140, among other components. Only some components are schematically shown in fig. 2a, which does not mean that the information server 100 only includes the components shown in fig. 2a, and the information server 100 may further include other components according to different application requirements, depending on the product form of the information server 100.
In the embodiment of the present application, when the processor 110 executes the computer program in the memory 120, it is configured to: receiving a data acquisition request sent by a user terminal, wherein the data acquisition request comprises a target service type and a terminal identifier, and the target service type is one of a plurality of service types supported by an application running on the user terminal; inquiring a user information base according to the terminal identification to acquire target user information corresponding to the user terminal; inquiring the corresponding relation among the service type, the user information, the data content and the display style according to the target service type and the target user information to obtain the target data content and the target display style; and returning the target data content and the target display style to the user terminal so that the user terminal can render and display the target data content according to the target display style.
In an optional embodiment, the processor 110, before querying the corresponding relationship between the service type, the user information, the data content and the presentation style according to the target service type and the target user information to obtain the target data content and the target presentation style, is further configured to: and responding to the configuration operation of the configuration personnel, and generating the corresponding relation among the service type, the user information, the data content and the display style.
In an optional embodiment, the processor 110, when querying the corresponding relationship between the service type, the user information, the data content, and the presentation style according to the target service type and the target user information to obtain the target data content and the target presentation style, is configured to: according to the corresponding relation among the service types, the user information, the data contents and the display styles corresponding to all the service types and the user information in the corresponding relation are obtained from a database; and selecting the data content and the display style corresponding to the target service type and the target user information from the acquired data content and the display style as the target data content and the target display style.
In an alternative embodiment, the processor 110 is further configured to perform at least one of the following: receiving a closing result of closing the popup window of the target data content reported by the user terminal; and receiving a viewing result of the execution viewing operation of the target data content reported by the user terminal.
Accordingly, the present application also provides a computer readable storage medium storing a computer program, which when executed by a processor causes the processor to implement the steps in the method embodiments corresponding to the information server of the present application.
Fig. 2b is a schematic structural diagram of the user terminal provided in the embodiment of the present application, and as shown in fig. 2b, the user terminal 200 includes: a processor 210 and a memory 220 storing computer programs; the processor 210 and the memory 220 may be one or more.
The memory 220 is mainly used for storing computer programs, which can be executed by the processor 210, so that the processor 210 controls the user terminal 200 to implement corresponding functions, and complete corresponding actions or tasks. In addition to storing computer programs, memory 220 may be configured to store various other data to support operations on user terminal 200. Examples of such data include instructions for any application or method operating on user terminal 200.
The memory 220 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
In the embodiment of the present application, the implementation form of the processor 210 is not limited, and may be, for example and without limitation, a CPU, a GPU, an MCU, or the like. The processor 210 may be regarded as a control system of the user terminal 200, and may be configured to execute the computer program stored in the memory 220 to control the user terminal 200 to implement the corresponding functions and complete the corresponding actions or tasks. It should be noted that, according to the implementation form and the scene of the user terminal 200, the functions, actions or tasks required to be implemented may be different; accordingly, the computer programs stored in the memory 220 may vary, and execution of different computer programs by the processor 210 may control the user terminal 200 to perform different functions, perform different actions or tasks.
In some optional embodiments, the user terminal 200 may further include: other optional components such as the power component 230, the communication component 240, the display 250 and the audio component 260, which are only schematically shown in fig. 2b, do not mean that the user terminal 200 only includes the components shown in fig. 2b, and in practical applications, whether the user terminal 200 further includes other necessary components or not may depend on the product form of the user terminal 200 according to different application requirements.
In the embodiment of the present application, when the processor 210 executes the computer program in the memory 220, it is configured to: responding to a trigger event, and acquiring a target service type, wherein the target service type is one of a plurality of service types supported by an application; sending a data acquisition request to an information server, wherein the data acquisition request comprises a target service type and a terminal identifier; receiving target data content and a target display style returned by the information server according to the target service type and the terminal identification; and rendering the target data content according to the target display style, and displaying the rendering result of the target data content in a popup window form.
In an alternative embodiment, the processor 210, when obtaining the target traffic type in response to the triggering event, is configured to: responding to an application starting event, and acquiring a service type which needs to be promoted currently by the application as a target service type; or displaying an application interface, wherein the application interface comprises a plurality of service types; and responding to the selection operation of the user, and acquiring the service type selected and accessed by the user as the target service type.
In an alternative embodiment, the processor 210 is further configured to perform at least one of the following: responding to the closing operation of the user to the popup, closing the popup and reporting the closing result of the popup to the information server; and responding to the viewing operation of the user on the rendering result, displaying a detail page corresponding to the target data content to the user, and reporting the viewing result of the user on the rendering result to the information server, wherein the viewing result comprises various operation results of the user on the detail page.
Accordingly, the present application further provides a computer readable storage medium storing a computer program, which, when executed by a processor, causes the processor to implement the steps in the method embodiments corresponding to the user terminal of the present application.
The communication components of fig. 2a and 2b described above are configured to facilitate communication between the device in which the communication component is located and other devices in a wired or wireless manner. The device where the communication component is located can access a wireless network based on a communication standard, such as a WiFi, a 2G, 3G, 4G/LTE, 5G and other mobile communication networks, or a combination thereof. In an exemplary embodiment, the communication component receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component may further include a Near Field Communication (NFC) module, Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and the like.
The display in fig. 2b described above includes a screen, which may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation.
The power supply components of fig. 2a and 2b described above provide power to the various components of the device in which the power supply components are located. The power components may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device in which the power component is located.
The audio component of fig. 2b described above may be configured to output and/or input an audio signal. For example, the audio component includes a Microphone (MIC) configured to receive an external audio signal when the device in which the audio component is located is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in a memory or transmitted via a communication component. In some embodiments, the audio assembly further comprises a speaker for outputting audio signals.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. An information display method is applicable to an information server, and comprises the following steps:
receiving a data acquisition request sent by a user terminal, wherein the data acquisition request comprises a target service type and a terminal identifier, and the target service type is one of a plurality of service types supported by an application running on the user terminal;
inquiring a user information base according to the terminal identification to acquire target user information corresponding to the user terminal;
according to the target service type and the target user information, inquiring the corresponding relation among the service type, the user information, the data content and the display style to obtain the target data content and the target display style;
and returning the target data content and the target display style to the user terminal so that the user terminal can display the target data content after rendering according to the target display style.
2. The method according to claim 1, wherein before querying the corresponding relationship between the service type, the user information, the data content and the presentation style according to the target service type and the target user information to obtain the target data content and the target presentation style, the method further comprises:
and responding to the configuration operation of a configuration personnel to generate the corresponding relation among the service type, the user information, the data content and the display style.
3. The method of claim 1, wherein querying the corresponding relationship among the service type, the user information, the data content and the presentation style according to the target service type and the target user information to obtain the target data content and the target presentation style comprises:
according to the corresponding relation among the service types, the user information, the data contents and the display styles corresponding to all the service types and the user information in the corresponding relation are obtained from a database;
and selecting the data content and the display style corresponding to the target service type and the target user information from the acquired data content and the display style as target data content and target display style.
4. The method of claim 1, further comprising at least one of:
receiving a closing result reported by the user terminal and used for closing the popup window of the target data content;
and receiving a viewing result of the execution viewing operation of the target data content reported by the user terminal.
5. An information display method is applicable to a user terminal, and comprises the following steps:
responding to a trigger event, and acquiring a target service type, wherein the target service type is one of a plurality of service types supported by an application;
sending a data acquisition request to an information server, wherein the data acquisition request comprises a target service type and a terminal identifier;
receiving target data content and a target display style returned by the information server according to the target service type and the terminal identification;
rendering the target data content according to the target display style, and displaying a rendering result of the target data content in a popup window form.
6. The method of claim 5, wherein obtaining the target traffic type in response to the triggering event comprises:
responding to the starting event of the application, and acquiring the service type needing to be promoted currently by the application as the target service type;
or
Displaying an application interface, wherein the application interface comprises a plurality of service types;
and responding to the selection operation of the user, and acquiring the service type selected and accessed by the user as the target service type.
7. The method of claim 5, further comprising at least one of:
responding to the closing operation of the user to the popup, closing the popup and reporting the closing result of the popup to the information server;
and responding to the viewing operation of the user on the rendering result, displaying a detail page corresponding to the target data content to the user, and reporting the viewing result of the user on the rendering result to the information server, wherein the viewing result comprises various operation results of the user on the detail page.
8. An information server, comprising: a processor and a memory storing a computer program;
the processor to execute the computer program to:
receiving a data acquisition request sent by a user terminal, wherein the data acquisition request comprises a target service type and a terminal identifier, and the target service type is one of a plurality of service types supported by an application running on the user terminal;
inquiring a user information base according to the terminal identification to acquire target user information corresponding to the user terminal;
according to the target service type and the target user information, inquiring the corresponding relation among the service type, the user information, the data content and the display style to obtain the target data content and the target display style;
and returning the target data content and the target display style to the user terminal so that the user terminal can display the target data content after rendering according to the target display style.
9. A user terminal, comprising: a processor and a memory storing a computer program;
the processor to execute the computer program to:
responding to a trigger event, and acquiring a target service type, wherein the target service type is one of a plurality of service types supported by an application;
sending a data acquisition request to an information server, wherein the data acquisition request comprises a target service type and a terminal identifier;
receiving target data content and a target display style returned by the information server according to the target service type and the terminal identification;
rendering the target data content according to the target display style, and displaying a rendering result of the target data content in a popup window form.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, causes the processor to carry out the steps of the method according to any one of claims 1 to 7.
CN202010802390.XA 2020-08-11 2020-08-11 Information display method, server, terminal and medium Pending CN112069422A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010802390.XA CN112069422A (en) 2020-08-11 2020-08-11 Information display method, server, terminal and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010802390.XA CN112069422A (en) 2020-08-11 2020-08-11 Information display method, server, terminal and medium

Publications (1)

Publication Number Publication Date
CN112069422A true CN112069422A (en) 2020-12-11

Family

ID=73661103

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010802390.XA Pending CN112069422A (en) 2020-08-11 2020-08-11 Information display method, server, terminal and medium

Country Status (1)

Country Link
CN (1) CN112069422A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112597105A (en) * 2020-12-26 2021-04-02 中国农业银行股份有限公司 Processing method of file associated object, server side equipment and storage medium
CN112765424A (en) * 2021-01-29 2021-05-07 北京字节跳动网络技术有限公司 Data query method, device, equipment and computer readable medium
CN112799773A (en) * 2021-02-23 2021-05-14 京东方科技集团股份有限公司 Data visualization method, terminal device, system and storage medium
CN112887191A (en) * 2021-01-08 2021-06-01 Oppo广东移动通信有限公司 Information display control method and related device
CN113326461A (en) * 2021-06-17 2021-08-31 北京百度网讯科技有限公司 Cross-platform content distribution method, device, equipment and storage medium
CN113626122A (en) * 2021-08-06 2021-11-09 北京奇艺世纪科技有限公司 Service data processing method and device, electronic equipment and storage medium
CN113742805A (en) * 2021-08-24 2021-12-03 杭州群核信息技术有限公司 Interaction method, interaction device, computer readable storage medium and processor
CN113822696A (en) * 2021-03-09 2021-12-21 北京沃东天骏信息技术有限公司 Information display method, device, system, electronic equipment and medium
CN113918252A (en) * 2021-09-22 2022-01-11 北京三快在线科技有限公司 Interface display method and device, computer equipment and storage medium
CN114090143A (en) * 2021-04-02 2022-02-25 北京京东拓先科技有限公司 Icon processing method and device
CN115237317A (en) * 2022-06-13 2022-10-25 北京达佳互联信息技术有限公司 Data display method and device, electronic equipment and storage medium
CN115361466A (en) * 2022-08-19 2022-11-18 中移互联网有限公司 SIM message display method and device
WO2023103430A1 (en) * 2021-12-09 2023-06-15 北京锐安科技有限公司 Data visualization display method and apparatus, medium and electronic device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105302804A (en) * 2014-05-29 2016-02-03 腾讯科技(深圳)有限公司 Service bill display method, terminal, and server
CN106878368A (en) * 2016-08-10 2017-06-20 阿里巴巴集团控股有限公司 The implementation method and device of information pushing
CN108768834A (en) * 2018-05-30 2018-11-06 北京五八信息技术有限公司 Greet language processing method and processing device
CN109949096A (en) * 2019-03-21 2019-06-28 深圳乐信软件技术有限公司 A kind of discount coupon methods of exhibiting, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105302804A (en) * 2014-05-29 2016-02-03 腾讯科技(深圳)有限公司 Service bill display method, terminal, and server
CN106878368A (en) * 2016-08-10 2017-06-20 阿里巴巴集团控股有限公司 The implementation method and device of information pushing
CN108768834A (en) * 2018-05-30 2018-11-06 北京五八信息技术有限公司 Greet language processing method and processing device
CN109949096A (en) * 2019-03-21 2019-06-28 深圳乐信软件技术有限公司 A kind of discount coupon methods of exhibiting, device, equipment and storage medium

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112597105A (en) * 2020-12-26 2021-04-02 中国农业银行股份有限公司 Processing method of file associated object, server side equipment and storage medium
CN112887191A (en) * 2021-01-08 2021-06-01 Oppo广东移动通信有限公司 Information display control method and related device
CN112765424A (en) * 2021-01-29 2021-05-07 北京字节跳动网络技术有限公司 Data query method, device, equipment and computer readable medium
CN112765424B (en) * 2021-01-29 2023-10-10 抖音视界有限公司 Data query method, device, equipment and computer readable medium
CN112799773A (en) * 2021-02-23 2021-05-14 京东方科技集团股份有限公司 Data visualization method, terminal device, system and storage medium
CN113822696A (en) * 2021-03-09 2021-12-21 北京沃东天骏信息技术有限公司 Information display method, device, system, electronic equipment and medium
CN114090143A (en) * 2021-04-02 2022-02-25 北京京东拓先科技有限公司 Icon processing method and device
CN113326461A (en) * 2021-06-17 2021-08-31 北京百度网讯科技有限公司 Cross-platform content distribution method, device, equipment and storage medium
CN113626122B (en) * 2021-08-06 2023-08-18 北京奇艺世纪科技有限公司 Service data processing method and device, electronic equipment and storage medium
CN113626122A (en) * 2021-08-06 2021-11-09 北京奇艺世纪科技有限公司 Service data processing method and device, electronic equipment and storage medium
CN113742805A (en) * 2021-08-24 2021-12-03 杭州群核信息技术有限公司 Interaction method, interaction device, computer readable storage medium and processor
CN113918252A (en) * 2021-09-22 2022-01-11 北京三快在线科技有限公司 Interface display method and device, computer equipment and storage medium
WO2023103430A1 (en) * 2021-12-09 2023-06-15 北京锐安科技有限公司 Data visualization display method and apparatus, medium and electronic device
CN115237317A (en) * 2022-06-13 2022-10-25 北京达佳互联信息技术有限公司 Data display method and device, electronic equipment and storage medium
CN115237317B (en) * 2022-06-13 2024-05-17 北京达佳互联信息技术有限公司 Data display method and device, electronic equipment and storage medium
CN115361466A (en) * 2022-08-19 2022-11-18 中移互联网有限公司 SIM message display method and device
CN115361466B (en) * 2022-08-19 2023-09-05 中移互联网有限公司 SIM message display method and device

Similar Documents

Publication Publication Date Title
CN112069422A (en) Information display method, server, terminal and medium
US20110238498A1 (en) Service stage for subscription management
CN113301361B (en) Man-machine interaction, control and live broadcast method, equipment and storage medium
US20150128060A1 (en) Method and apparatus of providing application program information in mobile terminal device
US20170046144A1 (en) Aercloud application express and aercloud application express launcher
CN105354195B (en) Information searching method and device
CN110390641B (en) Image desensitizing method, electronic device and storage medium
CN105930249B (en) Using monitoring method and device
CN111177489A (en) Object data display method and system
CN112115394A (en) Data display method, server, terminal and medium
CN116089228A (en) Equipment state information processing method, device, equipment and storage medium
CN112819574A (en) Method, device and storage medium for generating household order
CN115272623A (en) Online tape viewing method, device, equipment and storage medium
CN104571781A (en) Multi-application window display method and window management device in Android system
US8370880B2 (en) Telephone control service
CN110875947A (en) Data processing method and edge node equipment
CN112114804A (en) Application program generation method, device and system
CN112016993B (en) Service order processing method, system, equipment and storage medium
CN113763137B (en) Information pushing method and computer equipment
CN114189457A (en) Cloud resource display and processing method, equipment and storage medium
CN110933530A (en) Remote assistance method, device, equipment and computer readable medium
CN112529355B (en) Household service acquisition method, server and storage medium
CN115495642A (en) Recommendation method, device, equipment and storage medium
US10462021B2 (en) System and method for providing object via which service is used
CN112799946A (en) Method, equipment and storage medium for embedding points and collecting data

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