WO2020233090A1 - 基于h5页面的应用配置方法、装置、设备及存储介质 - Google Patents

基于h5页面的应用配置方法、装置、设备及存储介质 Download PDF

Info

Publication number
WO2020233090A1
WO2020233090A1 PCT/CN2019/122782 CN2019122782W WO2020233090A1 WO 2020233090 A1 WO2020233090 A1 WO 2020233090A1 CN 2019122782 W CN2019122782 W CN 2019122782W WO 2020233090 A1 WO2020233090 A1 WO 2020233090A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
page
configuration
information
resource
Prior art date
Application number
PCT/CN2019/122782
Other languages
English (en)
French (fr)
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 WO2020233090A1 publication Critical patent/WO2020233090A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • This application relates to the technical field of application configuration, and in particular to an application configuration method, device, device, and storage medium based on H5 pages.
  • each App application requires the developer to configure the application before it is released.
  • the existing application configuration method basically all configuration item information needs to be manually input by the developer. In fact, there are some content in similar applications. Relatively fixed configuration item information.
  • the existing manual configuration method on the one hand has a relatively long configuration process and poor operability; on the other hand, it also greatly reduces the work efficiency of developers.
  • the main purpose of this application is to provide an application configuration method, device, device, and storage medium based on H5 pages, aiming to solve the existing technical problems of application configuration methods, long configuration procedures, and poor operability.
  • this application provides an application configuration method based on H5 page, the method includes the following steps:
  • the publishing status of the newly added application is determined according to the application publishing instruction, and the application preview page is marked and saved according to the publishing status.
  • this application also proposes an application configuration device based on H5 page, the device includes:
  • the page display module is configured to extract the application identifier contained in the page configuration instruction when the page configuration instruction is received;
  • the page display module is further configured to use the application identifier as the key object to find the target page configuration template corresponding to the key object in the pre-built key-value pair of the application identifier and the page configuration template, and to convert the target page
  • the configuration template is displayed in the form of H5 page;
  • the parameter reading module is configured to receive the page configuration information of the newly-added application input by the user based on the H5 page, and read the application characteristic parameters included in the page configuration information;
  • An information acquisition module configured to acquire corresponding resource attribute information from the resource system according to the application characteristic parameters and application index information of the newly added application;
  • a page filling module configured to fill in the H5 page according to the page configuration information, the resource attribute information, and the application index information to obtain a target application page;
  • the application publishing module is configured to generate and display an application preview page according to the target application page when receiving a page preview instruction input by the user;
  • the application publishing module is further configured to determine the publishing status of the newly added application according to the application publishing instruction when receiving an application publishing instruction input based on the application preview page, and to determine the publishing status of the newly added application according to the publishing status. Apply preview page to mark and save.
  • this application also proposes an H5 page-based application configuration device, the device includes: a memory, a processor, and computer-readable instructions stored in the memory and executable by the processor , Wherein when the computer-readable instructions are executed by the processor, the steps of the H5 page-based application configuration method as described above are implemented.
  • this application also proposes a storage medium storing computer-readable instructions, where the computer-readable instructions are executed by a processor to implement the H5 page-based The steps of the application configuration method.
  • Fig. 1 is a schematic structural diagram of an H5 page-based application configuration device of a hardware operating environment involved in a solution of an embodiment of the present application;
  • FIG. 2 is a schematic flowchart of the first embodiment of the application configuration method based on the H5 page of this application;
  • FIG. 3 is a schematic flowchart of a second embodiment of the application configuration method based on the H5 page of this application;
  • FIG. 4 is a schematic flowchart of a third embodiment of the application configuration method based on the H5 page of this application;
  • FIG. 5 is a structural block diagram of the first embodiment of the application configuration device based on the H5 page of this application.
  • FIG. 1 is a schematic diagram of the structure of the H5 page-based application configuration device of the hardware operating environment involved in the solution of the embodiment of the application.
  • the H5 page-based application configuration device may include: a processor 1001, such as a central processing unit (Central Processing Unit, CPU), communication bus 1002, user interface 1003, network interface 1004, memory 1005.
  • the communication bus 1002 is used to implement connection and communication between these components.
  • the user interface 1003 may include a display screen (Display) and an input unit such as a keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface and a wireless interface.
  • the network interface 1004 may optionally include a standard wired interface and a wireless interface (such as a wireless fidelity (WIreless-FIdelity, WI-FI) interface).
  • WIreless-FIdelity WI-FI
  • the memory 1005 may be a high-speed random access memory (Random Access Memory, RAM) memory, can also be a stable non-volatile memory (Non-Volatile Memory, NVM), such as disk storage.
  • RAM Random Access Memory
  • NVM Non-Volatile Memory
  • the memory 1005 may also be a storage device independent of the foregoing processor 1001.
  • FIG. 1 does not constitute a limitation on the application configuration device based on the H5 page, and may include more or less components than shown in the figure, or a combination of certain components, or different Component arrangement.
  • the memory 1005 as a storage medium may include an operating system, a data storage module, a network communication module, a user interface module, and computer readable instructions.
  • the network interface 1004 is mainly used for data communication with a network server; the user interface 1003 is mainly used for data interaction with users; this application is based on the H5 page application configuration device
  • the processor 1001 and the memory 1005 may be set in an H5 page-based application configuration device.
  • the H5 page-based application configuration device uses the processor 1001 to call the computer-readable instructions stored in the memory 1005 and execute the instructions provided in the embodiments of the present application.
  • the application configuration method based on H5 page.
  • An embodiment of the present application provides an application configuration method based on an H5 page. Referring to FIG. 2, FIG. 2 is a schematic flowchart of a first embodiment of an application configuration method based on an H5 page in this application.
  • the H5 page-based application configuration method includes the following steps:
  • Step S10 when receiving the page configuration instruction, extract the application identifier contained in the page configuration instruction;
  • the execution subject of the method in this embodiment may be a financial platform (hereinafter referred to as a page configuration platform) based on HTML5 pages for publishing and displaying loan (product) applications for banks.
  • a page configuration platform based on HTML5 pages for publishing and displaying loan (product) applications for banks.
  • the developer can pre-edit a page configuration template used to configure the new application.
  • the page configuration template includes several different types of application options to be configured. The developer can adjust these application options according to the actual situation. Fill in, and then save, review and publish the completed application page.
  • Step S20 Use the application identifier as the key object to find the target page configuration template corresponding to the key object in the pre-built key-value pair of the application identifier and the page configuration template, and press the target page configuration template according to the H5 page Way to show;
  • the page configuration platform when it receives the page configuration instruction, it can extract the application identifier contained in the page configuration instruction; then use the application identifier as a key object in the pre-built application identifier and the key-value pair of the page configuration template
  • the target page configuration template corresponding to the key object is searched in and the target page configuration template is displayed in the form of an H5 page.
  • Step S30 Receive page configuration information of the newly added application input by the user based on the H5 page, and read the application feature parameters included in the page configuration information;
  • the page configuration information may be information entered for the application options in the displayed page configuration template, and correspondingly, the application characteristic parameters are the application code, application name, and application code included in the page configuration information.
  • the loan (product) application docks the resource attribute information of the resource system (such as the bank attribute information of the banking system) and other characteristic parameters.
  • the page configuration platform displays the target page configuration template as an H5 page
  • the developer ie, user
  • the page configuration platform can enter the page configuration information of the corresponding new application on the H5 page to implement the application page configuration.
  • the page configuration platform receives the page configuration information, it can read the application characteristic parameters contained in the page configuration information.
  • Step S40 Acquire corresponding resource attribute information and application index information of the newly added application from the resource system according to the application characteristic parameters;
  • the lenders of loans are generally banks and other financial institutions, so the loan applications provided by the page configuration platform ultimately need to be connected to the banking system (that is, the aforementioned resource system).
  • the resource attribute information is the basic information of the bank. Some attribute information of each bank in the financial industry is fixed (for example, the name of the bank "Agricultural Bank, Industrial and Commercial Bank, Construction Bank", and its corresponding bank code "ABC, ICBC, CBC"), and different types of banks can be divided into "central bank, commercial bank, investment bank, policy bank, World Bank, etc.”
  • the page configuration platform can be connected to the risk control system in the bank system through a remote network interface, and directly read the bank’s corresponding application indicator file from the risk control system through the interface, and then read the application indicator
  • the application index information corresponding to this new application is extracted from the file, so as to avoid errors in manually inputting these resource attribute information and application index information manually, which may cause adverse consequences.
  • the page configuration platform can obtain corresponding resource attribute information from the resource system according to application characteristic parameters, and application index information of the newly added application.
  • Step S50 Fill in the H5 page according to the page configuration information, the resource attribute information, and the application index information to obtain a target application page.
  • the page configuration template corresponding to the newly added application in this embodiment includes application code, application name, application ranking, application characteristics, application content, target customers, access standards, application requirements, bank suitability, and application status.
  • Application options waiting to be configured Some of these configuration items need to be manually entered by the developer, and some configuration items can be automatically filled in by the page configuration platform according to the page configuration information entered by the user, thereby maximizing the saving of page configuration Process, improve configuration efficiency.
  • the configuration items that can be automatically filled in by the page configuration platform are defined as the first type of configuration items
  • the configuration items that developers need to manually input content based on the H5 page through rich text editing are defined as the second type of configuration items.
  • the first type of configuration items may include options such as application ranking, application features, suitability for banks, application requirements, and the like.
  • the specific options contained in the first type of configuration items and the second type of configuration items in this embodiment are not fixed, and developers can also optimize the second type of configuration items according to the actual situation. The option is set to the first type of configuration item to realize automatic filling.
  • the page configuration platform may fill in the first type of configuration items according to the page configuration information to obtain the H5 page to be refreshed; refresh the H5 page to be refreshed according to the preset refresh mechanism, and according to the resource
  • the attribute information and the application indicator letter are filled in the refreshed H5 page to be refreshed to obtain the target application page.
  • the preset refresh mechanism is a page refresh rule set in advance, which is used to write and display the automatically acquired information into the corresponding application options.
  • the specific page refresh period is not specifically limited in this embodiment.
  • Step S60 When receiving the page preview instruction input by the user, generate and display an application preview page according to the target application page;
  • the page configuration platform will also prompt the developer to review the page content after completing the filling of the H5 page to obtain the target application page. That is, when the page configuration platform receives the page preview instruction input by the user, it can generate and display the application preview page to the user (developer) for review according to the target application page.
  • Step S70 Upon receiving an application publishing instruction input based on the application preview page, determine the publishing status of the newly added application according to the application publishing instruction, and mark the application preview page according to the publishing status save.
  • the page configuration platform can determine the publishing status of the newly added application according to the application publishing instruction input by the user, and then mark the application preview page according to the publishing status and save it.
  • This application uses the H5 page to configure the new application page, which realizes the dynamic configuration of the application anytime and anywhere.
  • the options with relatively fixed configuration item information in the application configuration options can be automatically filled in and configured according to the information input by the user.
  • the configuration process is greatly shortened, the configuration operation is simplified, and the configuration efficiency of the application is improved.
  • FIG. 3 is a schematic flowchart of a second embodiment of the application configuration method based on the H5 page of this application.
  • the application characteristic parameters include resource code and application risk level; accordingly, the step S30 includes:
  • Step S301 Obtain corresponding resource attribute data from the resource system according to the resource code, where the resource attribute data includes a resource name;
  • the configuration platform can obtain corresponding resource attribute data from the external resource system docked with the platform according to the resource code in the product feature parameters.
  • the resource attribute data includes but is not limited to the aforementioned resource name (bank name), registration information and other information.
  • Step S302 Search for the application indicator file corresponding to the resource name in the resource system, and traverse the application indicator file according to the application risk level to obtain application indicator information of the newly added application.
  • risk control means risk control.
  • risk control runs through all the processes of banking business management.
  • customer acquisition channels banks must select high-quality customers.
  • Each bank has its own set of modeling and loyalty cards and other standards for rating based on the actual situation of customers and checking customer qualifications. Ways to exclude customers with fraud risks and credit risks. Therefore, different banks or financial institutions do not necessarily have the same risk control standards, and at the same time, the corresponding risk levels for different types of loan applications are not necessarily the same.
  • the page configuration platform can search the resource system for the application index file corresponding to the resource and all loan applications according to the resource name contained in the resource attribute data, and then perform the application index file according to the application risk level. Traverse to quickly and accurately obtain application indicator information of the newly added application.
  • the corresponding resource attribute data is obtained from the resource system according to the resource code, the resource attribute data includes the resource name; the application index file corresponding to the resource name is searched in the resource system, and the application index file is traversed according to the application risk level,
  • the application index file corresponding to the resource name is searched in the resource system, and the application index file is traversed according to the application risk level
  • FIG. 4 is a schematic flowchart of a third embodiment of the application configuration method based on the H5 page of this application.
  • the first-type configuration items include application ranking options; correspondingly, the first-type configuration items are filled in according to the page configuration information to obtain the H5 page to be refreshed
  • the steps include:
  • Step S401 Read the application name information contained in the page configuration information, and determine the application code corresponding to the newly added application according to the application name information;
  • application code may be a number character that can distinguish the newly added loan application from other loan applications, such as tax loan "SJD001", invoice loan "FPD001", and so on.
  • developers can input the application name information of the loan application when performing page configuration of the newly-added application, and then determine the application code corresponding to the newly-added application according to the application name information.
  • Step S402 Query the previous application code corresponding to the application code in a locally pre-stored application code table, and determine the previous application serial number corresponding to the previous application code according to the query result;
  • the application code table stores the application code corresponding to each type of published loan application and the application sequence corresponding to the application code, such as "SJD001-1001" where “SJD001” is the application code, " "1001” is the corresponding application ranking.
  • this embodiment adopts the method of automatically obtaining and filling the application sequence number according to the application code to prevent the above The occurrence of the situation can save page configuration time and improve page configuration efficiency.
  • Step S403 Determine the newly-added application serial number corresponding to the newly-added application according to the previous application serial number, and automatically fill in the application ranking option according to the newly-added application serial number;
  • the page configuration platform can query the previous application code corresponding to the application code in the locally pre-stored application code table, and determine the previous application code according to the query result Corresponding to the previous application serial number, and then determine the newly added application serial number corresponding to the newly added application according to the previous application serial number, and automatically fill in the application ranking option according to the newly added application serial number.
  • the page configuration platform queries the application code table according to the application code "SJD003" entered by the developer and the corresponding previous application code is "SJD002", and the application serial number corresponding to the application code "SJD002" is 1002.
  • the newly-added application serial number 1003 corresponding to the newly-added application can be determined, and then the application ranking option is automatically filled in according to the newly-added application serial number.
  • Step S404 Fill in the remaining configuration options in the first type of configuration items according to the page configuration information to obtain the H5 page to be refreshed.
  • the first type of configuration item also includes application feature options, which are feature information of newly-added applications, and these feature information can be used to characterize the nature and characteristics of the application.
  • the application types provided by the page configuration platform in this embodiment may roughly include loan applications such as bank insurance platform, tax loan, invoice loan, and boss loan.
  • loan applications such as bank insurance platform, tax loan, invoice loan, and boss loan.
  • its characteristic information can be "The applicant is a small and micro business owner, with personal assets or personal credit as the guarantee, the resource or insurance company issues an insurance policy for credit enhancement based on the applicant's circumstances, and the bank conducts credit approval and lending" and other application feature description texts.
  • This type of text is usually fixed in content and has many characters. Manual input is time-consuming and laborious, which is not conducive to improving the work efficiency of developers.
  • the page configuration platform in this embodiment can determine the application type to which the newly added application belongs based on the application name information, and then extract the application feature description text corresponding to the application type from a preset text database; obtain the H5 The target text format corresponding to the page, and the current text format corresponding to the application feature description text; detect whether the current text format is consistent with the target text format, and if they are consistent, write the application feature description text to the Describe the application feature options to get the H5 page to be refreshed.
  • the page configuration platform first checks the text format after obtaining the application feature description text. When the text format matches the target text format corresponding to the H5 page, it Perform automatic filling.
  • This embodiment automatically obtains the application serial numbers and feature description texts of options in the first type of configuration items, such as application ranking options and application feature options, through the page configuration information input by the user, and fills them in automatically, shortening the configuration process. Avoid errors when manually entering data.
  • an embodiment of the present application further provides a storage medium, and the storage medium may be a non-volatile readable storage medium.
  • the storage medium of the present application stores computer-readable instructions, and when the computer-readable instructions are executed by a processor, the steps of the above-mentioned H5 page-based application configuration method are realized.
  • FIG. 5 is a structural block diagram of the first embodiment of the application configuration device based on the H5 page of this application.
  • the H5 page-based application configuration device proposed in this embodiment of the application includes:
  • the page display module 501 is configured to extract the application identifier contained in the page configuration instruction when the page configuration instruction is received;
  • the page display module 501 is further configured to use the application identifier as a key object to find the target page configuration template corresponding to the key object in the pre-built key-value pair of the application identifier and the page configuration template, and to combine the target
  • the page configuration template is displayed in the form of H5 pages;
  • the parameter reading module 502 is configured to receive page configuration information of a newly-added application input by the user based on the H5 page, and read the application characteristic parameters included in the page configuration information;
  • the information acquisition module 503 is configured to acquire corresponding resource attribute information from the resource system according to the application characteristic parameters and application index information of the newly added application;
  • the page filling module 504 is configured to fill in the H5 page according to the page configuration information, the resource attribute information, and the application index information to obtain a target application page;
  • the application publishing module 505 is configured to generate and display an application preview page according to the target application page when receiving a page preview instruction input by the user;
  • the application publishing module 505 is further configured to determine the publishing status of the newly added application according to the application publishing instruction when receiving an application publishing instruction input based on the application preview page, and to determine the publishing status of the newly added application according to the publishing status.
  • the application preview page is marked and saved.
  • This application uses the H5 page to configure the new application page, which realizes the dynamic configuration of the application anytime and anywhere.
  • the options with relatively fixed configuration item information in the application configuration options can be automatically filled in and configured according to the information input by the user.
  • the configuration process is greatly shortened, the configuration operation is simplified, and the configuration efficiency of the application is improved.
  • the information obtaining module 503 is further configured to obtain corresponding resource attribute data from the resource system according to the resource code, where the resource attribute data includes the resource name; and search the resource system for the An application indicator file corresponding to the resource name, and traversing the application indicator file according to the application risk level to obtain application indicator information of the newly added application.
  • the page filling module 504 is further configured to fill in the first type of configuration items according to the page configuration information to obtain the H5 page to be refreshed; refresh the H5 page to be refreshed according to the preset refresh mechanism , And fill in the refreshed H5 page to be refreshed according to the resource attribute information and the application index information to obtain the target application page.
  • the page filling module 504 is also configured to read the application name information contained in the page configuration information, and determine the application code corresponding to the newly added application according to the application name information; the application code stored locally The previous application code corresponding to the application code is queried in the table, and the previous application serial number corresponding to the previous application code is determined according to the query result; the new application corresponding to the newly added application is determined according to the previous application serial number Increase the application serial number, and automatically fill in the application ranking options according to the newly added application serial number; fill in the remaining configuration options in the first type of configuration items according to the page configuration information to obtain the H5 to be refreshed page.
  • the page filling module 504 is further configured to determine the application type to which the newly added application belongs according to the application name information, extract the application feature description text corresponding to the application type from a preset text database; The target text format corresponding to the H5 page, and the current text format corresponding to the application feature description text; detect whether the current text format is consistent with the target text format, and if they are consistent, write the application feature description text Go to the application feature option to obtain the H5 page to be refreshed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Input From Keyboards Or The Like (AREA)
  • Stored Programmes (AREA)

