WO2018188540A1 - Service page generation method and apparatus, computer device, and storage medium - Google Patents

Service page generation method and apparatus, computer device, and storage medium Download PDF

Info

Publication number
WO2018188540A1
WO2018188540A1 PCT/CN2018/082230 CN2018082230W WO2018188540A1 WO 2018188540 A1 WO2018188540 A1 WO 2018188540A1 CN 2018082230 W CN2018082230 W CN 2018082230W WO 2018188540 A1 WO2018188540 A1 WO 2018188540A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
product
account information
purchase record
product purchase
Prior art date
Application number
PCT/CN2018/082230
Other languages
French (fr)
Chinese (zh)
Inventor
史光辉
王建明
肖京
Original Assignee
平安科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2018188540A1 publication Critical patent/WO2018188540A1/en

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/9535Search customisation based on user profiles and personalisation
    • 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
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • 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/0621Item configuration or customization
    • 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/0631Item recommendations

Definitions

  • the present application relates to the field of application generation technologies, and in particular, to a method, an apparatus, a computer device, and a storage medium for generating a service page.
  • the services in the third-party applications provided in the app store are exactly the same for each user, and there is no personalized service based on the user's needs.
  • each application usually provides a variety of services, but users usually only use a part of the services, most of the services (such as some recommended services) are rarely used by users. These wide variety of services bring user interference and reduce the user experience.
  • the embodiment of the present application provides a method, an apparatus, a computer device, and a storage medium for generating a service page, which can provide different service pages for different users to improve the user experience.
  • the embodiment of the present application provides a method for generating a service page, which includes: if receiving account information when a user logs in to a terminal application, determining whether the account information has a product purchase record; if there is a product purchase record Obtaining a product purchase record corresponding to the account information; determining a product associated with the account information of the user according to the product purchase record; determining each of the products according to the associated product and a preset correspondence A resource file of a service corresponding to the associated product; sending a resource file of the service to the terminal to generate a service page.
  • the embodiment of the present application provides a device for generating a service page, where the device includes a determining unit, configured to determine whether the account information has a product purchase record when receiving the account information when the user logs in to the terminal application; An obtaining unit, configured to obtain a product purchase record corresponding to the account information if there is a product purchase record; and a first determining unit, configured to determine, according to the product purchase record, a product associated with the account information of the user a second determining unit, configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products; and a first sending unit, configured to send the resource of the service File to the terminal to generate a service page.
  • a determining unit configured to determine whether the account information has a product purchase record when receiving the account information when the user logs in to the terminal application
  • An obtaining unit configured to obtain a product purchase record corresponding to the account information if there is a product purchase record
  • a first determining unit configured
  • the embodiment of the present application further provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor executes the The method of generating the above service page is implemented when the computer program is used.
  • the embodiment of the present application further provides a storage medium, wherein the storage medium stores a computer program, where the computer program includes program instructions, and the program instructions, when executed by the processor, cause the processor to execute The method of generating the above service page.
  • the embodiment of the present application After receiving the account information when the user logs in to the terminal application, the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and purchases according to the product. Recording a product that is associated with the account information of the user, and determining a resource file of the service corresponding to each associated product according to the associated product and the preset correspondence, and then transmitting the resource file of the service to the terminal for the terminal to generate Service page.
  • the embodiments of the present application can provide different service pages for different users, that is, correspondingly different users are personalized to present different page contents, thereby improving the user experience.
  • FIG. 1 is a schematic flowchart of a method for generating a service page according to an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a method for generating a service page according to another embodiment of the present application
  • FIG. 3 is a schematic flowchart of a method for generating a service page according to another embodiment of the present application.
  • FIG. 4 is a schematic block diagram of a device for generating a service page according to an embodiment of the present application
  • FIG. 5 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application.
  • FIG. 6 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application.
  • FIG. 7 is a schematic block diagram of a computer device according to an embodiment of the present application.
  • FIG. 1 is a schematic flowchart diagram of a method for generating a service page according to an embodiment of the present application.
  • the method of generating the service page is applied to a device for generating a service page, which may be a server or any other suitable machine or the like.
  • the application generated according to the generation method of the service page is presented on the terminal page.
  • the terminal may be a mobile terminal such as a personal digital assistant, a cellular phone, a smart phone, a tablet computer, a laptop computer, or a traditional desktop computing device such as a personal computer (PC).
  • the method for generating the service page includes steps S101 to S105.
  • the account information may be manually input by the user when the terminal logs in to the application, or the account information of the user may be saved in the terminal, and when the user opens the shortcut icon of the corresponding application, the terminal sends the account information of the user to the corresponding server.
  • the product purchase record includes the purchased product of the user on the corresponding application or a third party platform associated with the application. If the user is a registered user of the Ping An One Account application, the products purchased by the user on various applications such as Ping An Insurance and Ping An Finance are regarded as the purchased products of the user.
  • step S102 after receiving the account information of the user terminal application, determining whether the account information has a product purchase record, if there is a product purchase record, executing step S102; if there is no product purchase record, ending the process or Load the corresponding default service, etc., which is not limited here.
  • the product associated with the user account information is determined according to the product purchase record, and all the products in the product purchase record may be used as the product associated with the account information, or some products may be selected from the purchased products as the account.
  • Information associated with the product If you can select the product you are currently using as the product associated with the account information, exclude products that have been suspended.
  • S104 Determine, according to the associated product and a preset correspondence, a resource file of a service corresponding to each of the associated products.
  • the method of generating the service page can be applied to the insurance field to display a service page according to the insurance product purchased by the user.
  • Insurance types include, but are not limited to, accident insurance, auto insurance, child insurance, health insurance, travel insurance, property insurance, and pension financing.
  • Each insurance can include multiple insurance products.
  • Such as accident insurance including short-term comprehensive accident insurance, one-year comprehensive accident insurance, family personal comprehensive accident, one-year traffic accident insurance, etc.; auto insurance includes aviation accident insurance, safe direct sales insurance, etc.; children's insurance includes comprehensive insurance for children, hospitalization for children Insurance, children's major illness insurance, etc.; health insurance includes comprehensive medical insurance for the elderly, adult major illness insurance, family illness medical insurance, etc.; travel insurance includes domestic self-help travel insurance, overseas travel insurance, etc.; property insurance includes family property insurance, Ping An Bank Card piracy insurance, earthquake insurance, etc.; pension financing includes Fuxiang Ankang, Xiangrui years and so on.
  • the services corresponding to the insurance products may include introduction of insurance claims process, introduction of claims cases, introduction of common problems corresponding to corresponding insurance products, and recommendation of related products, and different insurance products may provide different services.
  • the resources of the products and services need to be pre-stored in the server.
  • the resource file of the service includes a display icon corresponding to the service, a personalized page, and a service content, so that the application reads and presents to the user as needed in the application.
  • the terminal loads the resource file of the service into the local execution file of the application, so that the generated service page is presented on the terminal page, thereby implementing different
  • the user sees a different page content when using an app to implement the service page. If the user purchases a one-year comprehensive accident insurance and family major illness medical insurance, the application will display the service content related to the one-year comprehensive accident insurance and family illness medical insurance, thereby preventing the interference of unrelated products or service information and improving User experience.
  • the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and determines and the user according to the product purchase record.
  • the account information associated with the product and then determine the resource file of the service corresponding to each associated product according to the corresponding relationship between the product and the resource file of the product and the service, and then the service corresponding to the associated product and product
  • the resource file is sent to the terminal to generate a service page.
  • the embodiments of the present application can provide different service pages for different users, that is, correspondingly different users are personalized to present different page contents, thereby improving the user experience.
  • FIG. 2 is a schematic flowchart diagram of a method for generating a service page according to another embodiment of the present application. As shown in the figure, the method for generating the service page includes steps S201 to S207.
  • steps S201 to S205 are the same as steps S101 to S105, and details are not described herein again.
  • the default service can be a hot service or a third party service.
  • the default service may also perform corresponding recommendation according to the registration information of the user, for example, the age of the user included in the registration information is relatively large, and if the age is 60 or above, the comprehensive medical insurance for the elderly or the auspicious annual setting may be set.
  • the default service if the user included in the registration information is younger, if it is 2 years old, it can be set as the default service for children's comprehensive insurance, children's hospitalization insurance, and children's major illness insurance. It should be noted that the recommendation of the default service may be set according to the basic information in the user account information.
  • FIG. 3 is a schematic flowchart diagram of a method for generating a service page according to another embodiment of the present application. As shown in the figure, the method for generating the service page includes steps S301 to S309.
  • steps S301 to S305 are the same as steps S101 to S105, and details are not described herein again.
  • the loading service request is from the terminal.
  • the loading service request button may be set on the terminal page.
  • the terminal sends a corresponding loading service request to the server.
  • the server determines the list of services that can be loaded based on the correspondence between the product and the service.
  • all the services corresponding to the product may be set as a service that can be loaded, or some services in the service corresponding to the product may be used as a loadable service. If you can follow the service update time to determine.
  • the loadable service is a service that the product is not loaded onto the terminal.
  • the loading service determines that the request is from the terminal, and is generated by the user after selecting the service to be loaded on the terminal page, and the loading service determining request corresponding to the terminal is sent to the server, and the server obtains the determined loading service according to the loading service determining request. Resource file.
  • the obtained resource file determining the loaded service is sent to the terminal to display the service to be loaded on the terminal page. Understandably, a user can load a variety of different services by loading a service request.
  • the corresponding service may be deleted on the terminal page. For example, if the user selects the corresponding service in the terminal and selects the delete button, the service to be deleted is deleted from the service list corresponding to the product.
  • the embodiment of the present application can not only provide a service page for different users, but also provide a function for the user to load the service autonomously, thereby facilitating personalized presentation of different service page contents to different users, thereby improving the user experience.
  • FIG. 4 is a schematic block diagram of a device for generating a service page according to an embodiment of the present application.
  • the service page generating apparatus 40 in the present embodiment as shown in the figure includes a judging unit 41, a first obtaining unit 42, a first determining unit 43, a second determining unit 44, and a first transmitting unit 45.
  • the determining unit 41 is configured to determine whether the account information has a product purchase record if the account information when the user logs in to the terminal application is received.
  • the first obtaining unit 42 is configured to acquire a product purchase record corresponding to the account information if there is a product purchase record.
  • the first determining unit 43 is configured to determine, according to the product purchase record, a product associated with the account information of the user.
  • the second determining unit 44 is configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products.
  • the first sending unit 45 is configured to send a resource file of the service to the terminal to generate a service page.
  • the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and determines and the user according to the product purchase record.
  • the account information associated with the product and then determine the resource file of the service corresponding to each associated product according to the corresponding relationship between the product and the resource file of the product and the service, and then the service corresponding to the associated product and product
  • the resource file is sent to the terminal, and the terminal loads the corresponding resource file into the local execution file of the application, so that the generated service page is presented on the terminal page.
  • the embodiment of the present application can provide a service page for different users, that is, differently present different content of the page corresponding to different users, thereby improving the user experience.
  • FIG. 5 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application.
  • the service page generating apparatus 50 in this embodiment as shown in the figure includes a determining unit 51, a first obtaining unit 52, a first determining unit 53, a second determining unit 54, a first transmitting unit 55, and a second obtaining unit 56. And a second transmitting unit 57.
  • the determining unit 51 is configured to determine whether the account information has a product purchase record if the account information when the user logs in to the terminal application is received.
  • the first obtaining unit 52 is configured to acquire a product purchase record corresponding to the account information if there is a product purchase record.
  • the first determining unit 53 is configured to determine a product associated with the account information of the user according to the product purchase record.
  • the second determining unit 54 is configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products.
  • the first sending unit 55 is configured to send a resource file of the service to the terminal to generate a service page.
  • the second obtaining unit 56 obtains the resource file of the default service if there is no product purchase record.
  • the second sending unit 57 is configured to send the resource file of the default service to the terminal to generate a service page.
  • the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and determines and the user according to the product purchase record.
  • the account information associated with the product and then determining the resource file of the service corresponding to each associated product according to the corresponding relationship between the product and the resource file of the product and the service, and then transmitting the resource file of the service to the terminal, the terminal
  • the corresponding resource file is loaded into the application's local executable file to present the generated service page on the terminal page.
  • the resource file of the default service is obtained, and the resource file of the default service is sent to the terminal to be loaded into the local execution file of the application to generate a service page.
  • the embodiment of the present application can provide a service page for different users, that is, differently present different content of the page corresponding to different users, thereby improving the user experience.
  • FIG. 6 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application.
  • the service page generating apparatus 60 in the present embodiment as shown in the figure includes a determining unit 61, a first obtaining unit 62, a first determining unit 63, a second determining unit 64, a first transmitting unit 65, and a third determining unit 66.
  • the determining unit 61 is configured to determine whether the account information has a product purchase record if the account information when the user logs in to the terminal application is received.
  • the first obtaining unit 62 is configured to obtain a product purchase record corresponding to the account information if there is a product purchase record.
  • the first determining unit 63 is configured to determine, according to the product purchase record, a product associated with the account information of the user.
  • the second determining unit 64 is configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products.
  • the first sending unit 65 is configured to send a resource file of the service to the terminal to generate a service page.
  • the third determining unit 66 is configured to determine, according to the correspondence between the product and the service, a service that can be loaded if the loading service request is received.
  • the third sending unit 67 is configured to send the service to the terminal for user selection.
  • the third obtaining unit 68 is configured to acquire a resource file that determines the loaded service if receiving the loading service determination request.
  • the fourth sending unit 69 is configured to send the resource file that determines the loaded service to the terminal to generate a service page.
  • the embodiment of the present application can not only provide a service page for different users, but also provide a function for the user to load the service autonomously, thereby facilitating personalized presentation of different page content to different users, thereby improving the user experience.
  • FIG. 7 is a schematic block diagram of a computer device according to an embodiment of the present application.
  • the computer device 500 can be a server.
  • the computer device 500 includes a processor 502, a memory, and a network interface 505 connected by a system bus 501, wherein the memory can include a non-volatile storage medium 503 and an internal memory 504.
  • the non-volatile storage medium 503 can store an operating system 5031 and a computer program 5032.
  • the computer program 5032 includes program instructions that, when executed, cause the processor 502 to perform a method of generating a service page.
  • the processor 502 is used to provide computing and control capabilities to support the operation of the entire computer device 500.
  • the internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, which when executed by the processor 502, may cause the processor 502 to execute the method of generating the service page in the present application.
  • the network interface 505 is used for network communication. It will be understood by those skilled in the art that the structure shown in FIG. 7 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device 500 to which the solution of the present application is applied, and a specific computer device. 500 may include more or fewer components than shown, or some components may be combined, or have different component arrangements.
  • the processor 502 is configured to run the computer program 5032 stored in the memory to implement the following functions: if receiving the account information input when the user logs in to the terminal application, determining whether the account information has a product purchase record; Having a product purchase record, obtaining a product purchase record corresponding to the account information; determining a product associated with the user account information according to the product purchase record; determining according to the associated product and a preset correspondence relationship a resource file of a service corresponding to each of the associated products; sending a resource file of the service to the terminal to generate a service page.
  • the processor 502 when the processor 502 runs the computer program 5032 stored in the memory, the processor 502 further implements the following functions: if there is no product purchase record, the resource file of the default service is obtained; and the resource file of the default service is sent to the terminal. To generate a service page.
  • the default service is a hot service or a third party service.
  • the default service is a service recommended according to user registration information.
  • the resource file of the service includes a display icon, a personalized page, and a service content corresponding to the service.
  • the processor 502 when the processor 502 runs the computer program 5032 stored in the memory, the processor 502 further implements a function of: determining, according to the correspondence between the product and the service, a service that can be loaded according to the loading service request; The service is sent to the terminal for the user to select; if the loading service determination request is received, the resource file determining the loaded service is obtained; and the resource file determining the loaded service is sent to the terminal to generate a service page.
  • the processor 502 when performing, by the processor 502, determining a product associated with the account information of the user according to the product purchase record, the processor 502 specifically implements a function of: using all products in the product purchase record as The product associated with the user's account information.
  • the processor 502 when the processor 502 performs a product that is determined to be associated with the account information of the user according to the product purchase record, the processor 502 specifically implements a function of selecting a part of the product purchase record as the user.
  • the account information associated with the product when the processor 502 performs a product that is determined to be associated with the account information of the user according to the product purchase record, the processor 502 specifically implements a function of selecting a part of the product purchase record as the user. The account information associated with the product.
  • the processor 502 may be a central processing unit (CPU), and the processor 502 may also be another general-purpose processor, a digital signal processor (DSP), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, etc.
  • the general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
  • a storage medium in another embodiment, can be a computer readable storage medium.
  • the storage medium stores a computer program, wherein the computer program includes program instructions.
  • the program instructions when executed by the processor, cause the processor to perform the method of generating the service page in the present application.
  • the storage medium may be a medium that can store program codes, such as a USB flash drive, a removable hard disk, a Read-Only Memory (ROM), a flash memory, a magnetic disk, or an optical disk.
  • the disclosed apparatus and method may be implemented in other manners.
  • the device device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined. Or it can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device device or unit, or an electrical, mechanical or other form of connection.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present application may be in essence or part of the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
  • There are a number of instructions for causing a computer device (which may be a personal computer, terminal, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed in the present application are a service page generation method and apparatus, a computer device, and a storage medium. The method comprises: when it is determined that product purchase records exist in account information, obtaining the product purchase records corresponding to the account information; determining products associated with the account information according to the product purchase records; determining a resource file of a service corresponding to each associated product according to the associated products and a preset correspondence; and sending the resource file of the service to a terminal to generate a service page.

Description

服务页面的生成方法、装置、计算机设备及存储介质Method, device, computer device and storage medium for generating service page
本申请要求于2017年4月10日提交中国专利局、申请号为201710228796.X、发明名称为“一种服务页面的生成方法及服务页面的生成装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese Patent Application filed on April 10, 2017, the Chinese Patent Office, the application number is 201710228796.X, and the invention name is "a method for generating a service page and a device for generating a service page". The content is incorporated herein by reference.
技术领域Technical field
本申请涉及应用生成技术领域,尤其涉及一种服务页面的生成方法、装置、计算机设备及存储介质。The present application relates to the field of application generation technologies, and in particular, to a method, an apparatus, a computer device, and a storage medium for generating a service page.
背景技术Background technique
目前,应用商店中提供的第三方应用中的服务对于每一个用户来说都是一模一样的,并没有根据用户的需求提供个性化服务。此外,每一个应用通常都会提供各种各样的服务,但用户通常仅使用到一部分服务,大部分的服务(如一些推荐性服务)是用户很少使用到。这些种类繁多的服务给用户带来了使用干扰,降低了用户使用体验。Currently, the services in the third-party applications provided in the app store are exactly the same for each user, and there is no personalized service based on the user's needs. In addition, each application usually provides a variety of services, but users usually only use a part of the services, most of the services (such as some recommended services) are rarely used by users. These wide variety of services bring user interference and reduce the user experience.
发明内容Summary of the invention
本申请实施例提供一种服务页面的生成方法、装置、计算机设备及存储介质,其能够针对不同的用户提供不同的服务页面,以提高用户使用体验。The embodiment of the present application provides a method, an apparatus, a computer device, and a storage medium for generating a service page, which can provide different service pages for different users to improve the user experience.
第一方面,本申请实施例提供了一种服务页面的生成方法,该方法包括:若接收到用户登录终端应用时的账号信息,判断所述账号信息是否有产品购买记录;若有产品购买记录,获取与所述账号信息相对应的产品购买记录;根据所述产品购买记录确定与所述用户的账号信息相关联的产品;根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件;发送所述服务的资源文件到所述终端以生成服务页面。In a first aspect, the embodiment of the present application provides a method for generating a service page, which includes: if receiving account information when a user logs in to a terminal application, determining whether the account information has a product purchase record; if there is a product purchase record Obtaining a product purchase record corresponding to the account information; determining a product associated with the account information of the user according to the product purchase record; determining each of the products according to the associated product and a preset correspondence A resource file of a service corresponding to the associated product; sending a resource file of the service to the terminal to generate a service page.
第二方面,本申请实施例提供了一种服务页面的生成装置,该装置包括判断单元,用于若接收到用户登录终端应用时的账号信息,判断所述账号信息是 否有产品购买记录;第一获取单元,用于若有产品购买记录,获取与所述账号信息相对应的产品购买记录;第一确定单元,用于根据所述产品购买记录确定与所述用户的账号信息相关联的产品;第二确定单元,用于根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件;第一发送单元,用于发送所述服务的资源文件到所述终端以生成服务页面。In a second aspect, the embodiment of the present application provides a device for generating a service page, where the device includes a determining unit, configured to determine whether the account information has a product purchase record when receiving the account information when the user logs in to the terminal application; An obtaining unit, configured to obtain a product purchase record corresponding to the account information if there is a product purchase record; and a first determining unit, configured to determine, according to the product purchase record, a product associated with the account information of the user a second determining unit, configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products; and a first sending unit, configured to send the resource of the service File to the terminal to generate a service page.
第三方面,本申请实施例还提供了一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其中,所述处理器执行所述计算机程序时实现上述服务页面的生成方法。In a third aspect, the embodiment of the present application further provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor executes the The method of generating the above service page is implemented when the computer program is used.
第四方面,本申请实施例又提供一种存储介质,其中,所述存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行上述服务页面的生成方法。In a fourth aspect, the embodiment of the present application further provides a storage medium, wherein the storage medium stores a computer program, where the computer program includes program instructions, and the program instructions, when executed by the processor, cause the processor to execute The method of generating the above service page.
本申请实施例当接收到用户登录终端应用时的账户信息后,判断该账号信息是否有产品购买记录,若有产品购买记录,获取与该账号信息相对应的产品购买记录,并根据该产品购买记录确定与用户的账号信息相关联的产品,进而根据相关联的产品和预设对应关系确定每一相关联的产品所对应的服务的资源文件,然后将服务的资源文件发送给终端以便终端生成服务页面。本申请实施例能够针对不同的用户提供不同的服务页面,即对应不同的用户个性化呈现不同的页面内容,提高了用户使用体验。After receiving the account information when the user logs in to the terminal application, the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and purchases according to the product. Recording a product that is associated with the account information of the user, and determining a resource file of the service corresponding to each associated product according to the associated product and the preset correspondence, and then transmitting the resource file of the service to the terminal for the terminal to generate Service page. The embodiments of the present application can provide different service pages for different users, that is, correspondingly different users are personalized to present different page contents, thereby improving the user experience.
附图说明DRAWINGS
为了更清楚地说明本申请实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings used in the description of the embodiments will be briefly described below. Obviously, the drawings in the following description are some embodiments of the present application, For the ordinary technicians, other drawings can be obtained based on these drawings without any creative work.
图1是本申请实施例提供的一种服务页面的生成方法的流程示意图;1 is a schematic flowchart of a method for generating a service page according to an embodiment of the present application;
图2是本申请另一实施例提供的一种服务页面的生成方法的流程示意图;2 is a schematic flowchart of a method for generating a service page according to another embodiment of the present application;
图3是本申请又一实施例提供的一种服务页面的生成方法的流程示意图;3 is a schematic flowchart of a method for generating a service page according to another embodiment of the present application;
图4是本申请实施例提供的一种服务页面的生成装置的示意性框图;4 is a schematic block diagram of a device for generating a service page according to an embodiment of the present application;
图5是本申请另一实施例提供的一种服务页面的生成装置的示意性框图;FIG. 5 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application; FIG.
图6是本申请又一实施例提供的一种服务页面的生成装置的示意性框图;FIG. 6 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application; FIG.
图7是本申请实施例提供的一种计算机设备的示意性框图。FIG. 7 is a schematic block diagram of a computer device according to an embodiment of the present application.
具体实施方式detailed description
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The technical solutions in the embodiments of the present application are clearly and completely described in the following with reference to the drawings in the embodiments of the present application. It is obvious that the described embodiments are a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope are the scope of the present application.
应当理解,当在本说明书和所附权利要求书中使用时,术语“包括”和“包含”指示所描述特征、整体、步骤、操作、元素和/或组件的存在,但并不排除一个或多个其它特征、整体、步骤、操作、元素、组件和/或其集合的存在或添加。The use of the terms "comprising", "comprising", "","," The presence or addition of a plurality of other features, integers, steps, operations, elements, components, and/or collections thereof.
参见图1,图1是本申请实施例提供的一种服务页面的生成方法的流程示意图。该服务页面的生成方法应用于服务页面的生成装置中,该生成装置可以为服务器或其他任何适当机器等。根据该服务页面的生成方法生成的应用呈现在终端页面上。其中,终端可以是个人数字助理、蜂窝电话、智能电话、平板电脑、膝上型计算机等移动终端,也可以是个人计算机(PC)之类的传统桌面型计算设备。如图所示,该服务页面的生成方法包括步骤S101~S105。Referring to FIG. 1, FIG. 1 is a schematic flowchart diagram of a method for generating a service page according to an embodiment of the present application. The method of generating the service page is applied to a device for generating a service page, which may be a server or any other suitable machine or the like. The application generated according to the generation method of the service page is presented on the terminal page. The terminal may be a mobile terminal such as a personal digital assistant, a cellular phone, a smart phone, a tablet computer, a laptop computer, or a traditional desktop computing device such as a personal computer (PC). As shown in the figure, the method for generating the service page includes steps S101 to S105.
S101,若接收到用户登录终端应用时的账号信息,判断所述账号信息是否有产品购买记录。S101. If the account information when the user logs in to the terminal application is received, determine whether the account information has a product purchase record.
具体地,账号信息可以由用户在终端登录应用时手动输入,也可以将用户的账号信息保存在终端,并当用户在终端打开对应应用的快捷图标时由终端将用户的账号信息发送给对应的服务器。产品购买记录包括用户在对应的应用或者该应用关联的第三方平台上的已购买产品。如该用户为平安一账通应用的注册用户,则用户在平安的各个应用如平安保险、平安理财等应用上购买的产品均视为该用户的已购买产品。在本申请实施例中,当接收到用户终端应用时的账号信息之后,判断该账号信息是否有产品购买记录,若有产品购买记录,则执行步骤S102;若没有产品购买记录,则结束流程或加载对应的默认服务等,此处不做限定。Specifically, the account information may be manually input by the user when the terminal logs in to the application, or the account information of the user may be saved in the terminal, and when the user opens the shortcut icon of the corresponding application, the terminal sends the account information of the user to the corresponding server. The product purchase record includes the purchased product of the user on the corresponding application or a third party platform associated with the application. If the user is a registered user of the Ping An One Account application, the products purchased by the user on various applications such as Ping An Insurance and Ping An Finance are regarded as the purchased products of the user. In the embodiment of the present application, after receiving the account information of the user terminal application, determining whether the account information has a product purchase record, if there is a product purchase record, executing step S102; if there is no product purchase record, ending the process or Load the corresponding default service, etc., which is not limited here.
S102,获取与所述账号信息相对应的产品购买记录。S102. Obtain a product purchase record corresponding to the account information.
S103,根据所述产品购买记录确定与所述用户的账号信息相关联的产品。S103. Determine a product associated with the account information of the user according to the product purchase record.
具体地,根据产品购买记录确定与用户账号信息相关联的产品,可以将产品购买记录中所有的产品作为与该账号信息相关联的产品,也可以从已购买的产品中选择部分产品作为该账号信息相关联的产品。如可以选择目前正在使用的产品作为与该账号信息相关联的产品,排除已经暂停使用的产品。Specifically, the product associated with the user account information is determined according to the product purchase record, and all the products in the product purchase record may be used as the product associated with the account information, or some products may be selected from the purchased products as the account. Information associated with the product. If you can select the product you are currently using as the product associated with the account information, exclude products that have been suspended.
S104,根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件。S104. Determine, according to the associated product and a preset correspondence, a resource file of a service corresponding to each of the associated products.
具体地,该服务页面的生成方法可以应用在保险领域,以便根据用户购买的保险产品显示服务页面。保险险种包括但不限于意外险、车险、少儿险、健康险、旅游险、财产险、养老理财,每一险种可包括多种保险产品。如意外险包括短期综合意外险、一年期综合意外险、家庭个人综合意外,一年期交通意外险等;车险包括航空意外险、平安直销车险等;少儿险包括少儿综合保险、少儿住院医疗保险、少儿重大疾病保险等;健康险包括中老人综合医疗险、成人重大疾病险、家庭大病医疗险等;旅游险包括国内自助游保险、境外旅游保险等;财产险包括家庭财产保险、平安银行卡盗刷险、地震险等;养老理财包括福享安康、祥瑞年年等。保险产品对应的服务可包括保险理赔流程介绍、理赔案例介绍、及与相应保险产品相对应的常见问题介绍、以及相关产品推荐等,且不同的保险产品可提供不同的服务。Specifically, the method of generating the service page can be applied to the insurance field to display a service page according to the insurance product purchased by the user. Insurance types include, but are not limited to, accident insurance, auto insurance, child insurance, health insurance, travel insurance, property insurance, and pension financing. Each insurance can include multiple insurance products. Such as accident insurance including short-term comprehensive accident insurance, one-year comprehensive accident insurance, family personal comprehensive accident, one-year traffic accident insurance, etc.; auto insurance includes aviation accident insurance, safe direct sales insurance, etc.; children's insurance includes comprehensive insurance for children, hospitalization for children Insurance, children's major illness insurance, etc.; health insurance includes comprehensive medical insurance for the elderly, adult major illness insurance, family illness medical insurance, etc.; travel insurance includes domestic self-help travel insurance, overseas travel insurance, etc.; property insurance includes family property insurance, Ping An Bank Card piracy insurance, earthquake insurance, etc.; pension financing includes Fuxiang Ankang, Xiangrui years and so on. The services corresponding to the insurance products may include introduction of insurance claims process, introduction of claims cases, introduction of common problems corresponding to corresponding insurance products, and recommendation of related products, and different insurance products may provide different services.
若用户购买了一年期综合意外险和家庭大病医疗险,为了防止与已购买产品不相关的产品或服务出现在终端中,在本申请实施例中,需要在服务器中预存产品与服务的资源文件的对应关系以便根据确定的相关联的产品确定与产品相对应的服务的资源文件。该服务的资源文件包括服务对应的展示图标、个性化页面及服务内容,以便该应用程序读取并在应用程序中根据需要向用户展示。If the user purchases the one-year comprehensive accident insurance and the family major medical insurance, in order to prevent the products or services not related to the purchased products from appearing in the terminal, in the embodiment of the present application, the resources of the products and services need to be pre-stored in the server. The correspondence of the files to determine a resource file for the service corresponding to the product based on the determined associated product. The resource file of the service includes a display icon corresponding to the service, a personalized page, and a service content, so that the application reads and presents to the user as needed in the application.
S105,发送所述服务的资源文件到所述终端以生成服务页面。S105. Send a resource file of the service to the terminal to generate a service page.
具体地,将已确定的服务的资源文件发送给相对应的终端后,该终端将该服务的资源文件加载到该应用的本地执行文件中,从而在终端页面呈现生成的服务页面,从而实现不同的用户使用一款应用时所看到的页面内容不同,从而实现服务页面。若用户购买了一年期综合意外险和家庭大病医疗险,通过该应用将展示与一年期综合意外险以及家庭大病医疗险相关的服务内容,从而防止不相关产品或服务信息的干扰,提高用户使用体验。Specifically, after the resource file of the determined service is sent to the corresponding terminal, the terminal loads the resource file of the service into the local execution file of the application, so that the generated service page is presented on the terminal page, thereby implementing different The user sees a different page content when using an app to implement the service page. If the user purchases a one-year comprehensive accident insurance and family major illness medical insurance, the application will display the service content related to the one-year comprehensive accident insurance and family illness medical insurance, thereby preventing the interference of unrelated products or service information and improving User experience.
本申请实施例当接收到用户的账户信息后,判断该账号信息是否有产品购 买记录,若有产品购买记录,获取与该账号信息相对应的产品购买记录,并根据该产品购买记录确定与用户的账号信息相关联的产品,进而根据相关联的产品和产品与服务的资源文件的对应关系确定每一相关联的产品所对应的服务的资源文件,然后将相关联的产品及产品对应的服务的资源文件发送给终端以生成服务页面。本申请实施例能够针对不同的用户提供不同的服务页面,即对应不同的用户个性化呈现不同的页面内容,提高了用户使用体验。After receiving the account information of the user, the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and determines and the user according to the product purchase record. The account information associated with the product, and then determine the resource file of the service corresponding to each associated product according to the corresponding relationship between the product and the resource file of the product and the service, and then the service corresponding to the associated product and product The resource file is sent to the terminal to generate a service page. The embodiments of the present application can provide different service pages for different users, that is, correspondingly different users are personalized to present different page contents, thereby improving the user experience.
参见图2,图2是本申请另一实施例提供的一种服务页面的生成方法的流程示意图。如图所示,该服务页面的生成方法包括步骤S201~S207。Referring to FIG. 2, FIG. 2 is a schematic flowchart diagram of a method for generating a service page according to another embodiment of the present application. As shown in the figure, the method for generating the service page includes steps S201 to S207.
S201,若接收到用户登录终端应用时所输入的账号信息,判断所述账号信息是否有产品购买记录。S201: If receiving the account information input when the user logs in to the terminal application, determining whether the account information has a product purchase record.
S202,若有产品购买记录,获取与所述账号信息相对应的产品购买记录。S202. If there is a product purchase record, obtain a product purchase record corresponding to the account information.
S203,根据所述产品购买记录确定与所述用户的账号信息相关联的产品。S203. Determine a product associated with the account information of the user according to the product purchase record.
S204,根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件。S204. Determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products.
S205,发送所述服务的资源文件到所述终端以生成服务页面。S205. Send a resource file of the service to the terminal to generate a service page.
具体他,步骤S201~S205同步骤S101~S105,此处不再赘述。Specifically, steps S201 to S205 are the same as steps S101 to S105, and details are not described herein again.
S206,若没有产品购买记录,获取默认服务的资源文件。S206. If there is no product purchase record, obtain a resource file of the default service.
S207,发送所述默认服务的资源文件到所述终端以生成服务页面。S207. Send a resource file of the default service to the terminal to generate a service page.
在本申请实施例中,若该用户没有产品购买记录,如该用户可能是注册该应用的新用户,则获取默认服务的资源文件,并发送默认服务的资源文件给相对应的终端并在终端页面呈现生成的服务页面。其中,默认服务可以为热门服务或第三方服务。在一些其他实施例中,默认服务还可以根据用户的注册信息进行对应推荐,如注册信息中包含的用户年龄比较大,如为60岁或以上,可以将老人综合医疗险、或祥瑞年年设置为默认服务;若注册信息中包含的用户年龄较小,如为2岁,则可以少儿综合保险、少儿住院医疗保险、少儿重大疾病保险等设置为默认服务。需要说明的是,默认服务的推荐可以根据用户账号信息中的基本信息来进行针对性设置。In the embodiment of the present application, if the user does not have a product purchase record, if the user may be a new user who registers the application, the resource file of the default service is obtained, and the resource file of the default service is sent to the corresponding terminal and is in the terminal. The page renders the generated service page. Among them, the default service can be a hot service or a third party service. In some other embodiments, the default service may also perform corresponding recommendation according to the registration information of the user, for example, the age of the user included in the registration information is relatively large, and if the age is 60 or above, the comprehensive medical insurance for the elderly or the auspicious annual setting may be set. As the default service; if the user included in the registration information is younger, if it is 2 years old, it can be set as the default service for children's comprehensive insurance, children's hospitalization insurance, and children's major illness insurance. It should be noted that the recommendation of the default service may be set according to the basic information in the user account information.
参见图3,图3是本申请又一实施例提供的一种服务页面的生成方法的流程示意图。如图所示,该服务页面的生成方法包括步骤S301~S309。Referring to FIG. 3, FIG. 3 is a schematic flowchart diagram of a method for generating a service page according to another embodiment of the present application. As shown in the figure, the method for generating the service page includes steps S301 to S309.
S301,若接收到用户登录终端应用时所输入的账号信息,判断所述账号信 息是否有产品购买记录。S301. If the account information input by the user when logging in to the terminal application is received, determine whether the account information has a product purchase record.
S302,若有产品购买记录,获取与所述账号信息相对应的产品购买记录。S302. If there is a product purchase record, obtain a product purchase record corresponding to the account information.
S303,根据所述产品购买记录确定与所述用户的账号信息相关联的产品。S303. Determine a product associated with the account information of the user according to the product purchase record.
S304,根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件。S304. Determine, according to the associated product and a preset correspondence, a resource file of a service corresponding to each of the associated products.
S305,发送所述服务的资源文件到所述终端以生成服务页面。S305. Send a resource file of the service to the terminal to generate a service page.
具体地,步骤S301~S305同步骤S101~S105,此处不再赘述。Specifically, steps S301 to S305 are the same as steps S101 to S105, and details are not described herein again.
S306,若接收到加载服务请求,根据所述产品与服务的对应关系确定可供加载的服务。S306. If a loading service request is received, determining a service that can be loaded according to the corresponding relationship between the product and the service.
具体地,加载服务请求来自于终端,如可以在终端页面上设置加载服务请求按钮,当用户对应某一产品选择了加载服务请求按钮之后,终端将对应的加载服务请求发送给服务器。服务器根据产品与服务的对应关系确定可供加载的服务列表。由于一种产品可能对应不同的服务,在本申请实施例中可以该产品对应的全部服务都设置为可供加载的服务,也可以将该产品对应的服务中的部分服务作为可供加载的服务如可以按照服务的更新时间来确定。优选,该可供加载的服务是该产品未加载到终端上的服务。Specifically, the loading service request is from the terminal. For example, the loading service request button may be set on the terminal page. After the user selects the loading service request button corresponding to a certain product, the terminal sends a corresponding loading service request to the server. The server determines the list of services that can be loaded based on the correspondence between the product and the service. In the embodiment of the present application, all the services corresponding to the product may be set as a service that can be loaded, or some services in the service corresponding to the product may be used as a loadable service. If you can follow the service update time to determine. Preferably, the loadable service is a service that the product is not loaded onto the terminal.
S307,将所述服务发送给终端以供用户选择。S307. Send the service to the terminal for user selection.
S308,若接收到加载服务确定请求,获取确定加载的服务的资源文件。S308. If a loading service determination request is received, obtain a resource file that determines the loaded service.
具体地,加载服务确定请求来自终端,由用户在终端页面选择想要加载的服务之后生成,终端对应的加载服务确定请求发送给服务器,并由服务器根据该加载服务确定请求来获取确定加载的服务的资源文件。Specifically, the loading service determines that the request is from the terminal, and is generated by the user after selecting the service to be loaded on the terminal page, and the loading service determining request corresponding to the terminal is sent to the server, and the server obtains the determined loading service according to the loading service determining request. Resource file.
S309,发送所述确定加载的服务的资源文件到所述终端以生成服务页面。S309. Send the resource file that determines the loaded service to the terminal to generate a service page.
具体地,将获取的确定加载的服务的资源文件发送给终端,以便在终端页面上显示想要加载的服务。可以理解地,用户可通过加载服务请求来加载多种不同的服务。在一些其他实施例中,终端页面上还可以设置删除对应的服务。如用户在终端选中对应的服务并选择删除按钮,以将想要删除的服务从产品对应的服务列表中将对应的服务删除。Specifically, the obtained resource file determining the loaded service is sent to the terminal to display the service to be loaded on the terminal page. Understandably, a user can load a variety of different services by loading a service request. In some other embodiments, the corresponding service may be deleted on the terminal page. For example, if the user selects the corresponding service in the terminal and selects the delete button, the service to be deleted is deleted from the service list corresponding to the product.
本申请实施例不仅能够针对不同的用户提供服务页面,还可以提供给用户自主加载服务的功能,从而便于对不同的用户个性化呈现不同服务页面内容,提高了用户使用体验。The embodiment of the present application can not only provide a service page for different users, but also provide a function for the user to load the service autonomously, thereby facilitating personalized presentation of different service page contents to different users, thereby improving the user experience.
参照图4,图4是本申请实施例提供的一种服务页面的生成装置的示意框图。如图所示的本实施例中的服务页面的生成装置40包括判断单元41、第一获取单元42、第一确定单元43、第二确定单元44及第一发送单元45。Referring to FIG. 4, FIG. 4 is a schematic block diagram of a device for generating a service page according to an embodiment of the present application. The service page generating apparatus 40 in the present embodiment as shown in the figure includes a judging unit 41, a first obtaining unit 42, a first determining unit 43, a second determining unit 44, and a first transmitting unit 45.
判断单元41,用于若接收到用户登录终端应用时的账号信息,判断所述账号信息是否有产品购买记录。The determining unit 41 is configured to determine whether the account information has a product purchase record if the account information when the user logs in to the terminal application is received.
第一获取单元42,用于若有产品购买记录,获取与所述账号信息相对应的产品购买记录。The first obtaining unit 42 is configured to acquire a product purchase record corresponding to the account information if there is a product purchase record.
第一确定单元43,用于根据所述产品购买记录确定与所述用户的账号信息相关联的产品。The first determining unit 43 is configured to determine, according to the product purchase record, a product associated with the account information of the user.
第二确定单元44,用于根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件。The second determining unit 44 is configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products.
第一发送单元45,用于发送所述服务的资源文件到所述终端以生成服务页面。The first sending unit 45 is configured to send a resource file of the service to the terminal to generate a service page.
本申请实施例当接收到用户的账户信息后,判断该账号信息是否有产品购买记录,若有产品购买记录,获取与该账号信息相对应的产品购买记录,并根据该产品购买记录确定与用户的账号信息相关联的产品,进而根据相关联的产品和产品与服务的资源文件的对应关系确定每一相关联的产品所对应的服务的资源文件,然后将相关联的产品及产品对应的服务的资源文件发送给终端,终端将对应资源文件加载到应用的本地执行文件中,从而在终端页面呈现出生成的服务页面。本申请实施例能够针对不同的用户提供服务页面,即对应不同的用户个性化呈现不同的页面内容,提高了用户使用体验。After receiving the account information of the user, the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and determines and the user according to the product purchase record. The account information associated with the product, and then determine the resource file of the service corresponding to each associated product according to the corresponding relationship between the product and the resource file of the product and the service, and then the service corresponding to the associated product and product The resource file is sent to the terminal, and the terminal loads the corresponding resource file into the local execution file of the application, so that the generated service page is presented on the terminal page. The embodiment of the present application can provide a service page for different users, that is, differently present different content of the page corresponding to different users, thereby improving the user experience.
参照图5,图5是本申请另一实施例提供的一种服务页面的生成装置的示意框图。如图所示的本实施例中的服务页面的生成装置50包括判断单元51、第一获取单元52、第一确定单元53、第二确定单元54、第一发送单元55、第二获取单元56及第二发送单元57。Referring to FIG. 5, FIG. 5 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application. The service page generating apparatus 50 in this embodiment as shown in the figure includes a determining unit 51, a first obtaining unit 52, a first determining unit 53, a second determining unit 54, a first transmitting unit 55, and a second obtaining unit 56. And a second transmitting unit 57.
判断单元51,用于若接收到用户登录终端应用时的账号信息,判断所述账号信息是否有产品购买记录。The determining unit 51 is configured to determine whether the account information has a product purchase record if the account information when the user logs in to the terminal application is received.
第一获取单元52,用于若有产品购买记录,获取与所述账号信息相对应的产品购买记录。The first obtaining unit 52 is configured to acquire a product purchase record corresponding to the account information if there is a product purchase record.
第一确定单元53,用于根据所述产品购买记录确定与所述用户的账号信息 相关联的产品。The first determining unit 53 is configured to determine a product associated with the account information of the user according to the product purchase record.
第二确定单元54,用于根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件。The second determining unit 54 is configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products.
第一发送单元55,用于发送所述服务的资源文件到所述终端以生成服务页面。The first sending unit 55 is configured to send a resource file of the service to the terminal to generate a service page.
第二获取单元56,若没有产品购买记录,获取默认服务的资源文件。The second obtaining unit 56 obtains the resource file of the default service if there is no product purchase record.
第二发送单元57,用于发送所述默认服务的资源文件到所述终端以生成服务页面。The second sending unit 57 is configured to send the resource file of the default service to the terminal to generate a service page.
本申请实施例当接收到用户的账户信息后,判断该账号信息是否有产品购买记录,若有产品购买记录,获取与该账号信息相对应的产品购买记录,并根据该产品购买记录确定与用户的账号信息相关联的产品,进而根据相关联的产品和产品与服务的资源文件的对应关系确定每一相关联的产品所对应的服务的资源文件,然后将服务的资源文件发送给终端,终端将对应资源文件加载到应用的本地执行文件中,从而在终端页面呈现出生成的服务页面。此外,若没有产品购买记录,获取默认服务的资源文件,并发送默认服务的资源文件到终端以加载到应用的本地执行文件中而生成服务页面。本申请实施例能够针对不同的用户提供服务页面,即对应不同的用户个性化呈现不同的页面内容,提高了用户使用体验。After receiving the account information of the user, the embodiment of the present application determines whether the account information has a product purchase record, and if there is a product purchase record, obtains a product purchase record corresponding to the account information, and determines and the user according to the product purchase record. The account information associated with the product, and then determining the resource file of the service corresponding to each associated product according to the corresponding relationship between the product and the resource file of the product and the service, and then transmitting the resource file of the service to the terminal, the terminal The corresponding resource file is loaded into the application's local executable file to present the generated service page on the terminal page. In addition, if there is no product purchase record, the resource file of the default service is obtained, and the resource file of the default service is sent to the terminal to be loaded into the local execution file of the application to generate a service page. The embodiment of the present application can provide a service page for different users, that is, differently present different content of the page corresponding to different users, thereby improving the user experience.
参照图6,是本申请又一实施例提供的一种服务页面的生成装置的示意框图。如图所示的本实施例中的服务页面的生成装置60包括判断单元61、第一获取单元62、第一确定单元63、第二确定单元64、第一发送单元65、第三确定单元66、第三发送单元67、第三获取单元68及第四发送单元69。FIG. 6 is a schematic block diagram of a device for generating a service page according to another embodiment of the present application. The service page generating apparatus 60 in the present embodiment as shown in the figure includes a determining unit 61, a first obtaining unit 62, a first determining unit 63, a second determining unit 64, a first transmitting unit 65, and a third determining unit 66. The third transmitting unit 67, the third obtaining unit 68, and the fourth transmitting unit 69.
判断单元61,用于若接收到用户登录终端应用时的账号信息,判断所述账号信息是否有产品购买记录。The determining unit 61 is configured to determine whether the account information has a product purchase record if the account information when the user logs in to the terminal application is received.
第一获取单元62,用于若有产品购买记录,获取与所述账号信息相对应的产品购买记录。The first obtaining unit 62 is configured to obtain a product purchase record corresponding to the account information if there is a product purchase record.
第一确定单元63,用于根据所述产品购买记录确定与所述用户的账号信息相关联的产品。The first determining unit 63 is configured to determine, according to the product purchase record, a product associated with the account information of the user.
第二确定单元64,用于根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件。The second determining unit 64 is configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products.
第一发送单元65,用于发送所述服务的资源文件到所述终端以生成服务页面。The first sending unit 65 is configured to send a resource file of the service to the terminal to generate a service page.
第三确定单元66,用于若接收到加载服务请求,根据所述产品与服务的对应关系确定可供加载的服务。The third determining unit 66 is configured to determine, according to the correspondence between the product and the service, a service that can be loaded if the loading service request is received.
第三发送单元67,用于将所述服务发送给终端以供用户选择。The third sending unit 67 is configured to send the service to the terminal for user selection.
第三获取单元68,用于若接收到加载服务确定请求,获取确定加载的服务的资源文件。The third obtaining unit 68 is configured to acquire a resource file that determines the loaded service if receiving the loading service determination request.
第四发送单元69,用于发送所述确定加载的服务的资源文件到所述终端以生成服务页面。The fourth sending unit 69 is configured to send the resource file that determines the loaded service to the terminal to generate a service page.
本申请实施例不仅能够针对不同的用户提供服务页面,还可以提供给用户自主加载服务的功能,从而便于对不同的用户个性化呈现不同的页面内容,提高了用户使用体验。The embodiment of the present application can not only provide a service page for different users, but also provide a function for the user to load the service autonomously, thereby facilitating personalized presentation of different page content to different users, thereby improving the user experience.
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的终端和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。A person skilled in the art can clearly understand that, for the convenience and brevity of the description, the specific working process of the terminal and the unit described above can be referred to the corresponding process in the foregoing method embodiment, and details are not described herein again.
上述服务页面的生成装置可以实现为一种计算机程序的形式,该计算机程序可以在如图7所示的计算机设备上运行。请参阅图7,图7是本申请实施例提供的一种计算机设备的示意性框图。该计算机设备500可以是服务器。The above-described service page generating means can be implemented in the form of a computer program which can be run on a computer device as shown in FIG. Please refer to FIG. 7. FIG. 7 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device 500 can be a server.
参阅图7,该计算机设备500包括通过系统总线501连接的处理器502、存储器和网络接口505,其中,存储器可以包括非易失性存储介质503和内存储器504。Referring to FIG. 7, the computer device 500 includes a processor 502, a memory, and a network interface 505 connected by a system bus 501, wherein the memory can include a non-volatile storage medium 503 and an internal memory 504.
该非易失性存储介质503可存储操作系统5031和计算机程序5032。该计算机程序5032包括程序指令,该程序指令被执行时,可使得处理器502执行一种服务页面的生成方法。The non-volatile storage medium 503 can store an operating system 5031 and a computer program 5032. The computer program 5032 includes program instructions that, when executed, cause the processor 502 to perform a method of generating a service page.
该处理器502用于提供计算和控制能力,支撑整个计算机设备500的运行。The processor 502 is used to provide computing and control capabilities to support the operation of the entire computer device 500.
该内存储器504为非易失性存储介质503中的计算机程序5032的运行提供环境,该计算机程序5032被处理器502执行时,可使得处理器502执行本申请中的服务页面的生成方法。The internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, which when executed by the processor 502, may cause the processor 502 to execute the method of generating the service page in the present application.
该网络接口505用于进行网络通信。本领域技术人员可以理解,图7中示 出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备500的限定,具体的计算机设备500可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。The network interface 505 is used for network communication. It will be understood by those skilled in the art that the structure shown in FIG. 7 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device 500 to which the solution of the present application is applied, and a specific computer device. 500 may include more or fewer components than shown, or some components may be combined, or have different component arrangements.
其中,所述处理器502用于运行存储在存储器中的计算机程序5032,以实现如下功能:若接收到用户登录终端应用时所输入的账号信息,判断所述账号信息是否有产品购买记录;若有产品购买记录,获取与所述账号信息相对应的产品购买记录;根据所述产品购买记录确定与所述用户的账号信息相关联的产品;根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件;发送所述服务的资源文件到所述终端以生成服务页面。The processor 502 is configured to run the computer program 5032 stored in the memory to implement the following functions: if receiving the account information input when the user logs in to the terminal application, determining whether the account information has a product purchase record; Having a product purchase record, obtaining a product purchase record corresponding to the account information; determining a product associated with the user account information according to the product purchase record; determining according to the associated product and a preset correspondence relationship a resource file of a service corresponding to each of the associated products; sending a resource file of the service to the terminal to generate a service page.
在一实施例中,处理器502运行存储在存储器中的计算机程序5032时,还实现如下功能:若没有产品购买记录,获取默认服务的资源文件;发送所述默认服务的资源文件到所述终端以生成服务页面。In an embodiment, when the processor 502 runs the computer program 5032 stored in the memory, the processor 502 further implements the following functions: if there is no product purchase record, the resource file of the default service is obtained; and the resource file of the default service is sent to the terminal. To generate a service page.
在一实施例中,所述默认服务为热门服务或第三方服务。In an embodiment, the default service is a hot service or a third party service.
在一实施例中,所述默认服务为根据用户的注册信息推荐的服务。In an embodiment, the default service is a service recommended according to user registration information.
在一实施例中,所述服务的资源文件包括服务对应的展示图标、个性化页面及服务内容。In an embodiment, the resource file of the service includes a display icon, a personalized page, and a service content corresponding to the service.
在一实施例中,处理器502运行存储在存储器中的计算机程序5032时,还实现如下功能:若接收到加载服务请求,根据所述产品与服务的对应关系确定可供加载的服务;将所述服务发送给终端以供用户选择;若接收到加载服务确定请求,获取确定加载的服务的资源文件;发送所述确定加载的服务的资源文件到所述终端以生成服务页面。In an embodiment, when the processor 502 runs the computer program 5032 stored in the memory, the processor 502 further implements a function of: determining, according to the correspondence between the product and the service, a service that can be loaded according to the loading service request; The service is sent to the terminal for the user to select; if the loading service determination request is received, the resource file determining the loaded service is obtained; and the resource file determining the loaded service is sent to the terminal to generate a service page.
在一实施例中,处理器502在执行根据所述产品购买记录确定与所述用户的账号信息相关联的产品时,具体实现如下功能:将所述产品购买记录中所有的产品作为与所述用户的账号信息相关联的产品。In an embodiment, when performing, by the processor 502, determining a product associated with the account information of the user according to the product purchase record, the processor 502 specifically implements a function of: using all products in the product purchase record as The product associated with the user's account information.
在一实施例中,处理器502在执行根据所述产品购买记录确定与所述用户的账号信息相关联的产品时,具体实现如下功能:选择所述产品购买记录中部分产品作为与所述用户的账号信息相关联的产品。In an embodiment, when the processor 502 performs a product that is determined to be associated with the account information of the user according to the product purchase record, the processor 502 specifically implements a function of selecting a part of the product purchase record as the user. The account information associated with the product.
应当理解,在本申请实施例中,处理器502可以是中央处理单元(Central Processing Unit,CPU),该处理器502还可以是其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated  Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。其中,通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。It should be understood that, in the embodiment of the present application, the processor 502 may be a central processing unit (CPU), and the processor 502 may also be another general-purpose processor, a digital signal processor (DSP), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
在本申请的另一实施例中提供一种存储介质。该存储介质可以为计算机可读存储介质。该存储介质存储有计算机程序,其中计算机程序包括程序指令。该程序指令被处理器执行时使处理器执行本申请中的服务页面的生成方法。该存储介质可以是U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、闪存、磁碟或者光盘等各种可以存储程序代码的介质。In another embodiment of the present application, a storage medium is provided. The storage medium can be a computer readable storage medium. The storage medium stores a computer program, wherein the computer program includes program instructions. The program instructions, when executed by the processor, cause the processor to perform the method of generating the service page in the present application. The storage medium may be a medium that can store program codes, such as a USB flash drive, a removable hard disk, a Read-Only Memory (ROM), a flash memory, a magnetic disk, or an optical disk.
在本申请所提供的几个实施例中,应该理解到,所揭露的装置和方法,可以通过其它的方式实现。例如,以上所描述的装置设备实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另外,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口、装置设备或单元的间接耦合或通信连接,也可以是电的,机械的或其它的形式连接。In the several embodiments provided by the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the device device embodiments described above are merely illustrative. For example, the division of the unit is only a logical function division. In actual implementation, there may be another division manner, for example, multiple units or components may be combined. Or it can be integrated into another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device device or unit, or an electrical, mechanical or other form of connection.
本领域普通技术人员可以理解实现上述实施例的方法的全部或部分步骤可以通过硬件来完成,也可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可读存储介质中并且,本申请上述实施例方法中的步骤可以根据实际需要进行顺序调整、合并和删减。本申请实施例终端中的单元可以根据实际需要进行合并、划分和删减。A person skilled in the art can understand that all or part of the steps of implementing the method of the foregoing embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium. Moreover, the steps in the method of the foregoing embodiment of the present application may be sequentially adjusted, merged, and deleted according to actual needs. The units in the terminal in the embodiment of the present application may be combined, divided, and deleted according to actual needs.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以是两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分,或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,终端,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be in essence or part of the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium. There are a number of instructions for causing a computer device (which may be a personal computer, terminal, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.
以上为发明的优选实施例,而非对发明做任何形式上的限制。本领域的技术人员可在上述实施例的基础上施以各种等同的更改和改进,凡在权利要求范围内所做的等同变化或修饰,均应落入发明的包含范围之内。The above is a preferred embodiment of the invention, and is not intended to limit the invention in any way. A person skilled in the art can make various equivalent modifications and improvements to the above-described embodiments, and equivalent changes or modifications made within the scope of the claims should fall within the scope of the invention.

Claims (20)

  1. 一种服务页面的生成方法,其包括:A method for generating a service page, comprising:
    若接收到用户登录终端应用时所输入的账号信息,判断所述账号信息是否有产品购买记录;If the account information input by the user when logging in to the terminal application is received, it is determined whether the account information has a product purchase record;
    若有产品购买记录,获取与所述账号信息相对应的产品购买记录;If there is a product purchase record, obtain a product purchase record corresponding to the account information;
    根据所述产品购买记录确定与所述用户的账号信息相关联的产品;Determining a product associated with the account information of the user according to the product purchase record;
    根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件;Determining, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products;
    发送所述服务的资源文件到所述终端以生成服务页面。Sending a resource file of the service to the terminal to generate a service page.
  2. 如权利要求1所述的方法,其中,所述方法还包括:The method of claim 1 wherein the method further comprises:
    若没有产品购买记录,获取默认服务的资源文件;If there is no product purchase record, obtain the resource file of the default service;
    发送所述默认服务的资源文件到所述终端以生成服务页面。Sending a resource file of the default service to the terminal to generate a service page.
  3. 如权利要求2所述的方法,其中,所述默认服务为热门服务或第三方服务。The method of claim 2 wherein the default service is a hot service or a third party service.
  4. 如权利要求2所述的方法,其中,所述默认服务为根据用户的注册信息推荐的服务。The method of claim 2, wherein the default service is a service recommended based on registration information of the user.
  5. 如权利要求1所述的方法,其中,所述服务的资源文件包括服务对应的展示图标、个性化页面及服务内容。The method of claim 1, wherein the resource file of the service comprises a display icon corresponding to the service, a personalized page, and a service content.
  6. 如权利要求1所述的方法,其中,所述方法还包括:The method of claim 1 wherein the method further comprises:
    若接收到加载服务请求,根据所述产品与服务的对应关系确定可供加载的服务;If the loading service request is received, determining a service that can be loaded according to the corresponding relationship between the product and the service;
    将所述服务发送给终端以供用户选择;Sending the service to the terminal for selection by the user;
    若接收到加载服务确定请求,获取确定加载的服务的资源文件;If the loading service determination request is received, obtaining a resource file determining the loaded service;
    发送所述确定加载的服务的资源文件到所述终端以生成服务页面。Sending the resource file determining the loaded service to the terminal to generate a service page.
  7. 如权利要求1所述的方法,其中,所述根据所述产品购买记录确定与所述用户的账号信息相关联的产品,包括:The method of claim 1 wherein said determining a product associated with said user's account information based on said product purchase record comprises:
    将所述产品购买记录中所有的产品作为与所述用户的账号信息相关联的产品。All products in the product purchase record are taken as products associated with the account information of the user.
  8. 如权利要求1所述的方法,其中,所述根据所述产品购买记录确定与所述用户的账号信息相关联的产品,包括:The method of claim 1 wherein said determining a product associated with said user's account information based on said product purchase record comprises:
    选择所述产品购买记录中部分产品作为与所述用户的账号信息相关联的产品。A part of the product in the product purchase record is selected as a product associated with the account information of the user.
  9. 一种服务页面的生成装置,其包括:A device for generating a service page, comprising:
    判断单元,用于若接收到用户登录终端应用时所输入的账号信息,判断所述账号信息是否有产品购买记录;a determining unit, configured to determine whether the account information has a product purchase record if the account information input by the user when logging in to the terminal application is received;
    第一获取单元,用于若有产品购买记录,获取与所述账号信息相对应的产品购买记录;a first obtaining unit, configured to acquire a product purchase record corresponding to the account information if there is a product purchase record;
    第一确定单元,用于根据所述产品购买记录确定与所述用户的账号信息相关联的产品;a first determining unit, configured to determine, according to the product purchase record, a product associated with the account information of the user;
    第二确定单元,用于根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件;a second determining unit, configured to determine, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products;
    第一发送单元,用于发送所述服务的资源文件到所述终端以生成服务页面。And a first sending unit, configured to send a resource file of the service to the terminal to generate a service page.
  10. 如权利要求9所述的装置,其中,所述装置还包括:The device of claim 9 wherein said device further comprises:
    第二获取单元,若没有产品购买记录,获取默认服务的资源文件;a second obtaining unit, if there is no product purchase record, obtaining a resource file of the default service;
    第二发送单元,用于发送所述默认服务的资源文件到所述终端以生成服务页面。And a second sending unit, configured to send the resource file of the default service to the terminal to generate a service page.
  11. 如权利要求10所述的装置,其中,所述默认服务为热门服务或第三方服务。The apparatus of claim 10, wherein the default service is a hot service or a third party service.
  12. 如权利要求9所述的装置,其中,所述服务的资源文件包括服务对应的展示图标、个性化页面、及服务内容。The apparatus of claim 9, wherein the resource file of the service comprises a display icon corresponding to the service, a personalized page, and a service content.
  13. 如权利要求9所述的装置,其中,所述装置还包括:The device of claim 9 wherein said device further comprises:
    第三确定单元,用于若接收到加载服务请求,根据所述产品与服务的对应关系确定可供加载的服务;a third determining unit, configured to determine, according to the correspondence between the product and the service, a service that can be loaded, if the loading service request is received;
    第三发送单元,用于将所述服务发送给终端以供用户选择;a third sending unit, configured to send the service to the terminal for user selection;
    第三获取单元,用于若接收到加载服务确定请求,获取确定加载的服务的资源文件;a third obtaining unit, configured to: if receiving the loading service determination request, acquire a resource file that determines the loaded service;
    第四发送单元,用于发送所述确定加载的服务的资源文件到所述终端以生成服务页面。And a fourth sending unit, configured to send the resource file that determines the loaded service to the terminal to generate a service page.
  14. 如权利要求10所述的装置,其中,所述默认服务为根据用户的注册信息推荐的服务。The apparatus of claim 10, wherein the default service is a service recommended based on registration information of the user.
  15. 如权利要求9所述的装置,其中,所述第一确定单元,具体用于将所述产品购买记录中所有的产品作为与所述用户的账号信息相关联的产品。The apparatus according to claim 9, wherein said first determining unit is specifically configured to use all products in said product purchase record as products associated with account information of said user.
  16. 如权利要求9所述的装置,其中,所述第一确定单元,具体用于选择所述产品购买记录中部分产品作为与所述用户的账号信息相关联的产品。The apparatus according to claim 9, wherein said first determining unit is specifically configured to select a part of said product purchase record as a product associated with said user's account information.
  17. 一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其中,所述处理器执行所述计算机程序时实现:A computer device comprising a memory, a processor, and a computer program stored on the memory and operative on the processor, wherein the processor executes the computer program:
    若接收到用户登录终端应用时所输入的账号信息,判断所述账号信息是否有产品购买记录;If the account information input by the user when logging in to the terminal application is received, it is determined whether the account information has a product purchase record;
    若有产品购买记录,获取与所述账号信息相对应的产品购买记录;If there is a product purchase record, obtain a product purchase record corresponding to the account information;
    根据所述产品购买记录确定与所述用户的账号信息相关联的产品;Determining a product associated with the account information of the user according to the product purchase record;
    根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件;Determining, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products;
    发送所述服务的资源文件到所述终端以生成服务页面。Sending a resource file of the service to the terminal to generate a service page.
  18. 如权利要求17所述的计算机设备,其中,所述处理器执行所述计算机程序时还实现:若没有产品购买记录,获取默认服务的资源文件;发送所述默认服务的资源文件到所述终端以生成服务页面。The computer device according to claim 17, wherein the processor executes the computer program to: obtain a resource file of a default service if there is no product purchase record; and send the resource file of the default service to the terminal To generate a service page.
  19. 一种存储介质,其中,所述存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行:A storage medium, wherein the storage medium stores a computer program, the computer program comprising program instructions that, when executed by a processor, cause the processor to execute:
    若接收到用户登录终端应用时所输入的账号信息,判断所述账号信息是否有产品购买记录;If the account information input by the user when logging in to the terminal application is received, it is determined whether the account information has a product purchase record;
    若有产品购买记录,获取与所述账号信息相对应的产品购买记录;If there is a product purchase record, obtain a product purchase record corresponding to the account information;
    根据所述产品购买记录确定与所述用户的账号信息相关联的产品;Determining a product associated with the account information of the user according to the product purchase record;
    根据所述相关联的产品和预设对应关系确定每一所述相关联的产品所对应的服务的资源文件;Determining, according to the associated product and the preset correspondence, a resource file of a service corresponding to each of the associated products;
    发送所述服务的资源文件到所述终端以生成服务页面。Sending a resource file of the service to the terminal to generate a service page.
  20. 如权利要求19所述的存储介质,其中,所述程序指令当被处理器执行时使所述处理器还执行:若没有产品购买记录,获取默认服务的资源文件;发送所述默认服务的资源文件到所述终端以生成服务页面。The storage medium of claim 19, wherein the program instructions, when executed by the processor, cause the processor to further execute: if there is no product purchase record, obtain a resource file of the default service; and send the resource of the default service File to the terminal to generate a service page.
PCT/CN2018/082230 2017-04-10 2018-04-09 Service page generation method and apparatus, computer device, and storage medium WO2018188540A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710228796.X 2017-04-10
CN201710228796.XA CN107798034A (en) 2017-04-10 2017-04-10 A kind of generation method of service page and the generating means of service page

Publications (1)

Publication Number Publication Date
WO2018188540A1 true WO2018188540A1 (en) 2018-10-18

Family

ID=61531051

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/082230 WO2018188540A1 (en) 2017-04-10 2018-04-09 Service page generation method and apparatus, computer device, and storage medium

Country Status (2)

Country Link
CN (1) CN107798034A (en)
WO (1) WO2018188540A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107798034A (en) * 2017-04-10 2018-03-13 平安科技(深圳)有限公司 A kind of generation method of service page and the generating means of service page
CN109815324A (en) * 2019-01-10 2019-05-28 平安科技(深圳)有限公司 Querying method, device, computer equipment and the storage medium of campus information

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102332142A (en) * 2011-07-22 2012-01-25 大连亿创天地科技发展有限公司 On-line insurance recommendation method and system
CN102332143A (en) * 2011-07-22 2012-01-25 大连亿创天地科技发展有限公司 Method and system for verification and claim of on-line insurance claim settlement
CN105302887A (en) * 2015-10-15 2016-02-03 百度在线网络技术(北京)有限公司 Information pushing method and pushing apparatus
WO2016099869A1 (en) * 2014-12-17 2016-06-23 Paypal, Inc. Displaying merchandise with avatars
CN107798034A (en) * 2017-04-10 2018-03-13 平安科技(深圳)有限公司 A kind of generation method of service page and the generating means of service page

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473354A (en) * 2013-09-25 2013-12-25 焦点科技股份有限公司 Insurance recommendation system framework and insurance recommendation method based on e-commerce platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102332142A (en) * 2011-07-22 2012-01-25 大连亿创天地科技发展有限公司 On-line insurance recommendation method and system
CN102332143A (en) * 2011-07-22 2012-01-25 大连亿创天地科技发展有限公司 Method and system for verification and claim of on-line insurance claim settlement
WO2016099869A1 (en) * 2014-12-17 2016-06-23 Paypal, Inc. Displaying merchandise with avatars
CN105302887A (en) * 2015-10-15 2016-02-03 百度在线网络技术(北京)有限公司 Information pushing method and pushing apparatus
CN107798034A (en) * 2017-04-10 2018-03-13 平安科技(深圳)有限公司 A kind of generation method of service page and the generating means of service page

Also Published As

Publication number Publication date
CN107798034A (en) 2018-03-13

Similar Documents

Publication Publication Date Title
US20230259881A1 (en) System and method for interfacing with a decisioning service from a third party domain
US10839364B2 (en) Method, apparatus and system for procrssing payment request for virtual commodities on open network platform
JP5830102B2 (en) Reputation check of acquired file
US10194288B2 (en) Sticker distribution system for messaging apps
US11720265B2 (en) Data migration synchronization process using a manifest from a source device to a new destination device
CN104808983B (en) A kind of method for pushing and server of application program
US10963287B2 (en) Reducing request latency in a multi-tenant web service host
JP5985517B2 (en) Cross-platform service notification
CN108287708B (en) Data processing method and device, server and computer readable storage medium
JP2016506568A (en) Task completion by inter-application communication
US20190004829A1 (en) Method, device and user terminal for loading application
US11656865B2 (en) Enabling access to backend code that defines custom backend feature(s) without enabling access to host code that hosts the backend code
US10262155B1 (en) Disabling features using feature toggle
US10656939B2 (en) Modeling lifetime of hybrid software application using application manifest
US9778952B1 (en) Migration of computer system images through a customer interface
US20150242389A1 (en) Techniques to identify user interface elements associated with model violation events
JP6196740B2 (en) System and method for informing users about applications available for download
US11269756B1 (en) Self-healing web applications
WO2018188540A1 (en) Service page generation method and apparatus, computer device, and storage medium
US10776180B1 (en) Expression-based feature toggle in an application programming interface (API)
US20160062847A1 (en) Installing applications via restoration of a false backup
WO2018121164A1 (en) Method, device, and system for creating service numbers
WO2021218801A1 (en) Transmission methods and electronic device
US20210389846A1 (en) Systems and methods for viewing incompatible web pages via remote browser instances
CN114026540B (en) System and method for supporting and negotiating multiple API versions across multiple products

Legal Events

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

Ref document number: 18784858

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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

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

122 Ep: pct application non-entry in european phase

Ref document number: 18784858

Country of ref document: EP

Kind code of ref document: A1