WO2020253120A1 - Webpage registration method, system and device, and computer storage medium - Google Patents

Webpage registration method, system and device, and computer storage medium Download PDF

Info

Publication number
WO2020253120A1
WO2020253120A1 PCT/CN2019/121708 CN2019121708W WO2020253120A1 WO 2020253120 A1 WO2020253120 A1 WO 2020253120A1 CN 2019121708 W CN2019121708 W CN 2019121708W WO 2020253120 A1 WO2020253120 A1 WO 2020253120A1
Authority
WO
WIPO (PCT)
Prior art keywords
registration
registration information
network data
information
data platform
Prior art date
Application number
PCT/CN2019/121708
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 WO2020253120A1 publication Critical patent/WO2020253120A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the main purpose of this application is to provide a web page registration method, system, equipment and computer storage medium, which aims to solve the technical problem of slow user registration on the website.
  • Step S02 the server verifies the registration information, and when the registration information is verified, the server sends a prompt message to the terminal so that the terminal can set the usage authority of the registration information corresponding to the user.
  • the user triggers an access request on the terminal, and the terminal sends the access request to the corresponding network data platform.
  • the triggering method of the access request is not specifically limited, that is, the user can manually trigger the access request on the terminal, for example, the user When browsing the xxx academic website (also called the network data platform), the user needs to view an article in the xxx academic website.
  • the user triggers an article access request on the terminal, and the terminal sends the access request to the xxx academic website; or, the terminal automatically triggers Access information, for example, the user presets in the terminal: Get articles on the xxx website at the beginning of each month.
  • the terminal detects that the current time is January 1, the terminal automatically triggers the access request, and the terminal sends the access request to the xxx website.
  • Step S13 When the access request has a permission tag, the network data platform determines that the webpage registration condition is met.
  • Step S20 When the webpage registration conditions are met, the network data platform sends a registration information application request to the server.
  • the network data platform determines that the webpage registration conditions are met, the network data platform sends a registration information application request to the server to obtain registration information from the server, specifically:
  • step S40 includes:
  • Step S41 The network data platform receives the registration information sent by the server, and the network data platform obtains attributes corresponding to the registration information;
  • the network data platform receives the registration information sent by the server.
  • the registration information sent by the server is backed up by the user in advance.
  • the registration information includes: user identification (user identification refers to identification information that uniquely identifies a user, such as user name or user ID number ), the user’s birth date, user gender, user education, user contact information, user email number and user family member information, etc.
  • the network data platform obtains the attributes corresponding to the registration information to input the registration information according to the attributes, which specifically includes:
  • Step S42 the network data platform inputs each registration information into the corresponding position of the registration page according to attributes, and performs account registration on the network data platform.
  • the network data platform When the account registration on the network data platform is completed, the network data platform obtains the page identifier corresponding to the access request, so that the network data platform queries the network information database according to the page identifier, and obtains web page information corresponding to the page identifier.
  • the terminal sends an access request to the network data platform.
  • the network data platform determines that the user corresponding to the terminal is not a registered user, and the access request requires a registered user to access.
  • the network data platform sends a registration information request to the server Request, the server obtains the registration information according to the registration information application request, and sends the registration information to the network data platform to realize rapid registration while ensuring the security and accuracy of the registration.
  • This embodiment is a refinement of step S30 in the first embodiment.
  • different implementation ways for the server to obtain registration information are given.
  • the server obtains the platform type corresponding to the platform identifier, and the server compares the platform type with the usage information corresponding to the usage rights to determine whether the network data platform has the usage rights for the registration information.
  • the platform type is an administrative service network data platform
  • the usage rights are If the corresponding usage information includes the scope of use of administrative services, the server determines that the network data platform has the right to use the registration information; for example, if the platform type is an online game type, and the usage information corresponding to the usage right does not include the scope of use of the online game, then The server determines that the network data platform does not have the right to use the registration information.
  • the server sends prompt information to the network data platform, and the network data platform sends the prompt information to the terminal to prompt the user corresponding to the terminal to manually input the registration information.
  • Step S33 When the network data platform has the right to use the registration information, the server sends the registration information to the network data platform.
  • the server queries the preset user information database, where the preset user information database is the same as the preset user information database in the first embodiment. This embodiment will not go into details.
  • the server compares the user ID with each user ID in the preset user information database. For comparison, the server obtains the registration information corresponding to the user ID, and then the server queries the preset algorithm mapping table to obtain the encryption algorithm corresponding to the platform ID, so that the server encrypts the registration information.
  • the preset algorithm mapping table refers to the preset platform identification and encryption algorithm mapping table.
  • the encryption algorithm in the preset algorithm mapping table includes: DES encryption algorithm (DES encryption algorithm is a block cipher, with 64 bits as a block pair Data encryption, its key length is 56 bits, the same algorithm is used for encryption and decryption), AES encryption algorithm (AES encryption algorithm uses a symmetric block cipher system, the minimum support for key length is 128, 192, 256, and the packet length is 128 bits) , RSA encryption algorithm (RSA is an algorithm that can be used for encryption and digital signature at the same time), Base64 encryption algorithm (Base64 encryption algorithm is used to transmit 8bit byte code encoding, Base64 encoding can be used to transmit longer in the HTTP environment Identification information) and MD5 encryption algorithm (MD5 encryption algorithm is used to provide integrity protection of messages), etc.
  • DES encryption algorithm is a block cipher, with 64 bits as a block pair Data encryption, its key length is 56 bits, the same algorithm is used for encryption and decrypt
  • Step S36 The server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform.
  • the server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform, and the network data platform receives the encrypted registration information, decodes the registration information and uses it.
  • the server pre-appoints the corresponding encryption algorithm with each network data platform, and the server encrypts the registration information before sending it to the network data platform, which can ensure the security of the registration information during transmission, even if the server will During the process of sending the registration information to the network data platform, the registration information is intercepted, and because the registration information is encrypted information, it cannot be cracked, which ensures the security of the registration information use process and effectively prevents the leakage of user privacy.
  • Step S37 The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request.
  • Step S38 The server queries a preset user information database to obtain a set of registration information corresponding to the user ID, and the server queries a preset type table to obtain the information type corresponding to the platform ID.
  • the server queries the preset user information database to obtain the registration information collection corresponding to the user ID, the server queries the preset type table, and obtains the information type corresponding to the platform ID, so that the server selects registration information from the registration information collection according to the information type.
  • the server selects registration information from the registration information collection according to the information type, and sends the registration information to the network data platform for the network data platform to quickly input the registration information.
  • the server pre-stores a preset type table.
  • the preset type table records the information types required by each network data platform.
  • the preset type table contains: the information type corresponding to the network data platform 1 is the user's name and mobile phone number; the information type corresponding to the network data platform 2 is the user Name, user phone number, user education information and user home address; the server can determine the required registration information according to the preset type table, and send the registration information to the network data platform to reduce transmission data redundancy and avoid user information leakage.
  • the network data platform sends a registration information application request to the server;
  • the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
  • the network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal.
  • the embodiment of the present application also proposes a computer storage medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Storage Device Security (AREA)

Abstract

A webpage registration method, system and device, and a computer storage medium. The method comprises the following steps: when a network data platform receives an access request sent by a terminal, the network data platform obtains access information corresponding to the access request, and determines whether a webpage registration condition is satisfied or not according to the access information (S10); if the webpage registration condition is satisfied, the network data platform sends a registration information application request to a server (S20); the server receives the registration information application request, obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform (S30); and the network data platform registers according to the received registration information, and after registration is completed, the network data platform obtains webpage information corresponding to the access request and sends the webpage information to the terminal (S40). According to the method, rapid registration of accounts on the network data platform is realized.

Description