Abstract

一种基于H5页面的应用配置方法、装置、设备及存储介质,该方法包括:在接收到页面配置指令时,展示与页面配置指令对应的H5页面;接收用户输入的新增应用的页面配置信息,并读取页面配置信息中包含的应用特征参数;根据应用特征参数从资源系统中获取对应的资源属性信息,以及新增应用的应用指标信息;根据页面配置信息、资源属性信息以及应用指标信息对所述H5页面进行填写以获得目标应用页面。该方法通过H5页面对新增应用进行页面配置,实现了对应用随时随地的动态配置,此外对于应用配置选项中配置项信息较为固定的选项能够根据用户输入的信息实现自动化的填写配置,从而极大地缩短了配置流程,简化了配置操作,提高了应用的配置效率。

Description

基于H5页面的应用配置方法、装置、设备及存储介质
本申请要求于2019年5月21日提交中国专利局、申请号为201910427746.3、发明名称为“基于H5页面的应用配置方法、装置、设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在申请中
技术领域
本申请涉及应用配置技术领域,尤其涉及一种基于H5页面的应用配置方法、装置、设备及存储介质。
背景技术
随着计算机软件技术的快速发展,各式各样的应用程序(Application,App)已经成为了大众生活中不可或缺的一部分,这些App在日常生活中为大众的衣食住行都提供了便利。由于App的种类繁多,且功能不一,出于网络流量以及设备内存的考虑,用户不可能将所有的功能的App都下载到手机、平板等移动终端上进行使用,因此很多App服务商都采用将自身提供的App通过HTML5(简称H5)页面的方式提供给用户使用,以免去用户下载App耗费网络流量的顾虑。
实际应用中,每一款App应用在发布前都需要开发人员进行应用配置,现有的应用配置方式,基本上所有的配置项信息都需要开发人员手动输入,而实际上同类应用中存在部分内容较为固定的配置项信息。对于这类配置项信息,现有的手动配置方式一方面配置流程比较长、操作性差;另一方面也极大的降低了开发人员的工作效率。
发明内容
本申请的主要目的在于提供了一种基于H5页面的应用配置方法、装置、设备及存储介质,旨在解决现有的应用程序应用配置方式,配置流程长、操作性差的技术问题。
为实现上述目的,本申请提供了一种基于H5页面的应用配置方法,所述方法包括以下步骤:
在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面;
在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
此外,为实现上述目的,本申请还提出一种基于H5页面的应用配置装置,所述装置包括:
页面展示模块,用于在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
所述页面展示模块,还用于将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
参数读取模块,用于接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
信息获取模块,用于根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
页面填写模块,用于根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面;
应用发布模块,用于在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
所述应用发布模块,还用于在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
此外,为实现上述目的,本申请还提出一种基于H5页面的应用配置设备,所述设备包括:存储器、处理器以及存储在所述存储器上并可被所述处理器执行的计算机可读指令,其中所述计算机可读指令被所述处理器执行时实现如上文所述的基于H5页面的应用配置方法的步骤。
此外,为实现上述目的,本申请还提出一种存储介质,所述存储介质上存储有计算机可读指令,其中所述计算机可读指令被处理器执行时,实现如上文所述的基于H5页面的应用配置方法的步骤。
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其他特征和优点将从说明书、附图以及权利要求书变得明显。。
附图说明
图1是本申请实施例方案涉及的硬件运行环境的基于H5页面的应用配置设备的结构示意图;
图2为本申请基于H5页面的应用配置方法第一实施例的流程示意图;
图3为本申请基于H5页面的应用配置方法第二实施例的流程示意图;
图4为本申请基于H5页面的应用配置方法第三实施例的流程示意图;
图5为本申请基于H5页面的应用配置装置第一实施例的结构框图。
本申请目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。
具体实施方式
应当理解,此处所描述的具体实施例仅用以解释本申请,并不用于限定本申请。
参照图1,图1为本申请实施例方案涉及的硬件运行环境的基于H5页面的应用配置设备结构示意图。
如图1所示,该基于H5页面的应用配置设备可以包括:处理器1001,例如中央处理器(Central Processing Unit,CPU),通信总线1002、用户接口1003,网络接口1004,存储器1005。其中,通信总线1002用于实现这些组件之间的连接通信。用户接口1003可以包括显示屏(Display)、输入单元比如键盘(Keyboard),可选用户接口1003还可以包括标准的有线接口、无线接口。网络接口1004可选的可以包括标准的有线接口、无线接口(如无线保真(WIreless-FIdelity,WI-FI)接口)。存储器1005可以是高速的随机存取存储器(Random Access Memory,RAM)存储器,也可以是稳定的非易失性存储器(Non-Volatile Memory,NVM),例如磁盘存储器。存储器1005可选的还可以是独立于前述处理器1001的存储装置。
本领域技术人员可以理解,图1中示出的结构并不构成对基于H5页面的应用配置设备的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。
如图1所示,作为一种存储介质的存储器1005中可以包括操作系统、数据存储模块、网络通信模块、用户接口模块以及计算机可读指令。
在图1所示的基于H5页面的应用配置设备中,网络接口1004主要用于与网络服务器进行数据通信;用户接口1003主要用于与用户进行数据交互;本申请基于H5页面的应用配置设备中的处理器1001、存储器1005可以设置在基于H5页面的应用配置设备中,所述基于H5页面的应用配置设备通过处理器1001调用存储器1005中存储的计算机可读指令,并执行本申请实施例提供的基于H5页面的应用配置方法。本申请实施例提供了一种基于H5页面的应用配置方法,参照图2,图2为本申请基于H5页面的应用配置方法第一实施例的流程示意图。
本实施例中,所述基于H5页面的应用配置方法包括以下步骤:
步骤S10:在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
需要说明的是,本实施例方法的执行主体可以是一种基于HTML5页面的、用于为银行提供贷款(产品)应用发布和展示的金融平台(以下简称页面配置平台)。在执行本步骤之前,开发人员可预先编辑一个用于配置新增应用的页面配置模板,该页面配置模板中包括若干个不同类型的待配置的应用选项,开发人员可根据实际情况对这些应用选项进行填写,然后对填写完成的应用页面进行保存、审核并发布。
步骤S20:将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
考虑到实际应用中,不同的应用对应的应用页面不同,为实现对同类(产品)应用的页面配置模板的快速获取,本实施例中开发人员可预先建立一个应用标识和页面配置模板之间的映射关系,该映射关系可以通过键值对的方式来实现,例如“key =value”,其中“key”即键对象,可以是所述应用标识;“value”即值对象,则可以是所述应用标识对应的页面配置模板。
具体的,页面配置平台在接收到页面配置指令时,可提取所述页面配置指令中包含的应用标识;然后将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示。
步骤S30:接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
需要说明的是,所述页面配置信息可以是针对展示的页面配置模板中的应用选项输入的信息,相应地所述应用特征参数则是所述页面配置信息中包含的如应用编码、应用名称、贷款(产品)应用对接资源系统的资源属性信息(如银行系统的银行属性信息)等特性参数。
在具体实现中,页面配置平台在将目标页面配置模板按H5页面的方式进行展示后,开发人员(即用户)可以在H5页面上输入相应的新增应用的页面配置信息以实现应用页面配置,相应地,页面配置平台在接收到所述页面配置信息时,即可读取页面配置信息中包含的应用特征参数。
步骤S40:根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
应理解的是,对于金融贷款类的应用,贷款的出借人一般都是银行等金融机构,因此页面配置平台提供的贷款应用最终都需要与银行系统(即上述资源系统)进行对接。其中,所述资源属性信息即银行的基本信息,在金融行业每个银行的某些属性信息是固定不变的(例如银行名称“农业银行、工商银行、建设银行”、及其对应的银行代码“ABC、ICBC、CBC”)、而不同银行的类别又可分为“中央银行、商业银行、投资银行、政策性银行、世界银行等。
可理解的是,金融机构在进行贷款管理时都会为不同的贷款应用制定相应的应用指标(即风控指标),以降低资金借贷的风险。本实施例中页面配置平台可通过远程网络接口与银行系统中的风控系统相连,并通过该接口直接从风控系统中读取该银行对应的应用指标文件,然后从读取到的应用指标文件中提取本次新增应用对应的应用指标信息,从而避免人工手动输入这些资源属性信息和应用指标信息时出现错误,造成不利后果。
在具体实现中,页面配置平台可根据应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息。
步骤S50:根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面。
需要说明的是,本实施例中新增应用对应的页面配置模板中包括有应用编码、应用名称、应用排序、应用特性、应用内容、目标客户、准入标准、应用要求、适合银行以及应用状态等待配置的应用选项,这些配置项中有一些配置项需要开发人员手动输入填写,而有一些配置项则可由页面配置平台根据用户输入的页面配置信息进行自动填写,从而最大化的节省页面配置的流程,提高配置效率。
本实施例中,将能够由页面配置平台自动填写的配置项定义为第一类配置项,将开发人员需要基于H5页面通过富文本编辑手动进行内容输入的配置项作为第二类配置项。例如,本实施例中,所述第一类配置项可包括应用排序、应用特色、适合银行、应用要求等选项。当然,本实施例中所述第一类配置项与所述第二类配置项所包含的具体选项并非是固定的,开发人员也可以根据实际情况对第二类配置项进行优化后将其中的选项设置为第一类配置项以实现自动填写。
具体的,页面配置平台可根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面;按预设刷新机制对所述待刷新H5页面进行刷新,并根据所述资源属性信息以及所述应用指标信对刷新后的待刷新H5页面进行填写,以获得目标应用页面。其中,所述预设刷新机制即事先设定的页面刷新规则,用以实现将自动获取到的信息写入至对应的应用选项中并显示,具体的页面刷新周期本实施例不做具体限制。
步骤S60:在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
本实施例基于H5页面的应用配置方法中页面配置平台在完成对H5页面的填写获得目标应用页面后,还将提示开发人员进行页面内容的审核。即页面配置平台在接收到用户输入的页面预览指令时,可根据目标应用页面生成并展示应用预览页面给用户(开发人员)进行审核。
步骤S70:在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
在具体实现中,页面配置平台可根据用户输入的应用发布指令确定新增应用的发布状态,然后根据发布状态对应用预览页面进行标记后保存。
本申请通过H5页面对新增应用进行页面配置,实现了对应用随时随地的动态配置,此外对于应用配置选项中配置项信息较为固定的选项能够根据用户输入的信息实现自动化的填写配置,从而极大地缩短了配置流程,简化了配置操作,提高了应用的配置效率。
参考图3,图3为本申请基于H5页面的应用配置方法第二实施例的流程示意图。
基于上述第一实施例,在本实施例中,所述应用特征参数包括资源代码以及应用风险级别;相应地,所述步骤S30包括:
步骤S301:根据所述资源代码从资源系统中获取对应的资源属性数据,所述资源属性数据包括资源名称;
应理解的是,在金融领域各大银行的类别虽然有所不同,但它们各自对应的某些固定属性是不变的,例如银行代码、银行名称、注册信息等,因此,本实施例中页面配置平台可根据产品特征参数中的资源代码从平台对接的外部资源系统中获取对应的资源属性数据,所述资源属性数据包括但不限于上述资源名称(银行名称)、注册信息等信息。
步骤S302:在所述资源系统中查找所述资源名称对应的应用指标文件,并根据所述应用风险级别对所述应用指标文件进行遍历,以获取所述新增应用的应用指标信息。
应理解的是,所谓风控,即风险控制。在金融领域风险控制贯穿了银行业务管理各流程各环节。从获取客户的渠道来说,银行要选择优质的客户,每个银行内部都有自己的一套建模和积分卡等标准,用于根据客户的实际情况进行评级,查看客户资质,通过这种方式排除掉有欺诈风险和信用风险的客户。因此,不同的银行或金融机构对风险控制的标准不一定相同,而同时不同类型的贷款应用对应的风险级别也不一定相同。
本步骤中,页面配置平台可根据资源属性数据中包含的资源名称在资源系统中查找该资源对应的、所有贷款应用对应的应用指标文件,然后根据所述应用风险级别对所述应用指标文件进行遍历,以快速准确地获取所述新增应用的应用指标信息。
本实施例通过根据资源代码从资源系统中获取对应的资源属性数据,资源属性数据包括资源名称;在资源系统中查找资源名称对应的应用指标文件,并根据应用风险级别对应用指标文件进行遍历,以获取新增应用的应用指标信息,能够实现对内容较为固定的资源属性信息和应用的应用指标信息的自动获取并填写,减少了工作人员的工作量,提高了应用配置效率。
参考图4,图4为本申请基于H5页面的应用配置方法第三实施例的流程示意图。
基于上述各实施例,在本实施例中,所述第一类配置项包括应用排序选项;相应地所述根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面的步骤,包括:
步骤S401:读取所述页面配置信息中包含的应用名称信息,根据所述应用名称信息确定所述新增应用对应的应用编码;
应理解的是,所述应用编码可以是能够将新增的贷款应用与其它贷款应用进行区分的编号字符,例如税金贷“SJD001”、发票贷“FPD001”等。
通常情况下,开发人员在进行新增应用的页面配置时可输入贷款应用的应用名称信息,然后根据该应用名称信息确定新增应用对应的应用编码。
步骤S402:在本地预存的应用编码表中查询所述应用编码对应的上一应用编码,并根据查询结果确定所述上一应用编码对应的上一应用序列号;
需要说明的是,所述应用编码表中存放有每一类已发布的贷款应用对应的应用编码以及该应用编码对应的应用排序,例如“SJD001-1001”其中,“SJD001”为应用编码,“1001”则为对应的应用排序。
为了避免开发人员在手动输入应用排序时,由于操作失误输入错误的应用排序序号导致应用发布后出现页面展示错误的情况,本实施例采用根据应用编码自动获取应用序列号并填写的方式来防止上述情形的发生,能够节省页面配置时间,提高页面配置效率。
步骤S403:根据所述上一应用序列号确定所述新增应用对应的新增应用序列号,根据所述新增应用序列号对所述应用排序选项进行自动填写;
在具体实现中,页面配置平台在获取到用户输入的应用编码后即可在本地预存的应用编码表中查询所述应用编码对应的上一应用编码,并根据查询结果确定所述上一应用编码对应的上一应用序列号,然后根据所述上一应用序列号确定所述新增应用对应的新增应用序列号,根据所述新增应用序列号对所述应用排序选项进行自动填写。例如,页面配置平台根据开发人员输入的应用编码“SJD003”在应用编码表中查询到对应的上一应用编码为“SJD002”,而应用编码“SJD002”对应的应用序列号为1002,此时即可确定所述新增应用对应的新增应用序列号1003,然后根据所述新增应用序列号对所述应用排序选项进行自动填写。
步骤S404:根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面。
需要说明的是,所述第一类配置项还包括应用特性选项,所述应用特性选项即新增应用的特征信息,这些特征信息能够用来表征应用的性质和特点。
本实施例中页面配置平台提供的应用类型大致可包括:银保平台、税金贷、发票贷、老板贷等贷款应用。以银保平台为例,其特征信息可以是 “申请人为小微企业主,以个人名下资产或个人信用为担保,资源或保险公司根据申请人情况出具保单进行增信,行方进行授信审批和放款……”等应用特性描述文本。这类文本通常内容固定,且字符较多,如果采用手动输入既费时又费力,不利于提高开发人员的工作效率。
因此,本实施例中页面配置平台可根据所述应用名称信息确定所述新增应用所属的应用类型,然后从预置文本数据库中提取所述应用类型对应的应用特性描述文本;获取所述H5页面对应的目标文本格式,以及所述应用特性描述文本对应的当前文本格式;检测所述当前文本格式与所述目标文本格式是否一致,若一致,则将所述应用特性描述文本写入至所述应用特性选项,以获取待刷新H5页面。
应理解的是,文本文件有很多种不同的格式,相对应不同的应用软件。常用文本文件格式有ASCll、多用途互联网邮件扩展类型(Multipurpose Internet Mail Extensions ,MIME)、*.txt等,本实施例中页面配置平台在获取到应用特性描述文本后,先对其进行文本格式的校验,在文本格式符合H5页面对应的目标文本格式时,对其进行自动填写。
本实施例通过用户输入的页面配置信息自动获取第一类配置项中的例如应用排序选项和应用特性选项等选项的应用序列号以及特性描述文本,并对其进行自动化填写,缩短了配置流程,避免了手动输入数据时出现误差的情况。
此外,本申请实施例还提供一种存储介质,所述存储介质可以为非易失性可读存储介质。
本申请存储介质上存储有计算机可读指令,其中所述计算机可读指令被处理器执行时,实现如上述的基于H5页面的应用配置方法的步骤。
其中,该计算机可读指令被执行时所实现的方法可参照本申请基于H5页面的应用配置方法的各个实施例,此处不再赘述。
参照图5,图5为本申请基于H5页面的应用配置装置第一实施例的结构框图。
如图5所示,本申请实施例提出的基于H5页面的应用配置装置包括:
页面展示模块501,用于在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
所述页面展示模块501,还用于将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
参数读取模块502,用于接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
信息获取模块503,用于根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
页面填写模块504,用于根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面;
应用发布模块505,用于在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
所述应用发布模块505,还用于在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
本申请通过H5页面对新增应用进行页面配置,实现了对应用随时随地的动态配置,此外对于应用配置选项中配置项信息较为固定的选项能够根据用户输入的信息实现自动化的填写配置,从而极大地缩短了配置流程,简化了配置操作,提高了应用的配置效率。
基于本申请上述基于H5页面的应用配置装置第一实施例,提出本申请基于H5页面的应用配置装置的第二实施例。
在本实施例中,所述信息获取模块503,还用于根据所述资源代码从资源系统中获取对应的资源属性数据,所述资源属性数据包括资源名称;在所述资源系统中查找所述资源名称对应的应用指标文件,并根据所述应用风险级别对所述应用指标文件进行遍历,以获取所述新增应用的应用指标信息。
进一步地,所述页面填写模块504,还用于根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面;按预设刷新机制对所述待刷新H5页面进行刷新,并根据所述资源属性信息以及所述应用指标信对刷新后的待刷新H5页面进行填写,以获得目标应用页面。
进一步地,所述页面填写模块504,还用于读取所述页面配置信息中包含的应用名称信息,根据所述应用名称信息确定所述新增应用对应的应用编码;在本地预存的应用编码表中查询所述应用编码对应的上一应用编码,并根据查询结果确定所述上一应用编码对应的上一应用序列号;根据所述上一应用序列号确定所述新增应用对应的新增应用序列号,根据所述新增应用序列号对所述应用排序选项进行自动填写;根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面。
进一步地,所述页面填写模块504,还用于根据所述应用名称信息确定所述新增应用所属的应用类型,从预置文本数据库中提取所述应用类型对应的应用特性描述文本;获取所述H5页面对应的目标文本格式,以及所述应用特性描述文本对应的当前文本格式;检测所述当前文本格式与所述目标文本格式是否一致,若一致,则将所述应用特性描述文本写入至所述应用特性选项,以获取待刷新H5页面。
本申请基于H5页面的应用配置装置的其他实施例或具体实现方式可参照上述各方法实施例,此处不再赘述。

