CN111767499A - Page configuration method and device - Google Patents

Page configuration method and device Download PDF

Info

Publication number
CN111767499A
CN111767499A CN202010492558.1A CN202010492558A CN111767499A CN 111767499 A CN111767499 A CN 111767499A CN 202010492558 A CN202010492558 A CN 202010492558A CN 111767499 A CN111767499 A CN 111767499A
Authority
CN
China
Prior art keywords
page
module
service party
service
template
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
CN202010492558.1A
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.)
Hanhai Information Technology Shanghai Co Ltd
Original Assignee
Hanhai Information Technology Shanghai 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 Hanhai Information Technology Shanghai Co Ltd filed Critical Hanhai Information Technology Shanghai Co Ltd
Priority to CN202010492558.1A priority Critical patent/CN111767499A/en
Publication of CN111767499A publication Critical patent/CN111767499A/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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0641Shopping interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/12Hotels or restaurants

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Databases & Information Systems (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Development Economics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present specification discloses a page configuration method and device, and a server can determine a service party type of a service party according to a received page data acquisition request. And then, determining the page template corresponding to the service party type according to the corresponding relation between the service party type and the page templates. And finally, assembling the page data according to the module data of each page module and the page layout, and returning the assembled page data to the terminal for rendering and displaying. And determining the page template corresponding to the comment page according to the service party type of the service party by separating the corresponding relation between each service party type and each page template. When the business party type is newly added, developers do not need to write page data of the comment page, and only the corresponding relation between the business party type and the page template needs to be added, so that the development process is shortened, and the development cost is saved.

Description

Page configuration method and device
Technical Field
The present application relates to the field of internet technologies, and in particular, to a page configuration method and apparatus.
Background
Generally, when a user publishes user comment content in a comment platform, the comment platform needs to display a corresponding comment page to the user according to a service to be commented by the user. For example: when the user cries about the catering business, the critique platform can show the critique page of the catering business containing page modules for per capita consumption and dish recommendation and the like to the user. When the user commends the hairdressing and beauty service, the commenting platform can show the user a commenting page of the hairdressing and beauty service containing the consumption item type and the page modules such as the evaluation module of the technician.
In the prior art, a specific process of displaying a comment page to a terminal of a user by a comment platform is as follows: firstly, the terminal sends a page data acquisition request of a comment page to a server of a comment platform according to the monitored user operation. And then, the commenting platform determines the service party type of the service party according to the service party identification contained in the received page data acquisition request. And then, determining page data corresponding to the comment page according to the service party type of the service party and the version information of the comment platform. And finally, returning the determined page data to the terminal of the user, and rendering and displaying the terminal.
However, in the prior art, the page data of the comment pages corresponding to different services are all written in a hard coding mode. When the comment page of the new business party type is needed to be added, a developer needs to rewrite page data of the comment page of the new business party type, so that the development process is long, and the development cost is high.
Disclosure of Invention
The embodiment of the specification provides a page configuration method and device, which are used for partially solving the problems in the prior art.
The embodiment of the specification adopts the following technical scheme:
the page configuration method provided by the specification comprises the following steps:
the method comprises the steps that a server receives a page data acquisition request of a comment page sent by a terminal, wherein the page data acquisition request at least comprises a service party identifier;
determining the type of the service party according to the service party identifier;
determining a page template corresponding to each service party type according to a preset corresponding relation between each service party type and each page template, wherein the page template comprises: the page layout of the page template and the resource address of each page module;
aiming at each page module in the page template, acquiring module data of the page module according to the resource address of the page module;
and assembling the page data according to the acquired module data of each page module and the page layout of the page template, returning the assembled page data of the comment page to the terminal, and rendering and displaying the page data according to the received page data by the terminal.
Optionally, the server includes: the system comprises a business server, a configuration server and resource servers, wherein module data provided by different resource servers are different.
Optionally, determining a page template corresponding to each service party type according to a preset correspondence between each service party type and each page template, specifically including:
the service server sends the determined service party type to the configuration server;
and the configuration server determines the page template corresponding to the service party type according to the preset corresponding relation between each service party type and each page template, and returns the determined page template corresponding to the service party type to the service server.
Optionally, determining, for each page module in the page template, module data of the page module according to the resource address of the page module, specifically including:
aiming at each page module in the page template, the service server determines a resource server corresponding to the page module according to the resource address of the page module;
the business server sends a module data acquisition request carrying the resource address of the page module to a resource server corresponding to the page module;
and the resource server acquires the module data of the page module according to the received resource address of the page module and returns the module data of the page module to the service server.
Optionally, assembling the page data according to the acquired module data of each page module and the page layout of the page template, specifically including:
the service server determines the arrangement sequence of each page module in the page template according to the received page layout of the page template contained in the page template corresponding to the service party type returned by the configuration server;
and the service server assembles the page data according to the determined arrangement sequence and the module data of each page module.
Optionally, the page data obtaining request further includes an account identifier of the user;
determining a page template corresponding to each service party type according to a preset corresponding relation between each service party type and each page template, wherein the page template specifically comprises the following steps:
determining a historical behavior record of the user according to the account identification of the user;
determining a service record of the user on the service party according to the service party identifier and the historical behavior record of the user, wherein the service record is used for representing whether the user executes a specified service on the service party;
determining a service record of the user according to whether the user executes a specified service on the service party;
and determining the service party type and the page template corresponding to the service record according to the preset corresponding relation between each service party type and each service record and each page template.
Optionally, the page data acquisition request further includes version information of a review platform client installed on the terminal;
determining a page template corresponding to each service party type according to a preset corresponding relation between each service party type and each page template, wherein the page template specifically comprises the following steps:
and determining the service party type and the page template corresponding to the version information according to the preset corresponding relation between each service party type and each version information and each page template.
The present specification provides an apparatus for page configuration, comprising:
the system comprises a receiving module, a judging module and a judging module, wherein the receiving module is used for receiving a page data acquisition request of a comment page sent by a terminal, and the page data acquisition request at least comprises a service party identifier;
the first determining module is used for determining the service party type of the service party according to the service party identifier;
a second determining module, configured to determine, according to a preset correspondence between each service party type and each page template, a page template corresponding to the service party type, where the page template includes: the page layout of the page template and the resource address of each page module;
the acquisition module is used for acquiring module data of each page module in the page template according to the resource address of the page module;
and the assembling module is used for assembling the page data according to the acquired module data of each page module and the page layout of the page template, returning the assembled page data of the comment page to the terminal, and rendering and displaying the page data according to the received page data by the terminal.
The present specification provides a computer-readable storage medium storing a computer program which, when executed by a processor, implements the above-described page configuring method.
The present specification provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the page configuration method is implemented.
The embodiment of the specification adopts at least one technical scheme which can achieve the following beneficial effects:
when the comment page is displayed, the server of the comment platform can firstly obtain a request according to the received page data, and determine the type of the service party. And then, determining the page layout and the resource address of each page module in the page template corresponding to the type of the service party according to the corresponding relation between the type of the service party and each page template. And finally, assembling the module data of each page module according to the page layout, and returning the assembled page data to the terminal for rendering and displaying. The method separates the corresponding relation between each service party type and each page template, determines the page template corresponding to the service party type according to the service party type of the service party when determining the comment page, and only needs to add the corresponding relation between the newly added service party type and the page template without requiring a developer to rewrite the page data of the comment page of the newly added service party type when the service party type is newly added, thereby shortening the development process and saving the development cost. When the contents of the comment page corresponding to the business party type are changed, developers do not need to rewrite the page data of the comment page, and only need to change each page module in the page template of the comment page, so that the maintenance cost is saved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flowchart of a page configuration method provided in an embodiment of the present specification;
fig. 2 is a schematic diagram of a page layout of a comment page provided in an embodiment of the present specification;
fig. 3 is a schematic diagram of a page layout of a comment page provided in an embodiment of the present specification;
FIG. 4 is a schematic diagram of a restaurant review interface provided in an embodiment of the present disclosure;
FIG. 5 is a diagram illustrating multi-party interaction in a configuration system provided by an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of an apparatus for page configuration according to an embodiment of the present disclosure;
fig. 7 is a schematic view of an electronic device implementing a page configuration method according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present disclosure more apparent, the technical solutions of the present disclosure will be clearly and completely described below with reference to the specific embodiments of the present disclosure 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 obtained by a person skilled in the art without making any inventive step based on the embodiments in the description belong to the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
Fig. 1 is a schematic flow chart of a page configuration method provided in an embodiment of the present specification, which may specifically include the following steps:
s100: and the server receives a page data acquisition request of the comment page sent by the terminal.
Usually, when a user makes a comment in a comment interface in a comment platform, the user can enter from two entrances, one is an evaluation entrance for making a comment on a consumed order through an order interface, and the other is an evaluation entrance in a service side interface for making a comment on the service side. When the terminal monitors the operation of the user on the evaluation entry, a page data acquisition request of the evaluation page can be sent to a server of the evaluation platform. Therefore, in this specification, when a user makes a comment through a terminal, a server of the comment platform may receive a page data acquisition request of a comment page sent by the terminal according to a monitored user operation. The terminal sends a page data acquisition request of the comment page to a server of the comment platform according to the monitored operation of the user on which entry, and the application is not limited.
Specifically, the page configuration method provided in this specification may be executed by a server of the review platform, where the server of the review platform may be a single server or a system composed of a plurality of servers, for example: distributed servers, etc., which are not limited in this specification and can be set as desired.
In addition, the types of services provided by different types of service parties are different, and the contents to be commented by the user are not identical for different types of services, that is, the page data of the commenting page is not identical. For example: the contents that the catering business requires the user to comment on include contents of recommended dishes, and the contents that the hairdressing business requires the user to comment on include comments on technicians.
Therefore, in order to issue page data of different comment pages for different types of services, in the embodiment provided in this specification, the page data acquisition request at least includes a service party identifier. Through the subsequent steps, the server can determine the type of the service party according to the service party identifier, and finally determine the page data returned to the terminal.
S102: and determining the service party type of the service party according to the service party identifier.
Because the service types provided by different types of service parties are different, and different types of services need users to comment different contents during comment, the page data of comment pages corresponding to different types of services are not completely the same. For example, a business party A operates a catering business, and a comment page requires dish recommendation by a user. The business party B operates the photography business, and the comment page needs to contain the evaluation of the user on the photographer. In this specification, the server of the review platform may determine the service party type of the service party according to the service party identifier in the page data acquisition request received in step S100, so as to return the page data of the review page corresponding to the service party type to the terminal through subsequent steps.
Specifically, the server of the review platform may determine, according to the received page data acquisition request, a service party identifier included in the page data acquisition request, then determine, according to the service party identifier, service party data corresponding to the service party identifier from the locally stored service party data, and determine, according to the service party data corresponding to the service party identifier, a service party type of the service party.
The page data acquisition request in the present specification carries a service party identifier, but not a service party type, and the following two reasons mainly exist:
on one hand: the method comprises the steps that the service party type of a service party is not stored in a terminal generally, when the terminal needs to determine the service party type of one service party, the terminal needs to send a service party type obtaining request carrying a service party identifier of the service party to a server of a comment platform, after the server of the comment platform receives the service party type obtaining request, the service party data of the service party can be determined according to the service party identifier contained in the service party type obtaining request, the service party type of the service party is determined from the service party data of the service party, and the determined service party type is returned to the terminal.
The service party type is determined by the server of the commenting platform according to the service party identification and is returned to the terminal, so that in order to reduce the operation flow and shorten the time for displaying the commenting page to the terminal of the user, the terminal can carry the service party identification in the page data acquisition request of the commenting page, and the server of the commenting platform determines the service party type of the service party according to the service party identification in the page data acquisition request.
On the other hand: the business type operated by the business party can be changed, but the business party identification in the assessment platform is unique and unchangeable. When the business type operated by the business party changes, the business party data of the business party stored by the server of the commenting platform is updated in time, so that the business party identifier can be carried in the page data acquisition request, and the server of the commenting platform determines the business party type of the business party according to the business party identifier.
S104: and determining the page template corresponding to the business party type according to the preset corresponding relation between the business party type and the page template.
At present, after determining the type of a service party, a server of a comment platform may determine page data corresponding to the type of the service party, which is written in advance, according to the type of the service party, and issue the determined page data corresponding to the type of the service party to a terminal of a user, so that the terminal performs rendering display. The reusability of the pre-written page data corresponding to each service party type is poor, and when a new service party type is added, the page data corresponding to the service party type needs to be re-written by a developer. Or, when the comment page of a certain business party type needs to be adjusted, the developer also needs to rewrite the page data corresponding to the business party type.
In this specification, the server of the review platform may preset a correspondence between each service party type and the page template of each review page, and when a new service party type occurs, a developer only needs to compile the correspondence between the new service party type and the page template, without compiling page data of the service party type. Or, when the comment page of a certain service party type needs to be adjusted, the corresponding relation between the page template of the comment page needing to be adjusted and each page module included in the page template is also changed. Wherein, the page template of each point evaluation page comprises: the page layout of the page template and the resource address of each page module, and different page modules correspond to different comment contents. For example, the scoring module corresponds to a star rating of the user on the service party, and the media module corresponds to contents such as photos and videos taken by the user.
Specifically, the server of the review platform may determine the page template corresponding to each service party type according to a preset corresponding relationship between each service party type and each page template, and then determine the page layout of each page module and the resource address of each page module included in the page template according to the corresponding relationship between each page template and each page module. The page layout of the page template includes positions of each page module in the review page, as shown in fig. 2, the page template of the review page includes page modules a, b, c, d, and e, and the page layout of the review page is: the position coordinates of the page module a in the review page are (X1, Y1), the position coordinates of the page module b in the review page are (X2, Y2), the position coordinates of the page module c in the review page are (X3, Y3), the position coordinates of the page module d in the review page are (X4, Y4), and the position coordinates of the page module e in the review page are (X5, Y5).
Furthermore, since the page modules in the review page are arranged from top to bottom, the page layout in this specification can be simplified to the arrangement order of the page modules, as shown in fig. 3, the page template of the review page includes page modules a, b, and c, and the page layout of the review page sequentially includes, from top to bottom: the system comprises a page module a, a page module b and a page module c.
Further, the correspondence between each business party type and each page template is shown in table 1, and a page template a corresponding to catering, a page template B corresponding to beauty treatment, a page template C corresponding to medical and beauty treatment, and a page template D corresponding to parent and child are displayed in table 1. The corresponding relationship between each page template and each page module is shown in table 2, the page modules included in the page template a include: the page module a, the page module b and the page module c, the page layout of the page template is as follows: the method comprises the following steps in sequence from top to bottom: the page module a, the page module b, and the page module c, where the resource address of the page module a is URL1, the resource address of the page module b is URL2, and the resource address of the page module c is URL3, where the page layout corresponding to the page template a is the content shown in fig. 3. Similarly, the page layouts of the page template B, the page template C and the page template D and the resource addresses of the included page modules can be respectively determined.
Assuming that the service party type determined in step S102 is a hospital class, the server of the review platform may determine the template identifier of the page template corresponding to the hospital class as C according to the corresponding relationship between each service party type and each page template shown in table 1, and then determine the page modules in the review page of the hospital class as a, d, and e according to the corresponding relationship between each page template and each page module shown in table 2, the page layout of the review page is respectively a, d, and e according to the top-to-bottom ordering, and the resource addresses of each page module in the review page are respectively URL1, URL4, and URL 5.
Business party type Page template
Catering or the like A
Hairdressing tool B
Medical science and cosmetology C
Parent and child classes D
TABLE 1
Figure BDA0002521614310000091
Figure BDA0002521614310000101
TABLE 2
S106: and aiming at each page module in the page template, acquiring module data of the page module according to the resource address of the page module.
In this embodiment of the present specification, after the resource address of each page module in the comment page is determined in step S104, the module data of each page module can be acquired.
Specifically, the server of the review platform may obtain, for each page module in the page template, module data of the page module according to the resource address of the page module. The module data of the page module can be stored in the server, and can also be stored in other servers.
S108: and assembling the page data according to the acquired module data of each page module and the page layout of the page template, returning the assembled page data of the comment page to the terminal, and rendering and displaying the page data according to the received page data by the terminal.
In an embodiment of the present specification, when the server of the review platform acquires the module data of each page module in the review page, the server may determine the page data of the review page according to the module data of each page module, and return the determined page data of the review page to the terminal of the user.
Specifically, the server of the commenting platform may determine an arrangement sequence of each page module in the page template according to the page layout of the page template, and then assemble the page data according to the acquired module data of each page module and the determined arrangement sequence of each page module. And returning the assembled page data of the comment page to the terminal of the user, so that the terminal performs rendering display according to the received page data.
As shown in fig. 4, assuming that the type of the business party is a catering class, it is determined through steps S100 to S106 that the review page includes a title module, a scoring module, a text module, a media module, a recommendation module, and a per-person module, module data of each page module is obtained, and it is determined that a page layout of each page module in the review page corresponding to the catering class is: after the title module, the scoring module, the text module, the media module, the recommendation module and the people average module are respectively arranged in sequence from top to bottom, the page data of the comment page can be assembled according to the arrangement sequence of the page modules in the comment page. The system comprises a scoring module, a text module, a media module, a recommending module and a per-capita module, wherein the scoring module is used for star-level evaluation of a business party by a user, the text module is used for evaluation of text content input by the user, the media module is used for uploading pictures and videos by the user, the user can upload the pictures and videos through a plus sign in the media module in figure 4, the recommending module is used for selecting and recommending dishes by the user, dish recommendation can be performed by clicking various dish identifications in the dish recommendation in figure 4, and the per-capita module is used for filling in per-capita consumption amount for the user.
Of course, if the determined page layout is the position coordinates including the page templates shown in fig. 2, the server of the review platform may also assemble the page data according to the position coordinates of the page templates and the acquired module data of the page modules.
Based on the page configuration method shown in fig. 1, when the review page is displayed, the server of the review platform may first receive a page data acquisition request of the review page sent by the terminal, and determine the service party type of the service party according to the service party identifier included in the page data acquisition request. And then, determining a page template corresponding to each service party type according to the preset corresponding relation between each service party type and each page template, wherein the page template comprises the page layout of each page module and the resource address of each page module. And finally, assembling the page data according to the acquired module data of each page module and the page layout of the page template, returning the assembled page data of the comment page to the terminal, and rendering and displaying the page data according to the received page data by the terminal. The method separates the corresponding relation between each service party type and each page template, determines the page template corresponding to the service party type according to the service party type of the service party when determining the comment page, and only needs to add the corresponding relation between the newly added service party type and the page template without requiring a developer to rewrite the page data of the comment page of the newly added service party type when the service party type is newly added, thereby shortening the development process and saving the development cost. When the contents of the comment page corresponding to the business party type are changed, developers do not need to rewrite the page data of the comment page, and only need to change each page module in the page template of the comment page, so that the maintenance cost is saved.
In addition, because the amount of service executed by the review platform is large, in order to ensure efficient and rapid execution of each service, a server of the review platform is a system generally composed of a plurality of servers, and the system comprises: the system comprises a business server, a configuration server and resource servers, wherein the business server stores business party data of each business party, the configuration server stores corresponding relations between types of each business party and page templates of each point evaluation page and corresponding relations between the page templates of each point evaluation page and each page module, the resource servers store module data of the page modules, and the module data provided by different resource servers are different.
Therefore, in steps S100 to S102 in this specification, the service server of the review platform receives a page data acquisition request of the review page sent by the terminal, then determines service party data corresponding to the service party identifier from locally stored service party data of each service party, and determines a service party type of the service party according to the service party data.
In step S104, after the service server determines the service party type of the service party, the determined service party type of the service party may be sent to the configuration server. And then, the configuration server determines the page template corresponding to the type of the service party according to the preset corresponding relation between the types of the service party and the page templates of the evaluation pages of each point, as shown in table 1. Then, the configuration server can determine the page layout of the page template and the resource address of each page module contained in the page template according to the preset corresponding relationship between each page template and each page module. And finally, returning the determined page layout of the page template corresponding to the service party type and the resource address of each page module contained in the page template to the service server, wherein one page template comprises a plurality of page modules.
In step S106 of this specification, for each page module in the page template, the service server may determine, according to the resource address of the page module, a resource server corresponding to the page module, and then send a module data acquisition request carrying the resource address of the page module to the resource server corresponding to the page module, after receiving the module data acquisition request of the page module, the resource server of the page module may determine, according to the resource address of the page module, module data of the page module, and return the determined module data of the page module to the service server, and the service server receives, from the resource server, the module data of the page module.
In step S108 in this specification, after the service server receives the module data of each page module returned by each resource server, the service server may determine an arrangement order of the module identifiers of each page module according to the received page layout of each page module returned by the configuration server, and assemble the page data of each page module according to the determined arrangement order.
To sum up, the page configuration method provided by the present specification can be executed by a configuration system, and the configuration system includes: the interaction process among the user's terminal, the service server, the configuration server and each resource server is shown in fig. 5:
a0: a terminal sends a page data acquisition request of a comment page to a service server, wherein the page data acquisition request at least comprises a service party identifier;
a2: the service server determines the service party type of the service party according to the service party identification;
a4: the service server sends the service party type of the service party to the configuration server;
a6: the configuration server determines a page template corresponding to each service party type according to a preset corresponding relation between each service party type and each page template, and determines the page layout of the page template and the resource address of each page module contained in the page template according to the preset corresponding relation between each page template and each page module;
a8: the configuration server returns the determined page layout of the page template and the resource address of each page module contained in the page template to the service server;
a10: the service server sends a module data acquisition request of the page module to the resource server according to the resource address of each page module;
a12: the resource server determines the module data of each page module according to the resource address contained in the module data acquisition request;
a14: the resource server returns the determined module data of each page module to the service server;
a16: the business server assembles the page data according to the page layout of each page module and the module data;
a18: and returning the page data of the assembled comment page to the terminal of the user.
Further, some comment pages also include a page module that requires the user to upload a consumption certificate, for example: and invoices, tickets and the like, and if the user performs the service on the service party but does not perform the comment, the comment page displayed to the user does not need to contain a consumption voucher module. Therefore, in step S104 in this specification, the page data obtaining request further includes an account id of a user account registered by the user on the review platform, the server of the review platform may determine a historical behavior record of the user according to the account id of the user, and then determine a business record of the user on the business side according to the business side id in the page data obtaining request and the determined historical behavior record of the user, where the business record is used to represent whether the user has executed a specified business on the business side, and the specified business may be a business that the user has bought the business side but has not reviewed, or a free business that the user has executed the business side but has not reviewed, and then determine the business record of the user according to whether the user has executed the specified business on the business side, and finally determine the business record of the user according to preset types of each business side, And determining the type of the service party and the page template corresponding to the service record according to the corresponding relation between the service record and the page template.
Table 3 shows the correspondence between the preset types of the service parties, the preset service records, and the preset page templates. Assuming that the type of the service party is determined to be a hospital class, when the service record of the user is that the specified service is executed, the page template C corresponding to the hospital class can be determined according to the corresponding relationship shown in table 3, and when the service record of the user is that the specified service is not executed, the page template C1 corresponding to the hospital class can be determined. If the designated service is a payment service, the page template C1 has one more page module for uploading the consumption certificate compared with the page template C. Of course, if the designated service is another service, the page template C1 may be another module in comparison with the page template C. That is to say, in this specification, there is a corresponding relationship between the designated service and the page module to be added, and this corresponding relationship is set in advance according to needs.
Figure BDA0002521614310000151
TABLE 3
In addition, the method for determining the business record is suitable for entering a comment page for comment by a user through a channel of a comment entrance in a business side interface. When the user enters the comment page through the channel entrance of the order interface to perform comment, the user can be determined to execute the payment service (namely, the designated service) but not perform the comment, and the comment page displayed to the user can be determined to be the page template C of the page module which does not contain the uploaded consumption voucher.
Furthermore, the user makes a comment through a comment page in a comment platform client installed on a terminal, and version information of comment platform clients installed on different terminals is different. And because different versions of the review platform client may call different interfaces when the review page is displayed, for example: the new page module is required to be displayed in the comment page of the client side of the new version of the comment platform, the new interface is required to be called when the new page module is displayed, and the new interface is not included in the old version. Therefore, the comment pages corresponding to the clients with different versions of information are not exactly the same. Therefore, the server of the commenting platform needs not to send the commenting pages of different versions for the clients of different versions. In step S100 of this specification, the page data acquisition request may further include version information of a review platform client installed in the terminal.
In step S104 of this specification, the server of the review platform may determine the service party type and the page template corresponding to the version information according to the preset corresponding relationship between each service party type, each version information and each page template. Table 4 shows the correspondence between the preset types of the service parties, the version information, and the page templates. Assuming that the service party type of the service party is determined to be a hairdressing class, when the version information of the comment platform client installed in the terminal is 13.0, the page template B ″ corresponding to the hairdressing class can be determined according to the corresponding relationship shown in table 4. When the version information of the comment platform client installed in the terminal is 12.0, the page template B' corresponding to the hairdressing class can be determined according to the correspondence shown in table 4. When the version information of the comment platform client installed in the terminal is 11.0, the page template B corresponding to the beauty haircut class can be determined according to the correspondence shown in table 4. The page template B 'is not identical to the page template B' and the page modules contained in the page template B.
Figure BDA0002521614310000161
TABLE 4
Furthermore, because there are two modes of writing notes for commenting and commenting in the commenting platform, the page modules included in writing notes and writing comments are not completely the same, for example: the page does not contain a scoring module when the notes are written, and the page contains the scoring module when the comment is written. Therefore, in step S100 of this specification, the page data acquisition request may further include a comment type identifier, where the comment type includes writing a note and writing a comment.
In step S104 of this specification, the server of the review platform may determine the service party type and the template identifier of the page template corresponding to the review type according to the preset corresponding relationship between each service party type, each review type, and each page template. Table 5 shows the correspondence between the preset types of each service party, the preset types of each comment and each page template. Assuming that the type of the business party is determined to be catering, when the comment type is a note, the page template A corresponding to the catering can be determined according to the corresponding relation shown in the table 5i. When the comment type is the evaluation, the page template a corresponding to the restaurant can be determined according to the corresponding relationship shown in table 5. Page template AiNot exactly the same page module as contained in the page template a.
Figure BDA0002521614310000162
TABLE 5
Similarly, when there are a plurality of different review platforms corresponding to one server, in order to distinguish the page data acquisition request of the review page of each review platform, in step S100 in this specification, the page data acquisition request may further include a platform identifier of the review platform. In step S104 of this specification, the server may determine the platform of the comment platform and the template identifier of the page template corresponding to the type of the business party according to the preset platform identifier of the comment platform of each comment platform, the corresponding relationship between the type of each business party and each page template.
Based on the page configuration method shown in fig. 1, an embodiment of the present specification further provides a schematic structural diagram of a page configuration apparatus, as shown in fig. 6.
Fig. 6 is a schematic structural diagram of an apparatus for page configuration provided in an embodiment of the present specification, where the apparatus includes:
the receiving module 200 is used for receiving a page data acquisition request of the comment page sent by the terminal, wherein the page data acquisition request at least comprises a service party identifier;
the first determining module 202 determines the service party type of the service party according to the service party identifier;
a second determining module 204, configured to determine, according to a preset correspondence between each service party type and each page template, a page template corresponding to the service party type, where the page template includes: the page layout of the page template and the resource address of each page module;
an obtaining module 206, configured to obtain, for each page module in the page template, module data of the page module according to the resource address of the page module;
the assembling module 208 is configured to assemble the page data according to the acquired module data of each page module and the page layout of the page template, and return the assembled page data of the comment page to the terminal, so that the terminal performs rendering display according to the received page data.
Optionally, the server includes: the system comprises a business server, a configuration server and resource servers, wherein module data provided by different resource servers are different.
Optionally, the second determining module 204 is specifically configured to, the service server sends the determined service party type to the configuration server, and the configuration server determines, according to a preset correspondence between each service party type and each page template, a page template corresponding to the service party type, and returns the determined page template corresponding to the service party type to the service server.
Optionally, the obtaining module 206 is specifically configured to, for each page module in the page template, the service server determines a resource server corresponding to the page module according to the resource address of the page module, the service server sends a module data obtaining request carrying the resource address of the page module to the resource server corresponding to the page module, and the resource server obtains the module data of the page module according to the received resource address of the page module and returns the module data of the page module to the service server.
Optionally, the service server determines an arrangement order of each page module in the page template according to the received page layout of the page template included in the page template corresponding to the service party type returned by the configuration server, and the service server assembles the page data according to the determined arrangement order and the module data of each page module.
Optionally, the page data obtaining request further includes an account identifier of the user, and the second determining module 204 is specifically configured to determine a historical behavior record of the user according to the account identifier of the user, determine a service record of the user on the service party according to the service party identifier and the historical behavior record of the user, where the service record is used to represent whether the user has executed a specified service on the service party, determine the service record of the user according to whether the user has executed the specified service on the service party, and determine the service party type and the page template corresponding to the service record according to preset correspondence between each service party type and each service record and each page template.
Optionally, the page data obtaining request further includes version information of a review platform client installed in the terminal, and the second determining module 204 is specifically configured to determine the service party type and the page template corresponding to the version information according to preset correspondence between each service party type and each version information and each page template.
The present specification further provides a computer-readable storage medium, where a computer program is stored, and the computer program may be used to execute the page configuring method provided in fig. 1.
Based on the page configuration method shown in fig. 1, an embodiment of the present specification further provides a schematic structural diagram of the electronic device shown in fig. 7. As shown in fig. 7, at the hardware level, the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, but may also include hardware required for other services. The processor reads a corresponding computer program from the non-volatile memory into the memory and then runs the computer program to implement the page allocation method shown in fig. 1.
Of course, besides the software implementation, the present specification does not exclude other implementations, such as logic devices or a combination of software and hardware, and the like, that is, the execution subject of the following processing flow is not limited to each logic unit, and may be hardware or logic devices.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually making an integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Language Description Language), traffic, pl (core unified Programming Language), HDCal, JHDL (Java Hardware Description Language), langue, Lola, HDL, laspam, hardsradware (Hardware Description Language), vhjhd (Hardware Description Language), and vhigh-Language, which are currently used in most common. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functions of the various elements may be implemented in the same one or more software and/or hardware implementations of the present description.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. 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 like elements in a process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, the description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the description 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.
This description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The specification may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of the present specification, and is not intended to limit the present specification. Various modifications and alterations to this description will become apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present specification should be included in the scope of the claims of the present specification.