网页注册方法、系统、设备和计算机存储介质 Webpage registration method, system, equipment and computer storage medium To
本申请要求于2019年06月19日提交中国专利局、申请号为201910539769.3、发明名称为“网页注册方法、系统、设备和计算机存储介质”的中国专利申请的优先权,其全部内容通过引用结合在申请中。This application claims the priority of a Chinese patent application filed with the Chinese Patent Office on June 19, 2019, the application number is 201910539769.3, and the invention title is "Webpage registration method, system, equipment and computer storage medium", the entire content of which is incorporated by reference In application.
技术领域Technical field
本申请涉及数据处理领域,尤其涉及网页注册方法、系统、设备和计算机存储介质。This application relates to the field of data processing, in particular to web page registration methods, systems, equipment, and computer storage media.
背景技术Background technique
随着网络普及化,网络中推出的各项服务网站也越来越多样化,用户端要获得网站完整的服务时,网站都会要求用户端进行注册。With the popularization of the Internet, the various service websites launched on the Internet are becoming more and more diversified. When the user terminal wants to obtain the complete service of the website, the website will require the user terminal to register.
为了方便进行用户注册,当前通常采用的技术方案为:在用户端上存储有注册信息,当用户需要在其他网站上进行注册时,用户端将存储的注册信息按照输入栏位的内容输入到该网站平台。然而,由于每个网站所需的注册信息不尽相同,如按照该方法,在注册信息不同时仍需要用户再次填写,例如,用户手动地输入:邮箱、家庭住址等等,这样的注册方式注册耗时长。In order to facilitate user registration, the current technical solution is usually: the registration information is stored on the user terminal. When the user needs to register on other websites, the user terminal enters the stored registration information according to the content of the input field. Website platform. However, because the registration information required for each website is not the same, if according to this method, the user still needs to fill in the registration information again when the registration information is different, for example, the user manually enters: email, home address, etc., this registration method is registered It takes a long time.
发明内容Summary of the invention
本申请的主要目的在于提供一种网页注册方法、系统、设备和计算机存储介质,旨在解决网站上用户注册慢的技术问题。The main purpose of this application is to provide a web page registration method, system, equipment and computer storage medium, which aims to solve the technical problem of slow user registration on the website.
为实现上述目的,本申请提供网页注册方法,所述网页注册方法应用于网页注册系统,所述网页注册系统包括通信连接的服务器、网络数据平台和终端,所述网页注册方法包括以下步骤:In order to achieve the above purpose, this application provides a web page registration method, which is applied to a web page registration system, the web page registration system includes a server, a network data platform and a terminal connected in communication, and the web page registration method includes the following steps:
在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件;When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information;
在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求;When the webpage registration conditions are met, the network data platform sends a registration information application request to the server;
所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台;The server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端;The network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal;
其中,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤之前,包括:Wherein, when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information Before, including:
在服务器接收到终端发送的注册信息备份请求时,所述服务器获取所述注册信息备份请求对应的注册信息;When the server receives the registration information backup request sent by the terminal, the server obtains the registration information corresponding to the registration information backup request;
所述服务器对所述注册信息进行验证,在所述注册信息验证通过时,所述服务器发送提示信息至所述终端,以使所述终端对应用户设置所述注册信息的使用权限;The server verifies the registration information, and when the registration information is verified, the server sends prompt information to the terminal, so that the terminal corresponds to the user to set the use authority of the registration information;
所述服务器接收所述终端发送的所述注册信息的使用权限,获取所述使用权限对应的使用信息,并将所述使用信息与所述注册信息关联保存至预设用户信息库。The server receives the usage authority of the registration information sent by the terminal, obtains the usage information corresponding to the usage authority, and associates the usage information with the registration information and saves it in a preset user information database.
此外,为实现上述目的,本申请还提供一种网页注册系统,所述网页注册系统包括通信连接的服务器、网络数据平台和终端,所述网络注册系统用于:In addition, in order to achieve the above-mentioned purpose, this application also provides a web page registration system. The web page registration system includes a server, a network data platform, and a terminal that are connected in communication.
在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件;When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information;
在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求;When the webpage registration conditions are met, the network data platform sends a registration information application request to the server;
所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台;The server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端。The network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal.
此外,为实现上述目的,本申请还提供一种网页注册设备;In addition, in order to achieve the above purpose, this application also provides a webpage registration device;
所述网页注册设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机可读指令,其中:The webpage registration device includes: a memory, a processor, and computer-readable instructions stored on the memory and running on the processor, wherein:
所述计算机可读指令被所述处理器执行时实现如上所述的网页注册方法的步骤。When the computer-readable instructions are executed by the processor, the steps of the web page registration method described above are implemented.
此外,为实现上述目的,本申请还提供计算机存储介质;In addition, in order to achieve the above purpose, this application also provides a computer storage medium;
所述计算机存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行时实现如上述的网页注册方法的步骤。The computer storage medium stores computer readable instructions, and when the computer readable instructions are executed by a processor, the steps of the web page registration method as described above are realized.
本申请实施例提出的一种网页注册方法、系统、设备和计算机存储介质,网页注册方法应用于网页注册系统,网页注册系统包括通信连接的服务器、网络数据平台和终端,在网络数据平台接收到终端发送的访问请求时,网络数据平台获取访问请求对应的访问信息,并根据访问信息判断是否符合网页注册条件;在符合网页注册条件时,网络数据平台向服务器发送注册信息申请请求;服务器接收注册信息申请请求,服务器根据注册信息申请请求获取对应的注册信息,并将注册信息发送至网络数据平台;网络数据平台按接收的注册信息进行注册,在注册完成时,网络数据平台获取访问请求对应的网页信息,并将网页信息发送至终端。即,终端发送访问请求至网络数据平台,网络数据平台确定该终端对应用户不是注册用户,且该访问请求需要注册用户才可以访问,此时,网络数据平台向服务器发送注册信息申请请求,服务器根据注册信息申请请求获取注册信息,并将注册信息发送至网络数据平台实现快速的注册,同时保证注册的安全性和准确性。A web page registration method, system, device, and computer storage medium proposed in the embodiments of this application. The web page registration method is applied to a web page registration system. The web page registration system includes a communication connected server, a network data platform, and a terminal. When the terminal sends an access request, the network data platform obtains the access information corresponding to the access request, and judges whether it meets the web page registration conditions based on the access information; when the web page registration conditions are met, the network data platform sends a registration information application request to the server; the server receives the registration For information application requests, the server obtains the corresponding registration information according to the registration information application request, and sends the registration information to the network data platform; the network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the information corresponding to the access request Web page information, and send the page information to the terminal. That is, the terminal sends an access request to the network data platform, and the network data platform determines that the user corresponding to the terminal is not a registered user, and the access request requires a registered user to access. At this time, the network data platform sends a registration information application request to the server, and the server according to The registration information application requests to obtain registration information, and sends the registration information to the network data platform to realize rapid registration while ensuring the security and accuracy of registration.
附图说明Description of the drawings
图1是本申请实施例方案涉及的硬件运行环境的系统结构示意图;FIG. 1 is a schematic diagram of a system structure of a hardware operating environment involved in a solution of an embodiment of the present application;
图2为本申请网页注册方法第一实施例的流程示意图;FIG. 2 is a schematic flowchart of a first embodiment of a method for webpage registration of an application;
图3为本申请网页注册方法第一实施例中网页注册系统的具体场景示意图。Fig. 3 is a schematic diagram of a specific scenario of a webpage registration system in the first embodiment of the webpage registration method of this application.
本申请目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The realization, functional characteristics, and advantages of the purpose of this application will be further described in conjunction with the embodiments and with reference to the accompanying drawings.
具体实施方式Detailed ways
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。It should be understood that the specific embodiments described here are only used to explain the application, and are not used to limit the application.
如图1所示,图1是本申请实施例方案涉及的硬件运行环境的服务器(又叫网页注册设备)结构示意图。As shown in FIG. 1, FIG. 1 is a schematic diagram of the structure of a server (also called a web page registration device) of a hardware operating environment involved in a solution of an embodiment of the present application.
本申请实施例服务器指一个管理资源并为用户提供服务的计算机,通常分为文件服务器、数据库服务器和应用可读指令服务器。运行以上软件的计算机或计算机系统也被称为服务器。相对于普通PC(personal computer)个人计算机来说,服务器在稳定性、安全性、性能等方面都要求较高;如图1所示,该服务器可以包括:处理器1001,例如中央处理器(Central Processing Unit,CPU),网络接口1004,用户接口1003,存储器1005,通信总线1002、芯片组、磁盘系统、网络等硬件等。其中,通信总线1002用于实现这些组件之间的连接通信。用户接口1003可以包括显示屏(Display)、输入单元比如键盘(Keyboard),可选用户接口1003还可以包括标准的有线接口、无线接口。网络接口1004可选的可以包括标准的有线接口、无线接口(如无线保真WIreless-FIdelity,WIFI接口)。存储器1005可以是高速随机存取存储器(random access memory,RAM),也可以是稳定的存储器(non-volatile memory),例如磁盘存储器。存储器1005可选的还可以是独立于前述处理器1001的存储装置。The server in the embodiment of the present application refers to a computer that manages resources and provides services for users, and is generally divided into a file server, a database server, and an application-readable instruction server. The computer or computer system running the above software is also called a server. Compared with ordinary PC (personal computer) For personal computers, servers have higher requirements in terms of stability, security, performance, etc.; as shown in Figure 1, the server may include: a processor 1001, such as a central processing unit (Central Processing Unit, CPU), network interface 1004, user interface 1003, memory 1005, communication bus 1002, chipset, disk system, network and other hardware. Among them, 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 WIreless-FIdelity, WIFI interface). The memory 1005 may be a high-speed random access memory (random access memory, RAM), or stable memory (non-volatile memory), such as disk storage. Optionally, the memory 1005 may also be a storage device independent of the foregoing processor 1001.
如图1所示,该计算机软件产品存储在一个存储介质(存储介质:又叫计算机存储介质、计算机介质、可读介质、可读存储介质、计算机可读存储介质或者直接叫介质等,存储介质可以是非易失性可读存储介质,如RAM、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本申请各个实施例所述的方法,作为一种计算机存储介质的存储器1005中可以包括操作系统、网络通信模块、用户接口模块以及计算机可读指令。As shown in Figure 1, the computer software product is stored in a storage medium (storage medium: also called computer storage medium, computer medium, readable medium, readable storage medium, computer readable storage medium, or directly called medium, etc., storage medium It can be a non-volatile readable storage medium, such as RAM, magnetic disk, optical disk, and includes several instructions to make a terminal device (can be a mobile phone, computer, server, air conditioner, or network device, etc.) execute this application In the method described in each embodiment, the memory 1005 as a computer storage medium may include an operating system, a network communication module, a user interface module, and computer-readable instructions.
在图1所示的服务器中,网络接口1004主要用于连接后台数据库,与后台数据库进行数据通信;用户接口1003主要用于连接客户端(客户端,又叫用户端或终端,本申请实施例终端可以固定终端也可以是移动终端,如,带联网功能的智能空调、智能电灯、智能电源、智能音箱、自动驾驶汽车、PC、智能手机、平板电脑、电子书阅读器、便携计算机等,终端中包含传感器比如光传感器、运动传感器以及其他传感器,在此不再赘述),与客户端进行数据通信;而处理器1001可以用于调用存储器1005中存储的计算机可读指令,并执行本申请以下实施例提供的网页注册方法中的步骤。In the server shown in FIG. 1, the network interface 1004 is mainly used to connect to the back-end database and perform data communication with the back-end database; the user interface 1003 is mainly used to connect to the client (the client, also called the user terminal or the terminal, the embodiment of the application The terminal can be a fixed terminal or a mobile terminal, such as smart air conditioners with networking functions, smart lights, smart power supplies, smart speakers, self-driving cars, PCs, smart phones, tablets, e-book readers, portable computers, etc., terminals It contains sensors such as light sensors, motion sensors and other sensors, which will not be repeated here), to communicate with the client; and the processor 1001 can be used to call the computer-readable instructions stored in the memory 1005 and execute the following The steps in the web page registration method provided by the embodiment.
参照图2,在本申请网页注册方法的第一实施例中,所述网页注册方法包括:2, in the first embodiment of the web page registration method of this application, the web page registration method includes:
步骤S10,在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件。Step S10: When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and judges whether the webpage registration condition is met according to the access information.
步骤S20,在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求。Step S20: When the webpage registration conditions are met, the network data platform sends a registration information application request to the server.
步骤S30,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台。Step S30, the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform.
步骤S40,所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端。Step S40: The network data platform registers according to the received registration information. When the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal.
在本申请第一实施例的步骤S10之前,服务器中预设用户信息库,其中,预设用户信息库是指预先设置的用于存储注册信息的数据库,构建预设用户信息库的步骤,包括:Before step S10 of the first embodiment of the present application, a user information database is preset in the server, where the preset user information database refers to a preset database for storing registration information. The step of constructing a preset user information database includes :
步骤S01,在服务器接收到终端发送的注册信息备份请求时,所述服务器获取所述注册信息备份请求对应的注册信息。Step S01: When the server receives the registration information backup request sent by the terminal, the server obtains the registration information corresponding to the registration information backup request.
服务器接收终端发送的注册信息备份请求,注册信息备份请求的触发方式不作具体限定,即,注册信息备份请求可以是用户手动触发的,还可以是自动触发的,例如,用户手动地在终端上触发注册信息备份请求,终端输出注册信息备份请求对应的注册信息输入页面,以提示用户输入注册信息,注册信息包括:用户标识(用户标识是指唯一识别用户的标识信息,例如,用户姓名或用户身份证号码)、用户出生年月、用户性别、用户学历、用户联系方式、用户邮箱号码和用户家庭成员信息等等。在终端检测到注册信息输入完成时,终端将注册信息与注册信息备份请求进行关联,然后,终端将携带注册信息的注册信息备份请求发送至服务器,服务器接收终端发送的注册信息备份请求,服务器获取注册信息备份请求对应的注册信息。The server receives the registration information backup request sent by the terminal. The triggering method of the registration information backup request is not specifically limited, that is, the registration information backup request can be triggered manually by the user or automatically, for example, the user manually triggers on the terminal For registration information backup request, the terminal outputs the registration information input page corresponding to the registration information backup request to prompt the user to enter the registration information. The registration information includes: user identification (user identification refers to identification information that uniquely identifies the user, such as user name or user identity Certificate number), user’s date of birth, user gender, user’s education, user contact information, user mailbox number, user family member information, etc. When the terminal detects that the input of the registration information is complete, the terminal associates the registration information with the registration information backup request, and then the terminal sends the registration information backup request carrying the registration information to the server, the server receives the registration information backup request sent by the terminal, and the server obtains Registration information corresponding to the registration information backup request.
步骤S02,所述服务器对所述注册信息进行验证,在所述注册信息验证通过时,所述服务器发送提示信息至所述终端,以使所述终端对应用户设置所述注册信息的使用权限。Step S02, the server verifies the registration information, and when the registration information is verified, the server sends a prompt message to the terminal so that the terminal can set the usage authority of the registration information corresponding to the user.
服务器对获取到的注册信息进行验证,可以理解的是服务器对注册信息的验证可以包括真伪的验证,还可以包括信息输入格式的验证,例如,服务器获取到注册信息中的手机号码为123xxxxxxxx,服务器发送验证短信到123xxxxxxxx进行真伪验证,在服务器对注册信息验证通过时,服务器发送提示信息至终端,以使终端对应用户设置注册信息的使用权限,使用权限可以理解为注册信息的使用信息,使用信息包括使用范围、使用时间和使用场景等,例如,使用信息中包含该注册信息可以使用在用户量为2万以上的网络数据平台。The server verifies the acquired registration information. It can be understood that the verification of the registration information by the server can include verification of authenticity, as well as verification of the information input format. For example, the mobile phone number obtained by the server in the registration information is 123xxxxxxxx, The server sends a verification text message to 123xxxxxxxx for authenticity verification. When the server verifies the registration information, the server sends a prompt message to the terminal so that the terminal can set the registration information usage authority corresponding to the user. The usage authority can be understood as the registration information usage information. The usage information includes usage scope, usage time and usage scenarios. For example, the registration information contained in the usage information can be used on a network data platform with more than 20,000 users.
步骤S03,所述服务器接收所述终端发送的所述注册信息的使用权限,获取所述使用权限对应的使用信息,并将所述使用信息与所述注册信息关联保存至预设用户信息库。Step S03: The server receives the usage authority of the registration information sent by the terminal, obtains the usage information corresponding to the usage authority, and associates the usage information with the registration information and saves it in a preset user information database.
服务器接收终端发送的注册信息的使用权限,即,用户在终端设置注册信息的使用信息(使用信息可以包括使用时间、使用范围和使用场景等),终端将用户设置的使用信息发送至服务器,服务器获取使用权限对应的使用信息,并将使用信息与注册信息关联保存至预设用户信息库。本实施例中服务器中预先设置用户信息库,并在预设用户信息库中保存有注册信息和对应的使用信息,以实现注册信息的快速调用,具体地:The server receives the usage rights of the registration information sent by the terminal, that is, the user sets the usage information of the registration information on the terminal (the usage information can include usage time, usage range, usage scenario, etc.), and the terminal sends the usage information set by the user to the server. Obtain the usage information corresponding to the usage rights, and associate the usage information with the registration information and save it in the preset user information database. In this embodiment, a user information database is preset in the server, and registration information and corresponding usage information are stored in the preset user information database, so as to realize rapid calling of registration information, specifically:
在本申请第一实施例中基于服务器的预设用户信息库,实现网页快速注册的方法,包括:In the first embodiment of the present application, the method for realizing rapid web page registration based on the preset user information database of the server includes:
步骤S10,在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件。Step S10: When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and judges whether the webpage registration condition is met according to the access information.
用户在终端上触发访问请求,终端将访问请求发送至对应的网络数据平台,其中,访问请求的触发方式不做具体限定,即,用户可以手动在终端上触发访问请求,例如,用户在终端上浏览xxx学术网站(又叫网络数据平台),用户需要查看该xxx学术网站中的一篇文章,用户在终端触发文章的访问请求,终端将访问请求发送至xxx学术网站;再或者,终端自动触发访问信息,例如,用户在终端中预先设置:每月月初获取xxx网站的文章,在终端检测到当前时间为1月1日时,终端自动触发访问请求,终端将访问请求发送至xxx网站。The user triggers an access request on the terminal, and the terminal sends the access request to the corresponding network data platform. The triggering method of the access request is not specifically limited, that is, the user can manually trigger the access request on the terminal, for example, the user When browsing the xxx academic website (also called the network data platform), the user needs to view an article in the xxx academic website. The user triggers an article access request on the terminal, and the terminal sends the access request to the xxx academic website; or, the terminal automatically triggers Access information, for example, the user presets in the terminal: Get articles on the xxx website at the beginning of each month. When the terminal detects that the current time is January 1, the terminal automatically triggers the access request, and the terminal sends the access request to the xxx website.
网络数据平台接收终端发送的访问请求,并获取访问请求对应的访问信息,其中,访问信息包括:终端标识、用户标识和页面标识等,服务器根据访问信息确定处理步骤,即,网络数据平台根据用户标识确定发送访问请求终端对应的用户是否为注册用户,网络数据平台还可以根据页面标识判断该访问请求是否需要注册用户才可以进行访问,具体地,步骤S10包括:The network data platform receives the access request sent by the terminal and obtains the access information corresponding to the access request. The access information includes: terminal identification, user identification, and page identification. The server determines the processing steps based on the access information, that is, the network data platform The identifier determines whether the user corresponding to the terminal that sends the access request is a registered user. The network data platform can also determine whether the access request requires a registered user before access can be accessed according to the page identifier. Specifically, step S10 includes:
步骤S11,在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的用户标识,并判断预设注册列表中是否包含所述用户标识对应的注册信息。Step S11: When the network data platform receives the access request sent by the terminal, the network data platform obtains the user ID corresponding to the access request, and determines whether the preset registration list contains the user ID corresponding to the user ID registration message.
网络数据平台接收到终端发送的访问请求时,网络数据平台获取访问请求对应的用户标识(用户标识是指唯一识别终端用户的标识信息,例如终端编号或者用户姓名),网络数据平台将访问请求对应的用户标识与预设注册列表中的各个已注册用户标识进行比较,其中,预设注册列表是指网络数据平台中预先设置的各个已注册用户的注册信息列表;When the network data platform receives the access request sent by the terminal, the network data platform obtains the user ID corresponding to the access request (user ID refers to the identification information that uniquely identifies the terminal user, such as terminal number or user name), and the network data platform corresponds to the access request The user ID of is compared with each registered user ID in the preset registration list, where the preset registration list refers to the registration information list of each registered user preset in the network data platform;
在网络数据平台确定预设注册列表中包含用户标识对应的注册信息,网络数据平台判定发送访问请求的终端对应用户为已注册用户,为了避免重复注册,网络数据平台判定访问请求不符合网页注册条件,网络数据平台获取访问请求对应的网页信息,并将网页信息发送至终端。The network data platform determines that the preset registration list contains the registration information corresponding to the user ID. The network data platform determines that the user corresponding to the terminal sending the access request is a registered user. In order to avoid repeated registration, the network data platform determines that the access request does not meet the web page registration conditions , The network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal.
步骤S12,在预设注册列表中不包含所述用户标识对应的注册信息时,所述网络数据平台判断所述访问请求是否具有权限标签;Step S12: When the registration information corresponding to the user ID is not included in the preset registration list, the network data platform judges whether the access request has a permission label;
在网络数据平台确定预设注册列表中不包含用户标识对应的注册信息,网络数据平台判定发送访问请求的终端对应用户不是注册用户,然后,网络数据平台根据访问请求是否具有权限标签,判断访问请求是否需要注册用户才可以进行访问,即,访问请求具有权限标签,网络数据平台确定该访问请求对应的网络页面需要注册用户才可以访问,反之,访问请求不具有权限标签,网络数据平台确定该访问请求对应的网络页面不需要注册用户就可以访问,网络数据平台直接获取该访问请求对应的网页信息,并发送至终端,以供用户查看。The network data platform determines that the preset registration list does not contain the registration information corresponding to the user ID. The network data platform determines that the user corresponding to the terminal sending the access request is not a registered user. Then, the network data platform determines the access request according to whether the access request has a permission tag Whether a registered user is required to access, that is, the access request has a permission label, and the network data platform determines that the network page corresponding to the access request requires a registered user to access it. On the contrary, the access request does not have the permission label, and the network data platform determines the access The web page corresponding to the request can be accessed without a registered user. The web data platform directly obtains the web page information corresponding to the access request and sends it to the terminal for the user to view.
步骤S13,在所述访问请求具有权限标签时,所述网络数据平台判定符合网页注册条件。Step S13: When the access request has a permission tag, the network data platform determines that the webpage registration condition is met.
在网络数据平台确定访问请求具有权限标签时,网络数据平台判定符合网页注册条件,网络数据平台确定发送该访问请求的终端用户不是注册用户,且该访问请求需要注册用户才可以进行访问,因此,网络数据平台判断符合注册条件。When the network data platform determines that the access request has a permission tag, the network data platform determines that the web page registration conditions are met, and the network data platform determines that the terminal user sending the access request is not a registered user, and the access request requires a registered user to access. Therefore, The network data platform judges that it meets the registration conditions.
步骤S20,在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求。Step S20: When the webpage registration conditions are met, the network data platform sends a registration information application request to the server.
在网络数据平台判定符合网页注册条件时,网络数据平台向服务器发送注册信息申请请求,以从服务器中获取注册信息,具体地:When the network data platform determines that the webpage registration conditions are met, the network data platform sends a registration information application request to the server to obtain registration information from the server, specifically:
步骤S30,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台。Step S30, the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform.
服务器接收网络数据平台发送的注册信息申请请求,服务器获取注册信息申请请求中的用户标识,服务器查询预设用户信息库(其中,预设用户信息库是指服务器中预先存储的注册信息库),服务器获取预设信息库中用户标识对应的注册信息,并将注册信息发送至网络数据平台。The server receives the registration information application request sent by the network data platform, the server obtains the user ID in the registration information application request, and the server queries the preset user information database (wherein, the preset user information database refers to the pre-stored registration information database in the server), The server obtains the registration information corresponding to the user ID in the preset information database, and sends the registration information to the network data platform.
步骤S40,所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端。Step S40: The network data platform registers according to the received registration information. When the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal.
网络数据平台接收服务器发送的注册信息,并根据注册信息进行注册,在网络数据平台确定注册完成时,获取访问请求对应的访问信息,具体地,步骤S40包括:The network data platform receives the registration information sent by the server, and performs registration according to the registration information. When the network data platform determines that the registration is completed, it obtains the access information corresponding to the access request. Specifically, step S40 includes:
步骤S41,所述网络数据平台接收所述服务器发送的所述注册信息,所述网络数据平台获取所述注册信息对应的属性;Step S41: The network data platform receives the registration information sent by the server, and the network data platform obtains attributes corresponding to the registration information;
网络数据平台接收服务器发送的注册信息,其中,服务器发送的注册信息是用户预先备份的,注册信息包括:用户标识(用户标识是指唯一识别用户的标识信息,例如,用户姓名或用户身份证号码)、用户出生年月、用户性别、用户学历、用户联系方式、用户邮箱号码和用户家庭成员信息等等。网络数据平台获取注册信息对应的属性,以根据属性进行注册信息的输入,具体地包括:The network data platform receives the registration information sent by the server. The registration information sent by the server is backed up by the user in advance. The registration information includes: user identification (user identification refers to identification information that uniquely identifies a user, such as user name or user ID number ), the user’s birth date, user gender, user education, user contact information, user email number and user family member information, etc. The network data platform obtains the attributes corresponding to the registration information to input the registration information according to the attributes, which specifically includes:
步骤S42,所述网络数据平台将各注册信息按属性输入到注册页面对应位置,并在所述网络数据平台上进行账户注册。Step S42, the network data platform inputs each registration information into the corresponding position of the registration page according to attributes, and performs account registration on the network data platform.
网络数据平台将各注册信息按属性输入到注册页面对应位置,在注册信息输入完成时,网络数据平台上基于输出的注册信息执行保存操作,并完成账户注册。The network data platform inputs each registration information into the corresponding position on the registration page according to attributes. When the registration information is input, the network data platform performs a save operation based on the output registration information and completes the account registration.
步骤S43,在所述网络数据平台上账户注册完成时,所述网络数据平台获取所述访问请求对应的页面标识。Step S43: When the account registration on the network data platform is completed, the network data platform obtains the page identifier corresponding to the access request.
在网络数据平台上账户注册完成时,网络数据平台获取访问请求对应的页面标识,以使网络数据平台根据页面标识查询网络信息库,获取页面标识对应的网页信息。When the account registration on the network data platform is completed, the network data platform obtains the page identifier corresponding to the access request, so that the network data platform queries the network information database according to the page identifier, and obtains web page information corresponding to the page identifier.
步骤S44,所述网络数据平台获取所述页面标识对应的网页信息,并将所述网页信息发送至所述终端。Step S44: The network data platform obtains web page information corresponding to the page identifier, and sends the web page information to the terminal.
网络数据平台获取页面标识对应的网页信息,网络数据平台将网页信息发送至终端,以供终端对应用户进行查看。The network data platform obtains the web page information corresponding to the page identifier, and the network data platform sends the web page information to the terminal for viewing by the corresponding user of the terminal.
在本实施例中终端发送访问请求至网络数据平台,网络数据平台确定该终端对应用户不是注册用户,且该访问请求需要注册用户才可以进行访问,此时,网络数据平台向服务器发送注册信息申请请求,服务器根据注册信息申请请求获取注册信息,并将注册信息发送至网络数据平台实现快速的注册,同时保证注册的安全性和准确性。In this embodiment, the terminal sends an access request to the network data platform. The network data platform determines that the user corresponding to the terminal is not a registered user, and the access request requires a registered user to access. At this time, the network data platform sends a registration information request to the server Request, the server obtains the registration information according to the registration information application request, and sends the registration information to the network data platform to realize rapid registration while ensuring the security and accuracy of the registration.
进一步地,在本申请第一实施例的基础上,提出了本申请网页注册方法的第二实施例。Further, on the basis of the first embodiment of this application, a second embodiment of the webpage registration method of this application is proposed.
本实施例是第一实施例中步骤S30的细化,本实施例中给出了服务器获取注册信息的不同实现方式。This embodiment is a refinement of step S30 in the first embodiment. In this embodiment, different implementation ways for the server to obtain registration information are given.
实现方式一服务器判断网络数据平台是否具有注册信息使用权限,在服务器确定网络数据平台具有注册信息使用权限时,服务器发送注册信息至网络数据平台,具体地,所述网页注册方法包括:Implementation mode 1: The server determines whether the network data platform has the right to use the registration information. When the server determines that the network data platform has the right to use the registration information, the server sends the registration information to the network data platform. Specifically, the web page registration method includes:
步骤S31,所述服务器接收所述注册信息申请请求,所述服务器获取所述注册信息申请请求对应的用户标识和平台标识;所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,和所述注册信息对应的使用权限。Step S31, the server receives the registration information application request, the server obtains the user ID and platform ID corresponding to the registration information application request; the server queries a preset user information database to obtain the registration corresponding to the user ID Information, and the usage rights corresponding to the registration information.
服务器接收网络数据平台发送的注册信息申请请求,服务器获取注册信息申请请求对应的用户标识(用户标识是指唯一识别用户的标识信息,例如,用户名称)和平台标识(平台标识是指唯一识别网络数据平台的标识信息,例如,网络数据平台的域名);服务器查询预设用户信息库,获取用户标识对应的注册信息,和注册信息对应的使用权限。The server receives the registration information application request sent by the network data platform, and the server obtains the user ID corresponding to the registration information request request (user ID refers to the identification information that uniquely identifies the user, such as the user name) and platform ID (platform ID refers to the unique identification of the network The identification information of the data platform, for example, the domain name of the network data platform); the server queries the preset user information database to obtain the registration information corresponding to the user identification and the usage authority corresponding to the registration information.
步骤S32,所述服务器获取所述平台标识对应的平台类型,并将所述平台类型与所述使用权限对应的使用信息进行比较,以判断所述网络数据平台是否具有注册信息的使用权限。Step S32: The server obtains the platform type corresponding to the platform identifier, and compares the platform type with the usage information corresponding to the usage authority to determine whether the network data platform has the usage authority of the registration information.
服务器获取平台标识对应的平台类型,服务器将平台类型与使用权限对应的使用信息进行比较,以判断网络数据平台是否具有注册信息的使用权限,例如,平台类型为行政服务类网络数据平台,使用权限对应的使用信息中包含行政服务类使用范围,则服务器判定网络数据平台具有注册信息的使用权限;再比如,平台类型为网络游戏类型,使用权限对应的使用信息中不包含网络游戏使用范围,则服务器判定网络数据平台不具有注册信息的使用权限。The server obtains the platform type corresponding to the platform identifier, and the server compares the platform type with the usage information corresponding to the usage rights to determine whether the network data platform has the usage rights for the registration information. For example, the platform type is an administrative service network data platform, and the usage rights are If the corresponding usage information includes the scope of use of administrative services, the server determines that the network data platform has the right to use the registration information; for example, if the platform type is an online game type, and the usage information corresponding to the usage right does not include the scope of use of the online game, then The server determines that the network data platform does not have the right to use the registration information.
在网络数据平台不具有注册信息的使用权限时,服务器发送提示信息至网络数据平台,网络数据平台将提示信息发送至终端,以提示终端对应的用户进行注册信息的手动输入。When the network data platform does not have the right to use the registration information, the server sends prompt information to the network data platform, and the network data platform sends the prompt information to the terminal to prompt the user corresponding to the terminal to manually input the registration information.
步骤S33,在所述网络数据平台具有注册信息的使用权限时,所述服务器将所述注册信息发送至所述网络数据平台。Step S33: When the network data platform has the right to use the registration information, the server sends the registration information to the network data platform.
在服务器判定网络数据平台具有注册信息的使用权限时,服务器将注册信息发送至网络数据平台,以供网络数据平台进行注册。在本实施例中服务器对网络数据平台进行验证,以防止不良网站获取注册信息,服务器在验证网络数据平台的合法性的同时,有效地保证了注册信息使用的安全性。When the server determines that the network data platform has the right to use the registration information, the server sends the registration information to the network data platform for the network data platform to register. In this embodiment, the server verifies the network data platform to prevent bad websites from obtaining registration information. While verifying the legality of the network data platform, the server effectively guarantees the security of the registration information.
实现方式二,服务器对注册信息进行加密,并将加密后的注册信息发送至网络数据平台,以保证注册信息在传输过程中的安全性,具体地:Implementation mode two, the server encrypts the registration information, and sends the encrypted registration information to the network data platform to ensure the security of the registration information during the transmission process, specifically:
步骤S34,所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识;Step S34: The server receives the registration information application request, and obtains the user ID and platform ID corresponding to the registration information application request;
服务器接收网络数据平台发送的注册信息申请请求,服务器获取注册信息申请请求对应的用户标识(用户标识是指唯一识别用户的标识信息,例如,用户名称)和平台标识(平台标识是指唯一识别网络数据平台的标识信息,例如,网络数据平台的域名)。The server receives the registration information application request sent by the network data platform, and the server obtains the user ID corresponding to the registration information request request (user ID refers to the identification information that uniquely identifies the user, such as the user name) and platform ID (platform ID refers to the unique identification of the network The identification information of the data platform, for example, the domain name of the network data platform).
步骤S35,所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,所述服务器查询预设算法映射表,获取所述平台标识对应的加密算法。Step S35: The server queries a preset user information database to obtain registration information corresponding to the user ID, and the server queries a preset algorithm mapping table to obtain an encryption algorithm corresponding to the platform ID.
服务器查询预设用户信息库,其中,预设用户信息库与第一实施例中的预设用户信息库相同本实施例不作具体赘述,服务器将用户标识与预设用户信息库中的各个用户标识进行比对,服务器获取用户标识对应的注册信息,然后,服务器查询预设算法映射表,获取平台标识对应的加密算法,以使服务器对注册信息进行加密处理。The server queries the preset user information database, where the preset user information database is the same as the preset user information database in the first embodiment. This embodiment will not go into details. The server compares the user ID with each user ID in the preset user information database. For comparison, the server obtains the registration information corresponding to the user ID, and then the server queries the preset algorithm mapping table to obtain the encryption algorithm corresponding to the platform ID, so that the server encrypts the registration information.
其中,预设算法映射表是指预先设置的平台标识与加密算法映射表,预设算法映射表中的加密算法包括:DES加密算法(DES加密算法是一种分组密码,以64位为分组对数据加密,它的密钥长度是56位,加密解密用同一算法)、AES加密算法(AES加密算法采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位)、RSA加密算法(RSA是能同时用于加密和数宇签名的算法)、Base64加密算法(Base64加密算法用于传输8bit字节代码的编码方式,Base64编码可用于在HTTP环境下传递较长的标识信息)和MD5加密算法(MD5加密算法用以提供消息的完整性保护)等。Among them, the preset algorithm mapping table refers to the preset platform identification and encryption algorithm mapping table. The encryption algorithm in the preset algorithm mapping table includes: DES encryption algorithm (DES encryption algorithm is a block cipher, with 64 bits as a block pair Data encryption, its key length is 56 bits, the same algorithm is used for encryption and decryption), AES encryption algorithm (AES encryption algorithm uses a symmetric block cipher system, the minimum support for key length is 128, 192, 256, and the packet length is 128 bits) , RSA encryption algorithm (RSA is an algorithm that can be used for encryption and digital signature at the same time), Base64 encryption algorithm (Base64 encryption algorithm is used to transmit 8bit byte code encoding, Base64 encoding can be used to transmit longer in the HTTP environment Identification information) and MD5 encryption algorithm (MD5 encryption algorithm is used to provide integrity protection of messages), etc.
步骤S36,所述服务器按所述加密算法对所述注册信息进行加密,并将加密后的所述注册信息发送至所述网络数据平台。Step S36: The server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform.
服务器按加密算法对注册信息进行加密,并将加密后的注册信息发送至网络数据平台,网络数据平台接收加密后的注册信息,并对注册信息进行解码并使用。本实施例中服务器预先与各个网络数据平台约定对应的加密算法,服务器并将注册信息进行加密处理后,再发送至网络数据平台,可以保证注册信息在传输过程中的安全性,即使在服务器将注册信息发送至网络数据平台的过程中,注册信息被拦截,也因为注册信息为加密信息,不可以被破解,保证了注册信息使用过程的安全行,有效地防止了用户隐私的泄漏。The server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform, and the network data platform receives the encrypted registration information, decodes the registration information and uses it. In this embodiment, the server pre-appoints the corresponding encryption algorithm with each network data platform, and the server encrypts the registration information before sending it to the network data platform, which can ensure the security of the registration information during transmission, even if the server will During the process of sending the registration information to the network data platform, the registration information is intercepted, and because the registration information is encrypted information, it cannot be cracked, which ensures the security of the registration information use process and effectively prevents the leakage of user privacy.
实现方式三,服务器按照平台标识选择对应的注册信息,以减少注册信息的传输量,例如,服务器中预设用户信息库的注册信息包括:用户姓名、用户身份证号码、用户出生年月、用户性别、用户学历、用户联系方式、用户邮箱号码和用户家庭成员信息等等,但是网络数据平台需要的注册信息为用户姓名、用户身份证号码、用户性别、用户学历、用户联系方式,服务器可以根据网络数据平台对应的平台标识选择注册信息,具体地,包括:Implementation mode three, the server selects the corresponding registration information according to the platform identification to reduce the amount of registration information transmission. For example, the registration information of the user information database preset in the server includes: user name, user ID number, user's birth date, user Gender, user education, user contact information, user mailbox number and user family member information, etc., but the registration information required by the network data platform is user name, user ID number, user gender, user education, user contact information, and the server can be based on The platform identification selection registration information corresponding to the network data platform specifically includes:
步骤S37,所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识。Step S37: The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request.
服务器接收网络数据平台发送的注册信息申请请求,服务器获取注册信息申请请求对应的用户标识(用户标识是指唯一识别用户的标识信息,例如,用户名称)和平台标识(平台标识是指唯一识别网络数据平台的标识信息,例如,网络数据平台的域名)。The server receives the registration information application request sent by the network data platform, and the server obtains the user ID corresponding to the registration information request request (user ID refers to the identification information that uniquely identifies the user, such as the user name) and platform ID (platform ID refers to the unique identification of the network The identification information of the data platform, for example, the domain name of the network data platform).
步骤S38,所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息集合,所述服务器查询预设类型表,获取所述平台标识对应的信息类型。Step S38: The server queries a preset user information database to obtain a set of registration information corresponding to the user ID, and the server queries a preset type table to obtain the information type corresponding to the platform ID.
服务器查询预设用户信息库,获取用户标识对应的注册信息集合,服务器查询预设类型表,获取所述平台标识对应的信息类型,以使服务器根据信息类型从注册信息集合中选择注册信息。The server queries the preset user information database to obtain the registration information collection corresponding to the user ID, the server queries the preset type table, and obtains the information type corresponding to the platform ID, so that the server selects registration information from the registration information collection according to the information type.
步骤S39,所述服务器按所述信息类型从所述注册信息集合中选取注册信息,并将所述注册信息发送至所述网络数据平台。Step S39: The server selects registration information from the registration information set according to the information type, and sends the registration information to the network data platform.
服务器按信息类型从注册信息集合中选取注册信息,并将注册信息发送至所述网络数据平台,以供网络数据平台进行注册信息的快速输入,在本实施例中服务器预先保存预设类型表,预设类型表中记录有各个网络数据平台需要的信息类型,例如,预设类型表中包含有:网络数据平台1对应信息类型为用户姓名和用户手机号码;网络数据平台2对应信息类型为用户姓名、用户手机号码、用户学历信息和用户家庭住址;服务器可以按照预设类型表确定需要的注册信息,并将注册信息发送至网络数据平台,以减小传输数据冗余,避免用户信息泄露。The server selects registration information from the registration information collection according to the information type, and sends the registration information to the network data platform for the network data platform to quickly input the registration information. In this embodiment, the server pre-stores a preset type table. The preset type table records the information types required by each network data platform. For example, the preset type table contains: the information type corresponding to the network data platform 1 is the user's name and mobile phone number; the information type corresponding to the network data platform 2 is the user Name, user phone number, user education information and user home address; the server can determine the required registration information according to the preset type table, and send the registration information to the network data platform to reduce transmission data redundancy and avoid user information leakage.
此外,参照图3,本申请实施例还提出一种网页注册系统,网页注册系统包括通信连接的服务器、网络数据平台和终端,所述网络注册系统用于:In addition, referring to Fig. 3, an embodiment of the present application also proposes a web page registration system. The web page registration system includes a server, a network data platform, and a terminal that are connected in communication.
在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件;When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information;
在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求;When the webpage registration conditions are met, the network data platform sends a registration information application request to the server;
所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台;The server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端。The network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal.
其中,网页注册系统实现的步骤可参照本申请网页注册方法的各个实施例,此处不再赘述。Among them, the steps implemented by the web page registration system can refer to the various embodiments of the web page registration method of this application, which will not be repeated here.
此外,本申请实施例还提出一种计算机存储介质。In addition, the embodiment of the present application also proposes a computer storage medium.
所述计算机存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行时实现上述实施例提供的网页注册方法中的操作。The computer storage medium stores computer readable instructions, and when the computer readable instructions are executed by a processor, the operations in the web page registration method provided in the foregoing embodiments are implemented.
以上仅为本申请的优选实施例,并非因此限制本申请的专利范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。The above are only preferred embodiments of this application, and do not limit the scope of this application. Any equivalent structure or equivalent process transformation made using the content of the description and drawings of this application, or directly or indirectly used in other related technical fields , The same reason is included in the scope of patent protection of this application.

Claims (20)

  1. 一种网页注册方法,其特征在于,所述网页注册方法应用于网页注册系统,所述网页注册系统包括通信连接的服务器、网络数据平台和终端,所述网页注册方法包括以下步骤: A web page registration method, characterized in that the web page registration method is applied to a web page registration system, the web page registration system includes a server, a network data platform, and a terminal connected in communication, and the web page registration method includes the following steps:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件;When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information;
    在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求;When the webpage registration conditions are met, the network data platform sends a registration information application request to the server;
    所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台;The server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
    所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端;The network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal;
    其中,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤之前,包括:Wherein, when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information Before, including:
    在服务器接收到终端发送的注册信息备份请求时,所述服务器获取所述注册信息备份请求对应的注册信息;When the server receives the registration information backup request sent by the terminal, the server obtains the registration information corresponding to the registration information backup request;
    所述服务器对所述注册信息进行验证,在所述注册信息验证通过时,所述服务器发送提示信息至所述终端,以使所述终端对应用户设置所述注册信息的使用权限;The server verifies the registration information, and when the registration information is verified, the server sends prompt information to the terminal, so that the terminal corresponds to the user to set the use authority of the registration information;
    所述服务器接收所述终端发送的所述注册信息的使用权限,获取所述使用权限对应的使用信息,并将所述使用信息与所述注册信息关联保存至预设用户信息库。The server receives the usage rights of the registration information sent by the terminal, obtains usage information corresponding to the usage rights, and associates the usage information with the registration information and saves them in a preset user information database.
  2. 如权利要求1所述的网页注册方法,其特征在于,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤,包括:The web page registration method of claim 1, wherein when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and The step of judging whether the webpage registration condition is met according to the access information includes:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的用户标识,并判断预设注册列表中是否包含所述用户标识对应的注册信息;When the network data platform receives the access request sent by the terminal, the network data platform obtains the user ID corresponding to the access request, and determines whether the preset registration list includes registration information corresponding to the user ID;
    在预设注册列表中不包含所述用户标识对应的注册信息时,所述网络数据平台判断所述访问请求是否具有权限标签;When the preset registration list does not include the registration information corresponding to the user ID, the network data platform determines whether the access request has a permission label;
    在所述访问请求具有权限标签时,所述网络数据平台判定符合网页注册条件。When the access request has a permission tag, the network data platform determines that the webpage registration condition is met.
  3. 如权利要求1所述的网页注册方法,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台的步骤,包括:The web page registration method of claim 1, wherein the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The steps of the network data platform include:
    所述服务器接收所述注册信息申请请求,所述服务器获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and the server obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,和所述注册信息对应的使用权限;The server queries a preset user information database, and obtains registration information corresponding to the user ID and usage rights corresponding to the registration information;
    所述服务器获取所述平台标识对应的平台类型,并将所述平台类型与所述使用权限对应的使用信息进行比较,以判断所述网络数据平台是否具有注册信息的使用权限;The server obtains the platform type corresponding to the platform identifier, and compares the platform type with the usage information corresponding to the usage authority to determine whether the network data platform has the usage authority of the registration information;
    在所述网络数据平台具有注册信息的使用权限时,所述服务器将所述注册信息发送至所述网络数据平台。When the network data platform has the right to use the registration information, the server sends the registration information to the network data platform.
  4. 如权利要求1所述的网页注册方法,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台的步骤,包括:The web page registration method of claim 1, wherein the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The steps of the network data platform include:
    所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,所述服务器查询预设算法映射表,获取所述平台标识对应的加密算法;The server queries a preset user information database to obtain registration information corresponding to the user ID, and the server queries a preset algorithm mapping table to obtain an encryption algorithm corresponding to the platform ID;
    所述服务器按所述加密算法对所述注册信息进行加密,并将加密后的所述注册信息发送至所述网络数据平台。The server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform.
  5. 如权利要求1所述的网页注册方法,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台,包括:The web page registration method of claim 1, wherein the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The network data platform includes:
    所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息集合,所述服务器查询预设类型表,获取所述平台标识对应的信息类型;The server queries a preset user information database to obtain a set of registration information corresponding to the user ID, and the server queries a preset type table to obtain the information type corresponding to the platform ID;
    所述服务器按所述信息类型从所述注册信息集合中选取注册信息,并将所述注册信息发送至所述网络数据平台。The server selects registration information from the registration information set according to the information type, and sends the registration information to the network data platform.
  6. 如权利要求1所述的网页注册方法,其特征在于,所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端的步骤,包括:The web page registration method according to claim 1, wherein the network data platform performs registration according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, And the step of sending the web page information to the terminal includes:
    所述网络数据平台接收所述服务器发送的所述注册信息,所述网络数据平台获取所述注册信息对应的属性;The network data platform receives the registration information sent by the server, and the network data platform obtains the attribute corresponding to the registration information;
    所述网络数据平台将各注册信息按属性输入到注册页面对应位置,并在所述网络数据平台上进行账户注册;The network data platform inputs each registration information into the corresponding position of the registration page according to attributes, and performs account registration on the network data platform;
    在所述网络数据平台上账户注册完成时,所述网络数据平台获取所述访问请求对应的页面标识;When account registration on the network data platform is completed, the network data platform obtains the page identifier corresponding to the access request;
    所述网络数据平台获取所述页面标识对应的网页信息,并将所述网页信息发送至所述终端。The network data platform obtains the web page information corresponding to the page identifier, and sends the web page information to the terminal.
  7. 一种网页注册系统,其特征在于,所述网页注册系统包括通信连接的服务器、网络数据平台和终端,所述网络注册系统用于:A web page registration system, characterized in that, the web page registration system includes a server, a network data platform and a terminal connected in communication, and the network registration system is used for:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件;When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information;
    在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求;When the webpage registration conditions are met, the network data platform sends a registration information application request to the server;
    所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台;The server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
    所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端;The network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal;
    其中,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤之前,包括:Wherein, when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information Before, including:
    在服务器接收到终端发送的注册信息备份请求时,所述服务器获取所述注册信息备份请求对应的注册信息;When the server receives the registration information backup request sent by the terminal, the server obtains the registration information corresponding to the registration information backup request;
    所述服务器对所述注册信息进行验证,在所述注册信息验证通过时,所述服务器发送提示信息至所述终端,以使所述终端对应用户设置所述注册信息的使用权限;The server verifies the registration information, and when the registration information is verified, the server sends prompt information to the terminal, so that the terminal corresponds to the user to set the use authority of the registration information;
    所述服务器接收所述终端发送的所述注册信息的使用权限,获取所述使用权限对应的使用信息,并将所述使用信息与所述注册信息关联保存至预设用户信息库。The server receives the usage rights of the registration information sent by the terminal, obtains usage information corresponding to the usage rights, and associates the usage information with the registration information and saves them in a preset user information database.
  8. 如权利要求7所述的网页注册系统,其特征在于,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤,包括:The webpage registration system according to claim 7, wherein when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and The step of judging whether the webpage registration condition is met according to the access information includes:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的用户标识,并判断预设注册列表中是否包含所述用户标识对应的注册信息;When the network data platform receives the access request sent by the terminal, the network data platform obtains the user ID corresponding to the access request, and determines whether the preset registration list includes registration information corresponding to the user ID;
    在预设注册列表中不包含所述用户标识对应的注册信息时,所述网络数据平台判断所述访问请求是否具有权限标签;When the preset registration list does not include the registration information corresponding to the user ID, the network data platform determines whether the access request has a permission label;
    在所述访问请求具有权限标签时,所述网络数据平台判定符合网页注册条件。When the access request has a permission tag, the network data platform determines that the webpage registration condition is met.
  9. 如权利要求7所述的网页注册系统,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台的步骤,包括:The web page registration system according to claim 7, wherein the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The steps of the network data platform include:
    所述服务器接收所述注册信息申请请求,所述服务器获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and the server obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,和所述注册信息对应的使用权限;The server queries a preset user information database, and obtains registration information corresponding to the user ID and usage rights corresponding to the registration information;
    所述服务器获取所述平台标识对应的平台类型,并将所述平台类型与所述使用权限对应的使用信息进行比较,以判断所述网络数据平台是否具有注册信息的使用权限;The server obtains the platform type corresponding to the platform identifier, and compares the platform type with the usage information corresponding to the usage authority to determine whether the network data platform has the usage authority of the registration information;
    在所述网络数据平台具有注册信息的使用权限时,所述服务器将所述注册信息发送至所述网络数据平台。When the network data platform has the right to use the registration information, the server sends the registration information to the network data platform.
  10. 如权利要求7所述的网页注册系统,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台的步骤,包括:The web page registration system according to claim 7, wherein the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The steps of the network data platform include:
    所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,所述服务器查询预设算法映射表,获取所述平台标识对应的加密算法;The server queries a preset user information database to obtain registration information corresponding to the user ID, and the server queries a preset algorithm mapping table to obtain an encryption algorithm corresponding to the platform ID;
    所述服务器按所述加密算法对所述注册信息进行加密,并将加密后的所述注册信息发送至所述网络数据平台。The server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform.
  11. 如权利要求7所述的网页注册系统,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台,包括:The web page registration system according to claim 7, wherein the server receives the registration information application request, and the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The network data platform includes:
    所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息集合,所述服务器查询预设类型表,获取所述平台标识对应的信息类型;The server queries a preset user information database to obtain a set of registration information corresponding to the user ID, and the server queries a preset type table to obtain the information type corresponding to the platform ID;
    所述服务器按所述信息类型从所述注册信息集合中选取注册信息,并将所述注册信息发送至所述网络数据平台。The server selects registration information from the registration information set according to the information type, and sends the registration information to the network data platform.
  12. 如权利要求7所述的网页注册系统,其特征在于,所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端的步骤,包括:7. The web page registration system of claim 7, wherein the network data platform performs registration according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, And the step of sending the web page information to the terminal includes:
    所述网络数据平台接收所述服务器发送的所述注册信息,所述网络数据平台获取所述注册信息对应的属性;The network data platform receives the registration information sent by the server, and the network data platform obtains the attribute corresponding to the registration information;
    所述网络数据平台将各注册信息按属性输入到注册页面对应位置,并在所述网络数据平台上进行账户注册;The network data platform inputs each registration information into the corresponding position of the registration page according to attributes, and performs account registration on the network data platform;
    在所述网络数据平台上账户注册完成时,所述网络数据平台获取所述访问请求对应的页面标识;When account registration on the network data platform is completed, the network data platform obtains the page identifier corresponding to the access request;
    所述网络数据平台获取所述页面标识对应的网页信息,并将所述网页信息发送至所述终端。The network data platform obtains the web page information corresponding to the page identifier, and sends the web page information to the terminal.
  13. 一种网页注册设备,其特征在于,所述网页注册设备是指服务器、网络数据平台和终端中的任意一个或多个;所述网页注册设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机可读指令, 所述计算机可读指令被所述处理器执行时实现以下步骤:A web page registration device, characterized in that, the web page registration device refers to any one or more of a server, a network data platform, and a terminal; the web page registration device includes: a memory, a processor, and storage on the memory And computer-readable instructions that can run on the processor, When the computer-readable instructions are executed by the processor, the following steps are implemented:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件;When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information;
    在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求;When the webpage registration conditions are met, the network data platform sends a registration information application request to the server;
    所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台;The server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
    所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端;The network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal;
    其中,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤之前,包括:Wherein, when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information Before, including:
    在服务器接收到终端发送的注册信息备份请求时,所述服务器获取所述注册信息备份请求对应的注册信息;When the server receives the registration information backup request sent by the terminal, the server obtains the registration information corresponding to the registration information backup request;
    所述服务器对所述注册信息进行验证,在所述注册信息验证通过时,所述服务器发送提示信息至所述终端,以使所述终端对应用户设置所述注册信息的使用权限;The server verifies the registration information, and when the registration information is verified, the server sends prompt information to the terminal, so that the terminal corresponds to the user to set the use authority of the registration information;
    所述服务器接收所述终端发送的所述注册信息的使用权限,获取所述使用权限对应的使用信息,并将所述使用信息与所述注册信息关联保存至预设用户信息库。The server receives the usage rights of the registration information sent by the terminal, obtains usage information corresponding to the usage rights, and associates the usage information with the registration information and saves them in a preset user information database.
  14. 如权利要求13所述的网页注册设备,其特征在于,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤,包括:The webpage registration device according to claim 13, wherein when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and The step of judging whether the webpage registration condition is met according to the access information includes:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的用户标识,并判断预设注册列表中是否包含所述用户标识对应的注册信息;When the network data platform receives the access request sent by the terminal, the network data platform obtains the user ID corresponding to the access request, and determines whether the preset registration list includes registration information corresponding to the user ID;
    在预设注册列表中不包含所述用户标识对应的注册信息时,所述网络数据平台判断所述访问请求是否具有权限标签;When the preset registration list does not include the registration information corresponding to the user ID, the network data platform determines whether the access request has a permission label;
    在所述访问请求具有权限标签时,所述网络数据平台判定符合网页注册条件。When the access request has a permission tag, the network data platform determines that the webpage registration condition is met.
  15. 如权利要求13所述的网页注册设备,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台的步骤,包括:The web page registration device according to claim 13, wherein the server receives the registration information application request, and the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The steps of the network data platform include:
    所述服务器接收所述注册信息申请请求,所述服务器获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and the server obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,和所述注册信息对应的使用权限;The server queries a preset user information database, and obtains registration information corresponding to the user ID and usage rights corresponding to the registration information;
    所述服务器获取所述平台标识对应的平台类型,并将所述平台类型与所述使用权限对应的使用信息进行比较,以判断所述网络数据平台是否具有注册信息的使用权限;The server obtains the platform type corresponding to the platform identifier, and compares the platform type with the usage information corresponding to the usage authority to determine whether the network data platform has the usage authority of the registration information;
    在所述网络数据平台具有注册信息的使用权限时,所述服务器将所述注册信息发送至所述网络数据平台。When the network data platform has the right to use the registration information, the server sends the registration information to the network data platform.
  16. 如权利要求13所述的网页注册设备,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台的步骤,包括:The web page registration device according to claim 13, wherein the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The steps of the network data platform include:
    所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息,所述服务器查询预设算法映射表,获取所述平台标识对应的加密算法;The server queries a preset user information database to obtain registration information corresponding to the user ID, and the server queries a preset algorithm mapping table to obtain an encryption algorithm corresponding to the platform ID;
    所述服务器按所述加密算法对所述注册信息进行加密,并将加密后的所述注册信息发送至所述网络数据平台。The server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform.
  17. 如权利要求13所述的网页注册设备,其特征在于,所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台,包括:The web page registration device according to claim 13, wherein the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to The network data platform includes:
    所述服务器接收所述注册信息申请请求,并获取所述注册信息申请请求对应的用户标识和平台标识;The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request;
    所述服务器查询预设用户信息库,获取所述用户标识对应的注册信息集合,所述服务器查询预设类型表,获取所述平台标识对应的信息类型;The server queries a preset user information database to obtain a set of registration information corresponding to the user ID, and the server queries a preset type table to obtain the information type corresponding to the platform ID;
    所述服务器按所述信息类型从所述注册信息集合中选取注册信息,并将所述注册信息发送至所述网络数据平台。The server selects registration information from the registration information set according to the information type, and sends the registration information to the network data platform.
  18. 如权利要求13所述的网页注册设备,其特征在于,所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端的步骤,包括:The web page registration device according to claim 13, wherein the network data platform performs registration according to the received registration information, and when registration is completed, the network data platform obtains the web page information corresponding to the access request, And the step of sending the web page information to the terminal includes:
    所述网络数据平台接收所述服务器发送的所述注册信息,所述网络数据平台获取所述注册信息对应的属性;The network data platform receives the registration information sent by the server, and the network data platform obtains the attribute corresponding to the registration information;
    所述网络数据平台将各注册信息按属性输入到注册页面对应位置,并在所述网络数据平台上进行账户注册;The network data platform inputs each registration information into the corresponding position of the registration page according to attributes, and performs account registration on the network data platform;
    在所述网络数据平台上账户注册完成时,所述网络数据平台获取所述访问请求对应的页面标识;When account registration on the network data platform is completed, the network data platform obtains the page identifier corresponding to the access request;
    所述网络数据平台获取所述页面标识对应的网页信息,并将所述网页信息发送至所述终端。The network data platform obtains the web page information corresponding to the page identifier, and sends the web page information to the terminal.
  19. 一种计算机存储介质,其特征在于,所述计算机存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行时实现以下的步骤:A computer storage medium, characterized in that computer readable instructions are stored on the computer storage medium, and when the computer readable instructions are executed by a processor, the following steps are implemented:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件;When the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information;
    在符合网页注册条件时,所述网络数据平台向所述服务器发送注册信息申请请求;When the webpage registration conditions are met, the network data platform sends a registration information application request to the server;
    所述服务器接收所述注册信息申请请求,所述服务器根据所述注册信息申请请求获取对应的注册信息,并将所述注册信息发送至所述网络数据平台;The server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
    所述网络数据平台按接收的所述注册信息进行注册,在注册完成时,所述网络数据平台获取所述访问请求对应的网页信息,并将所述网页信息发送至所述终端;The network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal;
    其中,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤之前,包括:Wherein, when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and determines whether the webpage registration condition is met according to the access information Before, including:
    在服务器接收到终端发送的注册信息备份请求时,所述服务器获取所述注册信息备份请求对应的注册信息;When the server receives the registration information backup request sent by the terminal, the server obtains the registration information corresponding to the registration information backup request;
    所述服务器对所述注册信息进行验证,在所述注册信息验证通过时,所述服务器发送提示信息至所述终端,以使所述终端对应用户设置所述注册信息的使用权限;The server verifies the registration information, and when the registration information is verified, the server sends prompt information to the terminal, so that the terminal corresponds to the user to set the use authority of the registration information;
    所述服务器接收所述终端发送的所述注册信息的使用权限,获取所述使用权限对应的使用信息,并将所述使用信息与所述注册信息关联保存至预设用户信息库。The server receives the usage rights of the registration information sent by the terminal, obtains usage information corresponding to the usage rights, and associates the usage information with the registration information and saves them in a preset user information database.
  20. 如权利要求19所述的计算机存储介质,其特征在于,所述在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的访问信息,并根据所述访问信息判断是否符合网页注册条件的步骤,包括:The computer storage medium of claim 19, wherein when the network data platform receives the access request sent by the terminal, the network data platform obtains the access information corresponding to the access request, and The step of judging whether the webpage registration condition is met according to the access information includes:
    在所述网络数据平台接收到所述终端发送的访问请求时,所述网络数据平台获取所述访问请求对应的用户标识,并判断预设注册列表中是否包含所述用户标识对应的注册信息;When the network data platform receives the access request sent by the terminal, the network data platform obtains the user ID corresponding to the access request, and determines whether the preset registration list includes registration information corresponding to the user ID;
    在预设注册列表中不包含所述用户标识对应的注册信息时,所述网络数据平台判断所述访问请求是否具有权限标签;When the preset registration list does not include the registration information corresponding to the user ID, the network data platform determines whether the access request has a permission label;
    在所述访问请求具有权限标签时,所述网络数据平台判定符合网页注册条件。 When the access request has a permission tag, the network data platform determines that the webpage registration condition is met.
PCT/CN2019/121708 2019-06-19 2019-11-28 Webpage registration method, system and device, and computer storage medium WO2020253120A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910539769.3A CN110377856A (en) 2019-06-19 2019-06-19 Netpage registration method, system, equipment and computer storage medium
CN201910539769.3 2019-06-19

Publications (1)

Publication Number Publication Date
WO2020253120A1 true WO2020253120A1 (en) 2020-12-24

Family

ID=68250453

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/121708 WO2020253120A1 (en) 2019-06-19 2019-11-28 Webpage registration method, system and device, and computer storage medium

Country Status (2)

Country Link
CN (1) CN110377856A (en)
WO (1) WO2020253120A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377856A (en) * 2019-06-19 2019-10-25 深圳壹账通智能科技有限公司 Netpage registration method, system, equipment and computer storage medium
CN111291336B (en) * 2020-01-21 2024-07-26 腾讯科技(深圳)有限公司 Game registration method and device in game platform
CN111666585B (en) * 2020-04-16 2023-08-18 北京百度网讯科技有限公司 Method and device for accessing sub-application, electronic equipment and readable storage medium
CN111756805B (en) * 2020-05-27 2024-05-24 西安万像电子科技有限公司 Method, device, terminal equipment and storage medium for accessing server
CN113014592B (en) * 2021-03-11 2023-11-21 中国建设银行股份有限公司 Automatic registration system and method for Internet of things equipment
WO2022246753A1 (en) * 2021-05-27 2022-12-01 京东方科技集团股份有限公司 Device registration method and apparatus, electronic device, and storage medium
CN114978694B (en) * 2022-05-23 2024-07-23 深圳云创数安科技有限公司 Data volume generation method, device, equipment and storage medium based on digital signature

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794634A (en) * 2005-09-02 2006-06-28 华为技术有限公司 Business appearing system and method of issuring and obtaining appeared information
EP1806902A1 (en) * 2006-01-10 2007-07-11 Alcatel Lucent Method and login server for providing a user with a centralised login procedure
CN101262377A (en) * 2008-04-25 2008-09-10 北京工业大学 Integration management architecture for user identity information and its method
CN102104603A (en) * 2011-02-22 2011-06-22 中兴通讯股份有限公司 Method, system and device for registering mobile terminal in WEB server
CN102299936A (en) * 2010-06-25 2011-12-28 腾讯科技(深圳)有限公司 Method and device for accessing application websites
CN103051696A (en) * 2012-12-14 2013-04-17 无锡华御信息技术有限公司 Cloud computation-based user registration service method and cloud computation-based user registration service system
CN104618388A (en) * 2015-02-15 2015-05-13 北京联云格科技有限公司 Quick registration and login method and corresponding reset server and information server
CN110377856A (en) * 2019-06-19 2019-10-25 深圳壹账通智能科技有限公司 Netpage registration method, system, equipment and computer storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794634A (en) * 2005-09-02 2006-06-28 华为技术有限公司 Business appearing system and method of issuring and obtaining appeared information
EP1806902A1 (en) * 2006-01-10 2007-07-11 Alcatel Lucent Method and login server for providing a user with a centralised login procedure
CN101262377A (en) * 2008-04-25 2008-09-10 北京工业大学 Integration management architecture for user identity information and its method
CN102299936A (en) * 2010-06-25 2011-12-28 腾讯科技(深圳)有限公司 Method and device for accessing application websites
CN102104603A (en) * 2011-02-22 2011-06-22 中兴通讯股份有限公司 Method, system and device for registering mobile terminal in WEB server
CN103051696A (en) * 2012-12-14 2013-04-17 无锡华御信息技术有限公司 Cloud computation-based user registration service method and cloud computation-based user registration service system
CN104618388A (en) * 2015-02-15 2015-05-13 北京联云格科技有限公司 Quick registration and login method and corresponding reset server and information server
CN110377856A (en) * 2019-06-19 2019-10-25 深圳壹账通智能科技有限公司 Netpage registration method, system, equipment and computer storage medium

Also Published As

Publication number Publication date
CN110377856A (en) 2019-10-25

Similar Documents

Publication Publication Date Title
WO2020253120A1 (en) Webpage registration method, system and device, and computer storage medium
WO2020147383A1 (en) Process examination and approval method, device and system employing blockchain system, and non-volatile storage medium
WO2020224246A1 (en) Block chain-based data management method and apparatus, device and storage medium
WO2019132272A1 (en) Id as blockchain based service
WO2016137304A1 (en) Trust-zone-based end-to-end security
WO2013025085A2 (en) Apparatus and method for supporting family cloud in cloud computing system
WO2016169410A1 (en) Login method and device, server and login system
WO2016129929A1 (en) Security authentication system for online website member login and method thereof
WO2021003975A1 (en) Gateway interface test method, terminal device, storage medium and apparatus
WO2019024126A1 (en) Blockchain-based knowledge management method, and terminal and server
WO2019174090A1 (en) Screenshot file sharing control method, apparatus and device, and computer storage medium
WO2015147547A1 (en) Method and apparatus for supporting login through user terminal
WO2021092973A1 (en) Sensitive information processing method and device, and readable storage medium
WO2014112754A1 (en) Web service push method and web service push server and web service providing server performing same
WO2020141660A1 (en) Electronic apparatus managing data based on block chain and method for managing data
WO2020224250A1 (en) Method, apparatus, and device for smart contract triggering, and storage medium
WO2013191325A1 (en) Method for authenticating trusted platform-based open id, and apparatus and system therefor
WO2014008858A1 (en) Method for implementing cross-domain jump, browser, and domain name server
WO2017122980A1 (en) Electronic device and method for authenticating identification information thereof
WO2014063455A1 (en) Instant messaging method and system
WO2018233352A1 (en) Data transmission method, device, terminal and computer-readable storage medium
WO2021072881A1 (en) Object storage-based request processing method, apparatus and device, and storage medium
WO2021027134A1 (en) Data storage method, apparatus and device and computer storage medium
WO2019109957A1 (en) Esb-based service providing method, apparatus and device, and readable storage medium
WO2020042464A1 (en) Data interaction method, apparatus and device, and readable storage medium

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19933754

Country of ref document: EP

Kind code of ref document: A1

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 29/03/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19933754

Country of ref document: EP

Kind code of ref document: A1