Claims (20)

  1. 一种基于H5页面的应用配置方法,其中,所述方法包括:
    在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
    将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
    接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
    根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
    根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面;
    在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
    在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
  2. 如权利要求1所述的方法,其中,所述应用特征参数包括资源代码以及应用风险级别;
    所述根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息的步骤,包括:
    根据所述资源代码从资源系统中获取对应的资源属性数据,所述资源属性数据包括资源名称;
    在所述资源系统中查找所述资源名称对应的应用指标文件,并根据所述应用风险级别对所述应用指标文件进行遍历,以获取所述新增应用的应用指标信息。
  3. 如权利要求1所述的方法,其中,所述H5页面中包括第一类配置项和第二类配置项;
    所述根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面的步骤,包括:
    根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面;
    按预设刷新机制对所述待刷新H5页面进行刷新,并根据所述资源属性信息以及所述应用指标信息对刷新后的待刷新H5页面进行填写,以获得目标应用页面。
  4. 如权利要求3所述的方法,其中,所述第一类配置项包括应用排序选项;
    所述根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面的步骤,包括:
    读取所述页面配置信息中包含的应用名称信息,根据所述应用名称信息确定所述新增应用对应的应用编码;
    在本地预存的应用编码表中查询所述应用编码对应的上一应用编码,并根据查询结果确定所述上一应用编码对应的上一应用序列号;
    根据所述上一应用序列号确定所述新增应用对应的新增应用序列号,根据所述新增应用序列号对所述应用排序选项进行自动填写;
    根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面。
  5. 如权利要求4所述的方法,其中,所述第一类配置项还包括应用特性选项;
    所述根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面的步骤,包括:
    根据所述应用名称信息确定所述新增应用所属的应用类型,从预置文本数据库中提取所述应用类型对应的应用特性描述文本;
    获取所述H5页面对应的目标文本格式,以及所述应用特性描述文本对应的当前文本格式;
    检测所述当前文本格式与所述目标文本格式是否一致,若一致,则将所述应用特性描述文本写入至所述应用特性选项,以获取待刷新H5页面。
  6. 一种基于H5页面的应用配置装置,其中,所述装置包括:
    页面展示模块,用于在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
    所述页面展示模块,还用于将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
    参数读取模块,用于接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
    信息获取模块,用于根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
    页面填写模块,用于根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面;
    应用发布模块,用于在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
    所述应用发布模块,还用于在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
  7. 如权利要求6所述的装置,其中,所述应用特征参数包括资源代码以及应用风险级别;
    所述信息获取模块,还用于根据所述资源代码从资源系统中获取对应的资源属性数据,所述资源属性数据包括资源名称;在所述资源系统中查找所述资源名称对应的应用指标文件,并根据所述应用风险级别对所述应用指标文件进行遍历,以获取所述新增应用的应用指标信息。
  8. 如权利要求6所述的装置,其中,所述H5页面中包括第一类配置项和第二类配置项;
    所述页面填写模块,还用于根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面;按预设刷新机制对所述待刷新H5页面进行刷新,并根据所述资源属性信息以及所述应用指标信息对刷新后的待刷新H5页面进行填写,以获得目标应用页面。
  9. 如权利要求8所述的装置,其中,所述第一类配置项包括应用排序选项;
    所述页面填写模块,还用于读取所述页面配置信息中包含的应用名称信息,根据所述应用名称信息确定所述新增应用对应的应用编码;在本地预存的应用编码表中查询所述应用编码对应的上一应用编码,并根据查询结果确定所述上一应用编码对应的上一应用序列号;根据所述上一应用序列号确定所述新增应用对应的新增应用序列号,根据所述新增应用序列号对所述应用排序选项进行自动填写;根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面。
  10. 如权利要求9所述的装置,其中,所述第一类配置项还包括应用特性选项;
    所述页面填写模块,还用于根据所述应用名称信息确定所述新增应用所属的应用类型,从预置文本数据库中提取所述应用类型对应的应用特性描述文本;获取所述H5页面对应的目标文本格式,以及所述应用特性描述文本对应的当前文本格式;检测所述当前文本格式与所述目标文本格式是否一致,若一致,则将所述应用特性描述文本写入至所述应用特性选项,以获取待刷新H5页面。
  11. 一种基于H5页面的应用配置设备,其中,所述设备包括:存储器、处理器及存储在所述存储器上并可被所述处理器执行的计算机可读指令,其中所述计算机可读指令被所述处理器执行时,实现如下步骤:
    在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
    将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
    接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
    根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
    根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面;
    在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
    在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
  12. 如权利要求11所述的设备,其中,所述应用特征参数包括资源代码以及应用风险级别;
    所述根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息的步骤,包括:
    根据所述资源代码从资源系统中获取对应的资源属性数据,所述资源属性数据包括资源名称;
    在所述资源系统中查找所述资源名称对应的应用指标文件,并根据所述应用风险级别对所述应用指标文件进行遍历,以获取所述新增应用的应用指标信息。
  13. 如权利要求11所述的设备,其中,所述H5页面中包括第一类配置项和第二类配置项;
    所述根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面的步骤,包括:
    根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面;
    按预设刷新机制对所述待刷新H5页面进行刷新,并根据所述资源属性信息以及所述应用指标信息对刷新后的待刷新H5页面进行填写,以获得目标应用页面。
  14. 如权利要求13所述的设备,其中,所述第一类配置项包括应用排序选项;
    所述根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面的步骤,包括:
    读取所述页面配置信息中包含的应用名称信息,根据所述应用名称信息确定所述新增应用对应的应用编码;
    在本地预存的应用编码表中查询所述应用编码对应的上一应用编码,并根据查询结果确定所述上一应用编码对应的上一应用序列号;
    根据所述上一应用序列号确定所述新增应用对应的新增应用序列号,根据所述新增应用序列号对所述应用排序选项进行自动填写;
    根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面。
  15. 如权利要求14所述的设备,其中,所述第一类配置项还包括应用特性选项;
    所述根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面的步骤,包括:
    根据所述应用名称信息确定所述新增应用所属的应用类型,从预置文本数据库中提取所述应用类型对应的应用特性描述文本;
    获取所述H5页面对应的目标文本格式,以及所述应用特性描述文本对应的当前文本格式;
    检测所述当前文本格式与所述目标文本格式是否一致,若一致,则将所述应用特性描述文本写入至所述应用特性选项,以获取待刷新H5页面。
  16. 一种存储介质,其中,所述存储介质上存储有计算机可读指令,其中所述计算机可读指令被处理器执行时,实现如下步骤:
    在接收到页面配置指令时,提取所述页面配置指令中包含的应用标识;
    将所述应用标识作为键对象在预先构建的应用标识和页面配置模板的键值对中查找所述键对象对应的目标页面配置模板,并将所述目标页面配置模板按H5页面的方式进行展示;
    接收用户基于所述H5页面输入的新增应用的页面配置信息,并读取所述页面配置信息中包含的应用特征参数;
    根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息;
    根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面;
    在接收到用户输入的页面预览指令时,根据所述目标应用页面生成并展示应用预览页面;
    在接收到基于所述应用预览页面输入的应用发布指令时,根据所述应用发布指令确定所述新增应用的发布状态,并根据所述发布状态对所述应用预览页面进行标记后保存。
  17. 如权利要求16所述的存储介质,其中,所述应用特征参数包括资源代码以及应用风险级别;
    所述根据所述应用特征参数从资源系统中获取对应的资源属性信息,以及所述新增应用的应用指标信息的步骤,包括:
    根据所述资源代码从资源系统中获取对应的资源属性数据,所述资源属性数据包括资源名称;
    在所述资源系统中查找所述资源名称对应的应用指标文件,并根据所述应用风险级别对所述应用指标文件进行遍历,以获取所述新增应用的应用指标信息。
  18. 如权利要求16所述的存储介质,其中,所述H5页面中包括第一类配置项和第二类配置项;
    所述根据所述页面配置信息、所述资源属性信息以及所述应用指标信息对所述H5页面进行填写,以获得目标应用页面的步骤,包括:
    根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面;
    按预设刷新机制对所述待刷新H5页面进行刷新,并根据所述资源属性信息以及所述应用指标信息对刷新后的待刷新H5页面进行填写,以获得目标应用页面。
  19. 如权利要求18所述的存储介质,其中,所述第一类配置项包括应用排序选项;
    所述根据所述页面配置信息对所述第一类配置项进行填写,获取待刷新H5页面的步骤,包括:
    读取所述页面配置信息中包含的应用名称信息,根据所述应用名称信息确定所述新增应用对应的应用编码;
    在本地预存的应用编码表中查询所述应用编码对应的上一应用编码,并根据查询结果确定所述上一应用编码对应的上一应用序列号;
    根据所述上一应用序列号确定所述新增应用对应的新增应用序列号,根据所述新增应用序列号对所述应用排序选项进行自动填写;
    根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面。
  20. 如权利要求19所述的存储介质,其中,所述第一类配置项还包括应用特性选项;
    所述根据所述页面配置信息对所述第一类配置项中剩余的配置选项进行填写,以获取待刷新H5页面的步骤,包括:
    根据所述应用名称信息确定所述新增应用所属的应用类型,从预置文本数据库中提取所述应用类型对应的应用特性描述文本;
    获取所述H5页面对应的目标文本格式,以及所述应用特性描述文本对应的当前文本格式;
    检测所述当前文本格式与所述目标文本格式是否一致,若一致,则将所述应用特性描述文本写入至所述应用特性选项,以获取待刷新H5页面。