Claims (10)

1. A page configuration method is characterized by comprising the following steps:
the method comprises the steps that a server receives a page data acquisition request of a comment page sent by a terminal, wherein the page data acquisition request at least comprises a service party identifier;
determining the type of the service party according to the service party identifier;
determining a page template corresponding to each service party type according to a preset corresponding relation between each service party type and each page template, wherein the page template comprises: the page layout of the page template and the resource address of each page module;
aiming at each page module in the page template, acquiring module data of the page module according to the resource address of the page module;
and assembling the page data according to the acquired module data of each page module and the page layout of the page template, returning the assembled page data of the comment page to the terminal, and rendering and displaying the page data according to the received page data by the terminal.
2. The method of claim 1, wherein the server comprises: the system comprises a business server, a configuration server and resource servers, wherein module data provided by different resource servers are different.
3. The method of claim 2, wherein determining the page template corresponding to the service party type according to a preset correspondence between each service party type and each page template specifically comprises:
the service server sends the determined service party type to the configuration server;
and the configuration server determines the page template corresponding to the service party type according to the preset corresponding relation between each service party type and each page template, and returns the determined page template corresponding to the service party type to the service server.
4. The method of claim 2, wherein determining, for each page module in the page template, module data of the page module according to the resource address of the page module specifically comprises:
aiming at each page module in the page template, the service server determines a resource server corresponding to the page module according to the resource address of the page module;
the business server sends a module data acquisition request carrying the resource address of the page module to a resource server corresponding to the page module;
and the resource server acquires the module data of the page module according to the received resource address of the page module and returns the module data of the page module to the service server.
5. The method according to claim 2, wherein the assembling of the page data is performed according to the acquired module data of each page module and the page layout of the page template, and specifically includes:
the service server determines the arrangement sequence of each page module in the page template according to the received page layout of the page template contained in the page template corresponding to the service party type returned by the configuration server;
and the service server assembles the page data according to the determined arrangement sequence and the module data of each page module.
6. The method of claim 1, wherein the page data acquisition request further includes an account identification of the user;
determining a page template corresponding to each service party type according to a preset corresponding relation between each service party type and each page template, wherein the page template specifically comprises the following steps:
determining a historical behavior record of the user according to the account identification of the user;
determining a service record of the user on the service party according to the service party identifier and the historical behavior record of the user, wherein the service record is used for representing whether the user executes a specified service on the service party;
determining a service record of the user according to whether the user executes a specified service on the service party;
and determining the service party type and the page template corresponding to the service record according to the preset corresponding relation between each service party type and each service record and each page template.
7. The method according to claim 1, wherein the page data acquisition request further includes version information of a review platform client installed in the terminal;
determining a page template corresponding to each service party type according to a preset corresponding relation between each service party type and each page template, wherein the page template specifically comprises the following steps:
and determining the service party type and the page template corresponding to the version information according to the preset corresponding relation between each service party type and each version information and each page template.
8. A page configuring apparatus, comprising:
the system comprises a receiving module, a judging module and a judging module, wherein the receiving module is used for receiving a page data acquisition request of a comment page sent by a terminal, and the page data acquisition request at least comprises a service party identifier;
the first determining module is used for determining the service party type of the service party according to the service party identifier;
a second determining module, configured to determine, according to a preset correspondence between each service party type and each page template, a page template corresponding to the service party type, where the page template includes: the page layout of the page template and the resource address of each page module;
the acquisition module is used for acquiring module data of each page module in the page template according to the resource address of the page module;
and the assembling module is used for assembling the page data according to the acquired module data of each page module and the page layout of the page template, returning the assembled page data of the comment page to the terminal, and rendering and displaying the page data according to the received page data by the terminal.
9. A computer-readable storage medium, characterized in that the storage medium stores a computer program which, when executed by a processor, implements the method of any of the preceding claims 1-7.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any of claims 1-7 when executing the program.
CN202010492558.1A 2020-06-03 2020-06-03 Page configuration method and device Pending CN111767499A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010492558.1A CN111767499A (en) 2020-06-03 2020-06-03 Page configuration method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010492558.1A CN111767499A (en) 2020-06-03 2020-06-03 Page configuration method and device