PCT/CN2019/122782 2019-05-21 2019-12-03 基于h5页面的应用配置方法、装置、设备及存储介质 WO2020233090A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910427746.3 2019-05-21
CN201910427746.3A CN110286974B (zh) 2019-05-21 2019-05-21 基于h5页面的应用配置方法、装置、设备及存储介质

Publications (1)

Publication Number Publication Date
WO2020233090A1 true WO2020233090A1 (zh) 2020-11-26

Family

ID=68002308

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/122782 WO2020233090A1 (zh) 2019-05-21 2019-12-03 基于h5页面的应用配置方法、装置、设备及存储介质

Country Status (2)

Country Link
CN (1) CN110286974B (zh)
WO (1) WO2020233090A1 (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732742A (zh) * 2021-01-12 2021-04-30 平安医疗健康管理股份有限公司 查询页面创建方法、装置、计算机设备和存储介质
CN113342858A (zh) * 2021-06-28 2021-09-03 数贸科技(北京)有限公司 页面组件固化方法及装置
CN113419725A (zh) * 2021-06-07 2021-09-21 上海数禾信息科技有限公司 用于h5页面开发的数据处理方法和装置
CN113469784A (zh) * 2021-06-28 2021-10-01 康键信息技术(深圳)有限公司 活动业务审核方法、装置、设备及存储介质
CN117311799A (zh) * 2023-11-30 2023-12-29 钱塘科技创新中心 一种软件项目页面的配置方法

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110286974B (zh) * 2019-05-21 2022-09-06 深圳壹账通智能科技有限公司 基于h5页面的应用配置方法、装置、设备及存储介质
CN111598707B (zh) * 2020-04-16 2023-06-13 中国人民财产保险股份有限公司 一种页面的生成方法及电子设备
CN112099872A (zh) * 2020-09-09 2020-12-18 杭州朗澈科技有限公司 一种基于语音引导的k8s资源创建系统
CN112181580A (zh) * 2020-10-19 2021-01-05 中国工商银行股份有限公司 应用主题切换方法、装置及系统
CN112308755A (zh) * 2020-10-30 2021-02-02 平安普惠企业管理有限公司 基于Hybrid混合型App页面水印的图片检测方法、系统及装置
CN112099879B (zh) * 2020-11-23 2021-03-12 成都新希望金融信息有限公司 配置信息管理方法、装置、计算机设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120232939A1 (en) * 2009-12-17 2012-09-13 Xtreme GIS, Inc. Method for Rendering Layer Images and Providing Information
CN107909494A (zh) * 2017-12-08 2018-04-13 中国平安财产保险股份有限公司 保险数据信息的配置方法、装置、计算机设备和存储介质
CN109558191A (zh) * 2018-10-31 2019-04-02 深圳壹账通智能科技有限公司 一种配置页面的方法、装置、存储介质及计算机设备
CN109582307A (zh) * 2018-10-26 2019-04-05 深圳壹账通智能科技有限公司 基于统一入口的活动创建方法、装置、设备及存储介质
CN110286974A (zh) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 基于h5页面的应用配置方法、装置、设备及存储介质

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108171610B (zh) * 2017-12-28 2020-10-30 中国平安人寿保险股份有限公司 页面生成方法、页面生成设备、存储介质及装置
CN108536459B (zh) * 2018-04-13 2023-06-06 深圳壹账通智能科技有限公司 金融产品的更新方法、装置、设备和计算机存储介质
CN108958871A (zh) * 2018-07-03 2018-12-07 广州唯品会信息科技有限公司 开户页面配置方法、装置、系统及计算机可读存储介质
CN109460279A (zh) * 2018-12-14 2019-03-12 平安城市建设科技(深圳)有限公司 基于小程序的表单页面开发方法、装置、设备及存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120232939A1 (en) * 2009-12-17 2012-09-13 Xtreme GIS, Inc. Method for Rendering Layer Images and Providing Information
CN107909494A (zh) * 2017-12-08 2018-04-13 中国平安财产保险股份有限公司 保险数据信息的配置方法、装置、计算机设备和存储介质
CN109582307A (zh) * 2018-10-26 2019-04-05 深圳壹账通智能科技有限公司 基于统一入口的活动创建方法、装置、设备及存储介质
CN109558191A (zh) * 2018-10-31 2019-04-02 深圳壹账通智能科技有限公司 一种配置页面的方法、装置、存储介质及计算机设备
CN110286974A (zh) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 基于h5页面的应用配置方法、装置、设备及存储介质

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732742A (zh) * 2021-01-12 2021-04-30 平安医疗健康管理股份有限公司 查询页面创建方法、装置、计算机设备和存储介质
CN112732742B (zh) * 2021-01-12 2023-03-28 深圳平安医疗健康科技服务有限公司 查询页面创建方法、装置、计算机设备和存储介质
CN113419725A (zh) * 2021-06-07 2021-09-21 上海数禾信息科技有限公司 用于h5页面开发的数据处理方法和装置
CN113342858A (zh) * 2021-06-28 2021-09-03 数贸科技(北京)有限公司 页面组件固化方法及装置
CN113469784A (zh) * 2021-06-28 2021-10-01 康键信息技术(深圳)有限公司 活动业务审核方法、装置、设备及存储介质
CN117311799A (zh) * 2023-11-30 2023-12-29 钱塘科技创新中心 一种软件项目页面的配置方法
CN117311799B (zh) * 2023-11-30 2024-03-19 钱塘科技创新中心 一种软件项目页面的配置方法

Also Published As

Publication number Publication date
CN110286974B (zh) 2022-09-06
CN110286974A (zh) 2019-09-27

Similar Documents

Publication Publication Date Title
WO2020233090A1 (zh) 基于h5页面的应用配置方法、装置、设备及存储介质
WO2020258656A1 (zh) 代码段的生成方法、装置、存储介质及计算机设备
WO2020000632A1 (zh) 发票开具方法、装置、设备及计算机可读存储介质
WO2020015067A1 (zh) 数据采集方法、装置、设备及存储介质
WO2020006852A1 (zh) 差旅费自助核销处理方法、装置、设备和计算机存储介质
WO2013157678A1 (ko) 웹페이지의 동적 변환 시스템, 방법 및 컴퓨터 판독 가능한 기록 매체
WO2020224250A1 (zh) 智能合约的触发方法、装置、设备及存储介质
WO2021003956A1 (zh) 产品信息的管理方法、装置、设备及存储介质
WO2020087981A1 (zh) 风控审核模型生成方法、装置、设备及可读存储介质
WO2020119115A1 (zh) 数据审核方法、装置、设备及存储介质
WO2020147385A1 (zh) 数据录入方法、装置、终端及计算机可读存储介质
CN109241384B (zh) 一种科研信息的可视化方法及装置
US20180365334A1 (en) Enhanced web browsing
WO2020062640A1 (zh) 终端应用动态文案的语言切换方法、服务器及存储介质
WO2020233089A1 (zh) 测试用例生成方法、装置、终端及计算机可读存储介质
WO2022142035A1 (zh) 系统语言国际化维护方法、装置及计算机可读存储介质
WO2015102125A1 (ko) 문자형 대화 시스템 및 방법
WO2020087985A1 (zh) 赔付金额的调整方法、装置、设备及可读存储介质
WO2020237858A1 (zh) 断点数据传输方法、装置、设备及非易失性存储介质
WO2018004025A1 (ko) 개체에 대한 스타일 동시 편집을 지원하는 문서 협업 장치 및 그 동작 방법
US11586696B2 (en) Enhanced web browsing
WO2020143306A9 (zh) 对象互转方法、装置及存储介质、服务器
WO2021012554A1 (zh) 区块链中数据字段的更新方法、装置、介质、电子设备
WO2018008861A1 (ko) 사용자 서버를 이용한 html 제어 시스템 및 방법
WO2018034509A1 (ko) 웹 브라우저에서 구현되는 웹사이트 제작 방법 및 시스템

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: 19929566

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 1205 DATED 04/05//2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19929566

Country of ref document: EP

Kind code of ref document: A1