Publications (1)

Publication Number Publication Date
CN111767499A true CN111767499A (en) 2020-10-13

Family

ID=72720004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010492558.1A Pending CN111767499A (en) 2020-06-03 2020-06-03 Page configuration method and device

Country Status (1)

Country Link
CN (1) CN111767499A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667237A (en) * 2020-12-30 2021-04-16 长沙市到家悠享网络科技有限公司 Page generation method and device, electronic equipment and storage medium
CN112732262A (en) * 2021-01-22 2021-04-30 湖南金鹰卡通传媒有限公司 Method and system for dynamically configuring mobile terminal block and storage medium
CN113094141A (en) * 2021-04-23 2021-07-09 北京达佳互联信息技术有限公司 Page display method and device, electronic equipment and storage medium
CN113094136A (en) * 2021-04-09 2021-07-09 广州博冠信息科技有限公司 Page display control method and device, storage medium and electronic equipment
CN113361733A (en) * 2021-06-03 2021-09-07 建信金融科技有限责任公司 Processing method and device for reserved service
CN113760279A (en) * 2021-01-14 2021-12-07 北京沃东天骏信息技术有限公司 Method and device for generating page
CN113778401A (en) * 2021-01-05 2021-12-10 北京沃东天骏信息技术有限公司 Page generation method and device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667237A (en) * 2020-12-30 2021-04-16 长沙市到家悠享网络科技有限公司 Page generation method and device, electronic equipment and storage medium
CN113778401A (en) * 2021-01-05 2021-12-10 北京沃东天骏信息技术有限公司 Page generation method and device
CN113760279A (en) * 2021-01-14 2021-12-07 北京沃东天骏信息技术有限公司 Method and device for generating page
CN112732262A (en) * 2021-01-22 2021-04-30 湖南金鹰卡通传媒有限公司 Method and system for dynamically configuring mobile terminal block and storage medium
CN113094136A (en) * 2021-04-09 2021-07-09 广州博冠信息科技有限公司 Page display control method and device, storage medium and electronic equipment
CN113094141A (en) * 2021-04-23 2021-07-09 北京达佳互联信息技术有限公司 Page display method and device, electronic equipment and storage medium
CN113361733A (en) * 2021-06-03 2021-09-07 建信金融科技有限责任公司 Processing method and device for reserved service

Similar Documents

Publication Publication Date Title
CN111767499A (en) Page configuration method and device
CN107562467B (en) Page rendering method, device and equipment
CN110489116B (en) Page rendering method and device and computer storage medium
CN109614545A (en) Page loading method, device and equipment
CN110941784A (en) Page generation method and device
CN110569428B (en) Recommendation model construction method, device and equipment
CN111796823A (en) Method and device for updating page and displaying page and page maintenance system
CN103049271A (en) Method and device for automatically generating description document of API (application program interface)
CN105335389B (en) A kind of business method for visualizing and system
CN110717536A (en) Method and device for generating training sample
CN109271587B (en) Page generation method and device
CN107479868B (en) Interface loading method, device and equipment
CN109947643B (en) A/B test-based experimental scheme configuration method, device and equipment
CN108170430B (en) Interface display method and system
CN110647322B (en) List rendering method and device, electronic equipment and computer readable medium
CN107562496B (en) Method and device for page configuration and page display
CN111581069A (en) Data processing method and device
CN109739474B (en) Service request processing method, device, equipment and medium
CN113408254A (en) Page form information filling method, device, equipment and readable medium
CN109597678A (en) Task processing method and device
CN112035117A (en) Page display system, method and device
CN113079201B (en) Information processing system, method, device and equipment
CN113434063B (en) Information display method, device and equipment
US20200073925A1 (en) Method and system for generating a website from collected content
CN111144980A (en) Commodity identification method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20201013