CN107729345B - Website data processing method and device, website data processing platform and storage medium - Google Patents

Website data processing method and device, website data processing platform and storage medium Download PDF

Info

Publication number
CN107729345B
CN107729345B CN201710626316.5A CN201710626316A CN107729345B CN 107729345 B CN107729345 B CN 107729345B CN 201710626316 A CN201710626316 A CN 201710626316A CN 107729345 B CN107729345 B CN 107729345B
Authority
CN
China
Prior art keywords
website
field
current
converted
target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710626316.5A
Other languages
Chinese (zh)
Other versions
CN107729345A (en
Inventor
王号兵
陈松夏
熊晓龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
OneConnect Smart Technology Co Ltd
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
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 OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN201710626316.5A priority Critical patent/CN107729345B/en
Publication of CN107729345A publication Critical patent/CN107729345A/en
Priority to PCT/CN2018/078324 priority patent/WO2019019650A1/en
Application granted granted Critical
Publication of CN107729345B publication Critical patent/CN107729345B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Landscapes

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

Abstract

The invention relates to a website data processing method, a device, a website data processing platform and a storage medium, wherein the method comprises the steps of receiving data of a current website, a website identification of the current website and a website identification of a target website; selecting a field to be converted from data of a current website; selecting conversion logic corresponding to the website identification of the current website from the conversion logic library; selecting conversion logic corresponding to the website identification of the target website; when the conversion logic corresponding to the field to be converted is not selected, splitting the field to be converted; selecting conversion logic corresponding to the split field as conversion logic of the field to be converted, and converting the field to be converted; the website data processing method, the website data processing device, the website data processing platform and the storage medium do not need to rewrite the whole code according to the change of the fields to be converted of different websites, thereby reducing the development amount and enhancing the applicability.

Description

Website data processing method and device, website data processing platform and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for processing website data, a website data processing platform, and a storage medium.
Background
With the continuous development and promotion of the internet, some websites need to interact with other websites, each type of data on the websites has a corresponding field in a database, different websites are provided with corresponding field formats and types, and when a certain website receives data transmitted by other websites and contained in the field, the field format and type required by the website need to be converted into the field format and type required by the website before the data is stored in the database or displayed on the website.
Conventionally, when some websites process fields, specific conversion logic is provided for different websites when the fields are converted, and if some webpages change corresponding fields for storing webpage data and the conversion logic of the fields cannot be directly obtained, then a whole set of processes such as development of codes and testing, operation and maintenance are required for the different websites and the changes of the corresponding fields for storing the webpage data on the different websites, which results in a large development amount and poor applicability.
Disclosure of Invention
Therefore, it is necessary to provide a website data processing method, a website data processing device, a website data processing platform, and a storage medium, for the problems of a large code development amount and poor applicability when converting fields to be converted in website data when processing website data of different websites.
A method of website data processing, the method comprising:
receiving data of a current website, a website identification of the current website and a website identification of a target website;
selecting a field to be converted from the data of the current website;
selecting conversion logic corresponding to the website identification of the current website from a conversion logic library;
selecting conversion logic corresponding to the website identification of the target website from the conversion logic corresponding to the website identification of the current website;
when the conversion logic corresponding to the field to be converted is not selected from the conversion logic corresponding to the website identification of the target website, splitting the field to be converted to obtain a split field;
selecting conversion logic corresponding to the split field from conversion logic corresponding to the website identification of the target website, taking the conversion logic as conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website;
and sending the website data after the field conversion to a target website corresponding to the website identification of the target website.
In one embodiment, the method further comprises:
when at least two conversion logics corresponding to the split fields to be converted are selected from the conversion logics corresponding to the website identification of the target website, receiving a selection instruction of the conversion logics of the fields to be converted;
selecting one conversion logic corresponding to the split field to be converted from the at least two conversion logics as the conversion logic corresponding to the field to be converted according to the selection instruction;
and adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
In one embodiment, the current website address corresponding to the identifier of the current website is an external network address;
the step of receiving the data of the current website, the website identification of the current website and the website identification of the target website comprises the following steps:
receiving website data of a current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network;
and acquiring decryption logic corresponding to the website identification of the current website according to the website identification of the current website.
In one embodiment, the step of sending the web page data after converting the field to the target website corresponding to the website identifier of the target website includes:
acquiring encryption logic corresponding to the website identification of the target website according to the target website identification;
encrypting the current website data after the field conversion according to the encryption logic;
and forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network.
In one embodiment, the method further comprises:
acquiring a communication mode of the target website according to the target website identification;
acquiring a communication protocol of the target website from the communication configuration library according to the communication mode of the target website;
the step of forwarding the encrypted current website data to the target website corresponding to the target website identifier through the public network includes:
and sending the current website data after the field conversion to a target website corresponding to the target website identification through a public network according to a communication protocol of the target website.
A website data processing apparatus, the apparatus comprising:
the receiving module is used for receiving data of a current website, a website identification of the current website and a website identification of a target website;
a field to be converted selecting module, configured to select a field to be converted from the data of the current website;
the first selection module is used for selecting conversion logic corresponding to the website identification of the current website from a conversion logic library;
the second selection module is used for selecting conversion logic corresponding to the website identification of the target website from the conversion logic corresponding to the website identification of the current website;
the splitting module is used for splitting the field to be converted to obtain a split field when the conversion logic corresponding to the field to be converted is not selected from the conversion logic corresponding to the website identification of the target website;
the conversion module is used for selecting the conversion logic corresponding to the split field from the conversion logic corresponding to the website identification of the target website, taking the conversion logic as the conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website;
and the sending module is used for sending the website data after the field conversion to a target website corresponding to the website identification of the target website.
In one embodiment, the apparatus further comprises:
a selection instruction receiving module, configured to receive a selection instruction of a conversion logic of the field to be converted when at least two conversion logics corresponding to the split field to be converted are selected from conversion logics corresponding to the website identifier of the target website;
a conversion logic selecting module, configured to select, according to the selection instruction, one conversion logic corresponding to the split field to be converted from among the at least two conversion logics as a conversion logic corresponding to the field to be converted;
and the adding module is used for adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
In one embodiment, the receiving module further includes:
the receiving unit is used for receiving the website data of the current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network;
and the acquisition unit is used for acquiring the decryption logic corresponding to the website identification of the current website according to the website identification of the current website.
A website data processing platform comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the method when executing the program.
A storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the above-mentioned method.
According to the website data processing method, the website data processing device, the website data processing platform and the storage medium, conversion logics of different fields are stored in the conversion logic library, when website data and fields to be converted contained in the website data are obtained from a certain website, only the logics of the conversion fields are directly obtained according to the current website identification and the website identification of a target website, so that the fields are converted, if the fields to be converted contained in the website data of the current website are changed and correct conversion logics cannot be directly obtained, the fields to be converted are split, so that correct conversion logics are obtained according to the split fields, and the whole codes do not need to be rewritten according to the changes of the fields to be converted of different websites, so that the development amount is reduced, and the applicability is enhanced.
Drawings
FIG. 1 is a diagram illustrating an exemplary scenario of a website data processing method;
FIG. 2 is a flow diagram of a method for processing website data in an embodiment;
FIG. 3 is a flow diagram of the steps in adding translation logic in one embodiment;
FIG. 4 is an interface diagram of selection transformation logic in one embodiment;
FIG. 5 is a flowchart of step S202 in the embodiment of FIG. 2;
FIG. 6 is a flowchart of step S214 in the embodiment of FIG. 2;
FIG. 7 is a flow chart of the association steps in one implementation;
FIG. 8 is a block diagram of an embodiment of a web site data processing apparatus;
FIG. 9 is a block diagram of an embodiment of a web site data processing platform.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Before describing in detail embodiments that are in accordance with the present invention, it should be observed that the embodiments reside primarily in combinations of steps and apparatus components related to web site data processing methods, apparatus, web site data processing platforms and storage media. Accordingly, the apparatus components and method steps have been represented where appropriate by conventional symbols in the drawings, showing only those details that are pertinent to understanding the embodiments of the present invention so as not to obscure the disclosure with details that will be readily apparent to those of ordinary skill in the art having the benefit of the description herein.
In this document, relational terms such as left and right, top and bottom, front and back, first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
Referring to fig. 1, fig. 1 is an application scenario diagram of a website data processing method in an embodiment, where the application scenario diagram includes a website data processing platform, a website server of a current website, and a user terminal, where the user terminal may be a laptop, a desktop, a mobile phone, or a tablet computer, and a user may open a target website on the user terminal, and when the current website data needs to be displayed on the target website, first, the website data processing platform acquires website data from the server of the current website, then converts a field included in the website data of the current website into a field included in the website data that can be displayed by the target website, and finally, sends the website data of the current website after the field is converted to the target website for display. The website data processing platform can receive website data of the current website from a website server of the current website, decrypt the website data of the current website, convert a field to be converted contained in the website data of the current website according to conversion logic, encrypt the website data of the current website after the field is converted, send the encrypted website data to a target website, and display the target website to a user.
Referring to fig. 2, in an embodiment, a flowchart of a website data processing method is provided, and the method is applied to the website data processing platform in fig. 1 in this embodiment, for example, a website data processing program is run on the platform, and website data processing is implemented by the website data processing program. The method comprises the following steps:
s202: and receiving data of the current website, the website identification of the current website and the website identification of the target website.
Specifically, the data of the current website refers to content and the like which are stored in a current website server and can be displayed on the current website, and the data of the current website can be character data, picture data, digital data and the like, for example, the credit card billing data of a user of the current website is stored in the website server of the current website, and then the credit card billing data can be displayed to the user on the current website, and the credit card billing data is the data of the current website; the website identifier is an identifier that can distinguish the website from other websites, and may be a URL (Uniform resource Locator) address of the website, or a name of the website, etc.; the target website refers to a website for realizing data interaction with the current website. And the website data processing platform receives the data of the current website and receives the website identification of the current website and the website identification of the target website.
S204: and selecting a field to be converted from the data of the current website.
Specifically, the field may contain the same type of information in the current website data, the field is stored in the current website data, and the field may indicate the common attribute of the same type of information contained in the field, for example, the field may be "billing account", and the information contained in the "billing account" field is a different account name, such as "user 1", "user 2", and "user 3", for example. When the field and the data containing the field are interacted with a target website, the field needs to be stored according to the corresponding field name, type or format of the target website, a field to be converted is selected from the data of the current website, for example, the data of the current website contains a 'bill account' field, the field name of the field stored on the target webpage is a 'user name', and the 'bill account' field is selected from the data of the current website.
S206: and selecting conversion logic corresponding to the website identification of the current website from the conversion logic library.
Specifically, the conversion logic library is a database in which corresponding conversion logic is stored, the conversion logic refers to conversion logic corresponding to each website, the fields can be converted according to the conversion logic, and the conversion logic is uniformly stored in the conversion logic library. Each different website has corresponding conversion logic of the website, and the conversion logic corresponding to the website identification of the current website can be selected from the conversion logic library. Alternatively, the website data processing platform may select, from the conversion logic, the conversion logic corresponding to the current website according to the URL address of the current website, for example, the current website is "recruiter credit card service" of a website related to "recruiter bank", and select, from the conversion logic library, the conversion logic corresponding to the "recruiter credit card service" website according to the URL address of the "recruiter credit card service".
S208: and selecting the conversion logic corresponding to the website identification of the target website from the conversion logics corresponding to the website identification of the current website.
Specifically, conversion logics corresponding to different target websites capable of performing data interaction with the current website are stored in the conversion logic corresponding to the current website, and the website data processing platform selects the conversion logic corresponding to the website identification of the target website performing data interaction with the current webpage from the conversion logics corresponding to the current website. For example, the target website is the related website of 'safe bank' for 'credit card management', the current website is the related website of 'inviting bank' for 'inviting merchant credit card service', and the conversion logic corresponding to 'credit card management' is selected from the conversion logic corresponding to 'inviting merchant credit card service' according to the website URL of 'credit card management'.
S210: and when the conversion logic corresponding to the field to be converted is not selected from the conversion logics corresponding to the website identification of the target website, splitting the field to be converted to obtain the split field.
Specifically, conversion logic capable of converting a field to be converted of the current website into a field required by the target website is stored in the conversion logic corresponding to the website identifier of the target website, and when the conversion logic corresponding to the field to be converted is not selected from the conversion logic corresponding to the website identifier of the target website, the field to be converted is split, so that the split field is obtained. For example, a credit card bill of a user in a website "credit card service" related to "affiliated bank" needs to be displayed on a website "credit card management" related to "affiliated bank", website data of a current website "affiliated credit card service" is bill data, a field "bill account" exists in the bill data, when the bill data is displayed in the website "affiliated bank" related to "credit card management" of a target website, the corresponding field "bill account" needs to be displayed as a "user name", a field to be converted is a "bill account", and when conversion logic corresponding to the "bill account" is not selected from conversion logic corresponding to the target website, the field to be converted is split, so that two split fields of the "bill" and the "account" are obtained. It should be noted that, when splitting the field to be converted, a preset splitting logic may be obtained, and the field to be converted is split according to the preset splitting logic. The splitting logic may split the field to be converted into a plurality of standard terms, where the standard terms refer to terms having independent semantics, and are not affected by subsequent or previous characters, and a complete computer professional concept may be determined only by the characters of the term content, for example, splitting each split field of the field to be converted into a "web page" and a "password" according to the fact that each split field has independent semantics and each split data is the shortest field, so as to obtain two split fields of the "web page" and the "password".
S212: and selecting the conversion logic corresponding to the split field from the conversion logics corresponding to the website identification of the target website, taking the conversion logic corresponding to the split field as the conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website.
Specifically, according to the split field, selecting a conversion logic corresponding to the split field from conversion logics corresponding to the website identification of the target website, wherein the conversion logic is used as a conversion logic of a field to be converted of the current website, and according to the conversion logic, converting the field to be converted of the current website into a field required by the target website. For example, a field to be converted of a current website is a bill account, the split fields are a bill and an account, conversion logic corresponding to the split field is selected according to the split fields, for example, if the conversion logic is to convert the field of the account into a field of a user name, the conversion logic is used as conversion logic of the field to be converted of the bill account of the current webpage, and the field to be converted of the bill account is converted into the field of the user name required by a target website.
S214: and sending the website data after the field conversion to a target website corresponding to the website identification of the target website.
Specifically, according to the website identification of the target website, the website data processing platform sends the converted website containing the field required by the target website to the corresponding target website, for example, the website identification of the target website is a URL address, according to the URL address of the target website, the field required by the converted target website is sent to the target website, if the converted field is a "user name" field, and according to the URL address of the website "credit card management" related to the "safe bank" of the target website, the website data containing the converted "user name" field is sent to the target webpage.
In the above embodiment, the conversion logics of different fields are stored in the conversion logic library, when the website data that needs to interact with the target website and the field to be converted included in the website data are acquired from the current website, the conversion logics of the field to be converted only need to be acquired according to the website identification of the current website and the website identification of the target website, and if the field to be converted included in the website data of the current website is changed and cannot be directly acquired, the field to be converted is split, so that the correct conversion logic is acquired according to the split field, and the whole code does not need to be changed again according to the change of the field to be converted of different websites, thereby reducing the development amount and enhancing the applicability.
In one embodiment, referring to fig. 3, a flowchart of a step of adding conversion logic is provided, where the step of adding conversion logic may be performed after step S212 in the embodiment shown in fig. 2, that is, a conversion logic corresponding to a split field is selected from conversion logics corresponding to a website identifier of a target website, and is used as a conversion logic of a field to be converted of a current website, and the step of adding conversion logic is performed after the step of converting the field to be converted of the current website is performed, where the step of adding conversion logic may include:
s302: and when at least two conversion logics corresponding to the split fields to be converted are selected from the conversion logics corresponding to the website identification of the target website, receiving a selection instruction of the conversion logics of the fields to be converted.
Specifically, the website data processing platform selects conversion logic corresponding to a website identifier of a target website from conversion logic corresponding to a current website, selects conversion logic of a field to be converted from conversion logic corresponding to the website identifier of the target website, when conversion logic of the field to be converted is not selected, the field to be converted is split to obtain a split field, and when at least two conversion logics corresponding to the split field to be converted are selected from conversion logic corresponding to the website identifier of the target website according to the split field, a selection instruction of the conversion logic corresponding to the field to be converted is received. For example, when the conversion logic corresponding to the URL address of the relevant website "Credit card management" of the target website "safe Bank" is selected from the conversion logic corresponding to the URL address of the current website "Credit card service", the conversion logic corresponding to the field "Bill Account" to be converted is selected from the conversion logic corresponding to the target website, when the conversion logic corresponding to the field to be converted, namely the bill account, is not selected, the field to be converted is divided into the bill field and the account field, according to the split field, two conversion logics are corresponding to the website identification of the target website, one conversion logic is to convert the account into the user name, the other conversion logic is to convert the account into the name, at this time, the intervention of the user is introduced, for example, the user terminal receives a selection instruction of a conversion rule corresponding to a field "account" to be converted, which is input by a user.
S304: and selecting one conversion logic corresponding to the split field to be converted from the at least two conversion logics as the conversion logic corresponding to the field to be converted according to the selection instruction.
Specifically, referring to fig. 4, an interface diagram for selecting conversion logic is provided, and the website data processing platform selects, according to the generated selection instruction, conversion logic corresponding to the split field to be converted from at least two conversion logics, and uses the conversion logic as conversion logic of the field to be converted. The website data processing platform may display a prompt message on an interface associated with the website data processing platform when the website file processing platform selects at least two conversion logics corresponding to the split fields to be converted from the conversion logics corresponding to the website identifier of the target website, a user may select the conversion logics corresponding to the split fields to be converted according to the prompt message, the conversion logics are submitted after the user finishes selecting, the website data processing platform generates a selection instruction according to the submission operation of the user, and the website data processing platform selects the conversion logics corresponding to the split fields to be converted from the at least two logics to be converted as the conversion rules of the fields to be converted according to the selection instruction; for example, when the website file processing platform selects conversion logics corresponding to the split fields of 'bill' and 'account' from the website identification of the target website, one conversion logic is to convert the 'account' into a 'user name', the other conversion logic is to convert the 'account' into a 'name', an interface associated with the website data processing platform displays prompt information, a user can select the conversion logic of the 'account' into the 'user name' according to the prompt information, the user submits the conversion logic after completing the selection, the website data processing platform generates a selection instruction according to the submission operation of the user, and the website data platform selects the conversion logic of the 'account' into the 'user name' as the conversion logic of the 'bill account'.
S306: and adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
Specifically, after the conversion logic corresponding to the field to be converted is selected, the conversion logic of the field to be converted is added to the conversion logic library. For example, when the conversion logic corresponding to the "bill account" field is selected to convert the "bill account" into the "user name", the conversion logic is added to the conversion logic library.
In the above embodiment, when at least two conversion logics corresponding to the split fields are selected from the conversion logics corresponding to the target website, the selection instruction of the conversion logics of the fields to be converted may be received, the corresponding conversion logics are selected from the at least two conversion logics corresponding to the split fields as the conversion logics of the fields to be converted, and the selected conversion logics of the fields to be converted are added to the logic conversion library.
In one embodiment, referring to fig. 5, a flowchart of step S202 in the embodiment shown in fig. 2 is provided, where the current website address corresponding to the identifier of the current website is an extranet address, and step S202, that is, the step of receiving the data of the current website, the website identifier of the current website, and the website identifier of the target website may include:
s502: and receiving the website data of the current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network.
Specifically, the address of the current website corresponding to the current website identifier is an external network address, the external network is an external public network that can be used by different users, and the current website is an external public network that can be used by different users, for example, the current website may be an external public network of an "Tencent" related website, an "Yinyi" related website, or a "Taobao" related website, etc.; the public network refers to a network environment capable of performing data interaction with an external network, and meanwhile, the public network can perform data interaction with an internal network environment deployed by the website data processing platform, so that data received from the external network are verified and then sent to the website data processing platform. Optionally, the public network verifies whether the current website is a trusted external network according to the current website identifier, and may search, according to the current website identifier, a current website address corresponding to the current website identifier in a website white list stored in the public network, if the current website address is correspondingly stored in the white list, the current website is considered as a trusted external network, the public network successfully verifies the current website, and may obtain website data of the current website, the public network adds an internal network address to the obtained website data of the current website, and the internal network address may enable the public network and the internal network to perform data interaction, and sends the website data of the current website added with the internal network address to a website data processing platform located in an intranet environment. For example, the public network searches a URL address corresponding to the current website "credit card recruitment service" in a stored website white list, when the URL address of the current website "credit card recruitment service" is stored in the white list, the current website "credit card recruitment service" is considered as a trusted external network, that is, the public network successfully verifies the current website "credit card recruitment service", and when the website data "bill data" of the current website "credit card recruitment service" is acquired, the public network adds an internal network address to the acquired website data "bill data" of the current website "credit card recruitment service", and sends the website data "bill data" of the current website "credit card recruitment service" to a website data processing platform under an internal network switching element.
S504: and acquiring decryption logic corresponding to the website identification of the current website according to the website identification of the current website.
Specifically, the decryption logic refers to a unified logic corresponding to the website identifier of the current website, which is adopted when the website data processing platform needs to decrypt the website data of the current website after the website data processing platform acquires the website data of the current website and the data of the current website is subjected to encryption processing, the decryption logic is uniformly stored in the data processing configuration library, the decryption logic can store a private key and also can store a corresponding decryption character string, the website data of the current website is decrypted according to the private key or is matched according to the stored decryption character string, so that the website data of the current website is analyzed, and a field to be converted contained in the website data of the current website is acquired. And each different website has corresponding decryption logic of the website, and according to the website identification of the current website, the website data processing platform acquires the decryption logic corresponding to the website identification of the current website from the data processing configuration library. For example, according to the URL address of the current website, the website data processing platform may obtain the decryption logic corresponding to the current website from the data processing configuration library.
The data processing configuration library is a database storing decryption rules and encryption rules of all websites, when the website data acquired from the current website needs to be decrypted, decryption logic corresponding to the current website can be acquired from the data processing configuration library, further fields to be converted contained in the website data of the current website can be acquired, and when the website data after the fields are converted need to be encrypted and further sent to the target website, encryption logic corresponding to the target website can be acquired from the data processing configuration library.
In the above embodiment, the public network is used for communicating with the external network, so that the website data of the current website corresponding to the external network address and successfully verified by the public network is added with the network address identifiable by the internal network, the website data added with the network address identifiable by the internal network is sent to the website data processing platform in the internal network environment, the public network directly communicates with the external network and realizes verification on the external network, and the website data processing platform in the internal network environment realizes processing on the data, so that the safety of information and network is ensured; and the decryption logics corresponding to different websites are pre-stored in the corresponding data processing configuration library, when the website data on a certain website needs to be decrypted, the decryption logics of the website data only need to be directly obtained according to the website identification of the current website, the whole code does not need to be written according to different websites, the development amount of the code is reduced, and the applicability is enhanced.
In one embodiment, referring to fig. 6, a flowchart of step S214 in the embodiment shown in fig. 2 is provided, and step S214, that is, the step of sending the web page data after converting the field to the target website corresponding to the website identifier of the target website, may include:
s602: and acquiring encryption logic corresponding to the website identification of the target website according to the target website identification.
Specifically, the encryption logic is unified logic which corresponds to the target website and can encrypt website data after the field to be converted is converted and before the website data containing the converted field is sent to the target website, the encryption logic is uniformly stored in a data processing configuration library, the encryption logic can store a public key and can also store a corresponding encryption character string, the website data are encrypted according to the public key, the website data need to be decrypted by using a corresponding private key when being decrypted, and the website data can also be encrypted according to the encryption character string. Each different website has corresponding encryption logic of the website, the website data processing platform acquires the encryption logic corresponding to the target website from the data processing configuration library according to the website identification of the target website, the target website identification can be a URL (uniform resource locator) address of the target website and can also be the name of the target website, for example, the target website is related to 'safe bank' and is used for 'credit card management', and the encryption logic corresponding to 'credit card management' is acquired from the data processing configuration library according to the URL address of the 'credit card management' of the target website.
S604: and encrypting the current website data after the field conversion according to the encryption logic.
Specifically, the website data processing platform encrypts the acquired encryption logic corresponding to the target website to the current website data after the field conversion. For example, the current website data after the field conversion may be encrypted according to a public key stored in the encryption logic, the current website data after the field conversion is analyzed and needs to be decrypted by a corresponding private key, and the current website data after the field conversion may also be encrypted according to an encryption character string. When decrypting, the decryption character string and the encryption character string are matched to realize decryption.
S606: and forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network.
Specifically, the website data processing platform sends the encrypted and field-converted current website data to the public network, an internal network address is added to the field-converted current website data, when the public network receives the encrypted current website data, the corresponding internal network address is deleted, and the encrypted current website data is sent to the target website according to the identification of the target website. For example, the website processing platform sends website data "bill data" of the current website "recruit credit card service" after the "bill account" field is converted into the "user name" field to the public network, an internal network address recognizable by the internal network where the website data processing platform is located is added to the website data "bill data" after the field conversion, and after the internal network address is deleted by the public network, the website data of the current website "recruit credit card service" after the field conversion is sent to the target website "credit card management" according to the URL address of the "credit card management" website related to the "peace bank" of the target website.
In the embodiment, the encryption logics corresponding to different websites are pre-stored in the data processing configuration library, when the website data of the current website which needs to be converted into fields is sent to the target website, the encryption logics are only needed to be directly obtained according to the target website identification, the whole code does not need to be written according to different target websites, the code development amount is reduced, the applicability is enhanced, and the website data is encrypted before being sent to the target website, so that the safety of website data transmission is ensured; the website data processing platform only converts the field to be converted of the current website and encrypts or decrypts the field, the website data processing platform sends the current website data which is subjected to the field conversion to the target website through the public network, and the public network and the external target website perform data transmission to ensure the network security.
In one embodiment, referring to fig. 7, a flowchart of an association step is provided, where the association step may be executed after step S604 in the embodiment shown in fig. 6, and step S604 is executed after the step of encrypting the current website data after the field is converted according to the encryption logic, where the association step may include:
s702: and acquiring the communication mode of the target website according to the target website identification.
Specifically, the communication mode refers to a communication mode using a certain rule when data interaction is performed between website terminals, for example, the communication mode includes a communication mode using a HTTP Protocol (Hypertext Transfer Protocol), a communication mode using a FTP Protocol (File Transfer Protocol), a communication mode using a SFTP Protocol (Secure File Transfer Protocol), or a website-defined communication mode, and the website data processing platform can obtain the communication mode used by the target website according to the website identifier of the target website. For example, if the target website is "credit card management" and the communication method corresponding to the "credit card management" of the target website is a communication method using the HTTP protocol, the website data processing platform acquires that the communication method is a communication method using the HTTP protocol according to the URL address of the "credit card management" of the target website.
S704: and acquiring the communication protocol of the target website from the communication configuration library according to the communication mode of the target website.
Specifically, the communication protocol refers to a corresponding communication rule or a corresponding communication logic observed when the website terminal performs communication, the communication protocol is stored in a communication configuration library, the communication configuration library can store the corresponding communication protocol, when the current website data including the converted field needs to be sent to the target website, the communication protocol adopted by the communication mode of the target website can be selected from the communication configuration library, and the website data processing platform acquires the communication protocol of the target website from the communication configuration library according to the communication mode of the target website. For example, the target website is "credit card management", the communication mode corresponding to the "credit card management" of the target website is a communication mode adopting HTTP protocol, and according to the communication mode, the website data processing platform acquires the HTTP communication protocol of "secure bank financing" from the communication configuration repository.
Optionally, the website data processing platform selects a communication protocol corresponding to the communication mode of the target website from the communication configuration library, and according to the communication protocol, the website data processing platform sends the website data of the current website after the field conversion to the public network, and the public network sends the website data of the current website to the corresponding target website according to the communication protocol corresponding to the target website. For example, the website data processing platform selects an HTTP communication protocol corresponding to "credit card management" of the target website from the communication configuration library, and according to the HTTP communication protocol, the website data processing platform sends website data "bill data" of "credit card service implementation" of the current website, which is converted into a "user name" field through a "bill account" field, to the public network, and the public network sends the website data to the target website according to the HTTP communication protocol of "credit card management" of the target website.
In the embodiment, the communication protocols corresponding to different websites are stored in the corresponding communication configuration library in advance, when the current website data needs to be sent to the target website, the communication protocol of the target website only needs to be directly obtained according to the communication mode of the target website, the whole codes do not need to be written according to different target websites, the development amount of the codes is reduced, the development efficiency is improved, the manpower is saved, the applicability is enhanced, and the public network interacts with the target website to ensure the network security.
In one embodiment, another website data processing method is provided, and the embodiment is exemplified by applying the method to a website data processing platform.
Specifically, a website data processing platform receives data of a current website, a website identification of the current website and a website identification of a target website, the address of the current website corresponding to the current website identification is an external network address, a public network verifies whether the current website is a trusted external network according to the identification of the current website, when the current website is verified to be the trusted external network through the public network, the public network acquires the website identification of the current website, adds the acquired website data of the current website to an internal network address, and receives the website data of the current website added with the internal network address; the website data processing platform acquires decryption logic corresponding to the website identification of the current website from the data processing configuration library according to the website identification of the current website; selecting a field to be converted from website data of a current website; then according to the website identification of the current website, obtaining the conversion logic corresponding to the current website from the conversion logic library; further, the website data processing platform selects conversion logic corresponding to the target website from conversion logic corresponding to the website identification of the current website according to the website identification of the target website; when the conversion logic of the field to be converted is not selected from the conversion logics corresponding to the target website according to the website identification of the target website, splitting the field to be converted to obtain the split field; according to the split field, selecting the conversion logic corresponding to the split field from the conversion logic corresponding to the website identification of the target website, taking the conversion logic corresponding to the split field as the conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website.
If the field to be converted is split, when at least two conversion logics corresponding to the split converted field are selected from the conversion logics corresponding to the website identification of the target website according to the split field, prompt information is displayed on an interface associated with a website data processing platform, a user can select the conversion logic corresponding to the split field to be converted according to the prompt information, the conversion logic is submitted after the user finishes the selection, the website data processing platform generates a selection instruction according to the submission operation of the user, and the website data processing platform selects the conversion logic corresponding to the split field to be converted from the at least two logic to be converted as a conversion rule of the field to be converted according to the selection instruction; and after the conversion logic corresponding to the field to be converted is selected, adding the conversion logic of the field to be converted into the conversion logic library.
After the field to be converted contained in the website data of the current website is converted and before the website data containing the converted field is sent to the target website, the website data processing platform acquires the encryption logic corresponding to the target website from the data processing configuration library according to the website identification of the target website; the website data processing platform encrypts the current website data after the fields are converted by the acquired encryption logic corresponding to the target website; further, the website data processing platform can acquire a communication mode adopted by the target website according to the website identification of the target website, and acquire a target website communication protocol in the communication configuration library according to the communication mode of the target website; the website data processing platform sends the encrypted and converted field current website data to a public network and sends a communication protocol corresponding to a target website, an internal network address is added to the converted field current website data, when the public network receives the encrypted current website data, the corresponding internal network address is deleted, and the encrypted current website data is sent to the target website according to the communication protocol according to the identification of the target website.
In the above embodiment, the website data processing platform receives the website data of the current website through the public network, receives the website identification of the current website and the website identification of the target website, selects the field to be converted in the received website data of the current website, and when the website data required to interact with the target website and the field to be converted contained in the website data are obtained from the current website, the conversion logic of the field to be converted is only required to be obtained according to the website identification of the current website and the website identification of the target website, if the field to be converted contained in the website data of the current website is changed and cannot be directly obtained, the field to be converted is split, so that the correct conversion logic is obtained according to the split field, and the whole code does not need to be changed again according to the change of the field to be converted of different websites, thereby reducing the development amount and enhancing the applicability; when at least two conversion logics corresponding to the split fields are selected from the conversion logics corresponding to the target website, the split fields are selected as the conversion logics of the fields to be converted according to the selection instruction, the conversion rules are added into the logic conversion library, the corresponding conversion rules can be selected as the conversion rules of the fields to be converted without changing the whole code, the operation is simple and easy, and the working efficiency is improved; before the current website data of the converted fields are sent to a target website, encryption logics corresponding to different websites are stored in a data processing configuration library in advance, when the website data of the current website after the fields are converted are sent to the target website, the encryption logics are obtained only according to the target website identification directly, the whole codes do not need to be written according to different target websites, the code development amount is reduced, the applicability is enhanced, before the website data are sent to the target website, the website data are encrypted, the website data transmission safety is guaranteed, the communication protocol of the target website is obtained directly according to the communication mode of the target website, the whole codes do not need to be written according to different target websites, the code development amount is reduced, the development efficiency is improved, the labor is saved, and the applicability is enhanced; the website data processing platform receives data or sends data through the public network, and the safety of the network is guaranteed.
In one embodiment, please refer to fig. 8, which provides a schematic structural diagram of a website data processing apparatus, the website data processing apparatus 800 includes:
the receiving module 810 is configured to receive data of a current website, a website identifier of the current website, and a website identifier of a target website.
A field to be converted selecting module 820, configured to select a field to be converted from the data of the current website.
The first selecting module 830 is configured to select a conversion logic corresponding to the website identifier of the current website from the conversion logic library.
The second selecting module 840 is configured to select a conversion logic corresponding to the website id of the target website from the conversion logics corresponding to the website id of the current website.
The splitting module 850 is configured to split the field to be converted to obtain a split field when the conversion logic corresponding to the field to be converted is not selected from the conversion logics corresponding to the website identifier of the target website.
And a conversion module 860, configured to select, from conversion logics corresponding to the website identifier of the target website, a conversion logic corresponding to the split field, as a conversion logic of a field to be converted of the current website, and convert the field to be converted of the current website.
The sending module 870 is configured to send the website data after the field conversion to a target website corresponding to the website identifier of the target website.
In one embodiment, the website data processing apparatus 800 may further include:
and the selection instruction receiving module is used for receiving a selection instruction of the conversion logic of the field to be converted when at least two conversion logics corresponding to the split field to be converted are selected from the conversion logics corresponding to the website identification of the target website.
And the conversion logic selection module is used for selecting one conversion logic corresponding to the split field to be converted from at least two conversion logics as the conversion logic corresponding to the field to be converted according to the selection instruction.
And the adding module is used for adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
In one embodiment, the receiving module 810 may further include:
and the receiving unit is used for receiving the website data of the current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network.
And the acquisition unit is used for acquiring the decryption logic corresponding to the website identification of the current website according to the website identification of the current website.
In one embodiment, the sending module 870 may further include:
and the encryption rule acquisition unit is used for acquiring the encryption logic corresponding to the website identification of the target website according to the target website identification.
And the encryption unit is used for encrypting the current website data after the field is converted according to the encryption logic.
And the sending unit is used for forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network.
In one embodiment, the sending module 870 may further include:
and the communication mode acquisition unit is used for acquiring the communication mode of the target website according to the target website identification.
And the communication protocol acquisition unit is used for acquiring the communication protocol of the target website from the communication configuration library according to the communication mode of the target website.
The transmission unit may further include: and the sending component is used for sending the current website data after the field conversion to a target website corresponding to the target website identification through a public network according to a communication protocol of the target website.
For the above specific limitations on the website data processing apparatus, reference may be made to the above limitations on the website data processing method, and details are not repeated here
In one embodiment, referring to fig. 9, a schematic structural diagram of a website data processing platform for performing website data processing is provided, where the website data processing platform may be a conventional terminal or any other suitable computer device, and includes a memory, a processor, an operating system, a database, and a website data processing program stored in the memory and executable on the processor, where the memory may include an internal memory, and the processor performs the following steps when executing the website data processing program: and receiving data of the current website, the website identification of the current website and the website identification of the target website. And selecting a field to be converted from the data of the current website. And selecting conversion logic corresponding to the website identification of the current website from the conversion logic library. And selecting the conversion logic corresponding to the website identification of the target website from the conversion logics corresponding to the website identification of the current website. And when the conversion logic corresponding to the field to be converted is not selected from the conversion logics corresponding to the website identification of the target website, splitting the field to be converted to obtain the split field. And selecting the conversion logic corresponding to the split field from the conversion logics corresponding to the website identification of the target website, taking the conversion logic corresponding to the split field as the conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website. And sending the website data after the field conversion to a target website corresponding to the website identification of the target website.
In one embodiment, the processor executes the program to further implement the following steps: and when at least two conversion logics corresponding to the split fields to be converted are selected from the conversion logics corresponding to the website identification of the target website, receiving a selection instruction of the conversion logics of the fields to be converted. And selecting one conversion logic corresponding to the split field to be converted from the at least two conversion logics as the conversion logic corresponding to the field to be converted according to the selection instruction. And adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
In one embodiment, the processor executes the program to further implement the following steps: receiving data of a current website, a website identification of the current website and a website identification of a target website, wherein the steps comprise: and receiving the website data of the current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network. And acquiring decryption logic corresponding to the website identification of the current website according to the website identification of the current website.
In one embodiment, the processor executes the program to further implement the following steps: and acquiring encryption logic corresponding to the website identification of the target website according to the target website identification. And encrypting the current website data after the field conversion according to the encryption logic. And forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network.
In one embodiment, the processor executes the program to further implement the following steps: and acquiring the communication mode of the target website according to the target website identification. And acquiring the communication protocol of the target website from the communication configuration library according to the communication mode of the target website. The step of forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network comprises the following steps: and sending the current website data after the field conversion to a target website corresponding to the target website identification through a public network according to a communication protocol of the target website.
For the above specific limitations on the website data processing platform, reference may be made to the above limitations on the website data processing method, and details are not repeated here
In one embodiment, with continuing reference to fig. 9, a storage medium having stored thereon a computer program that, when executed by a processor, performs the steps of: and receiving data of the current website, the website identification of the current website and the website identification of the target website. And selecting a field to be converted from the data of the current website. And selecting conversion logic corresponding to the website identification of the current website from the conversion logic library. And selecting the conversion logic corresponding to the website identification of the target website from the conversion logics corresponding to the website identification of the current website. And when the conversion logic corresponding to the field to be converted is not selected from the conversion logics corresponding to the website identification of the target website, splitting the field to be converted to obtain the split field. And selecting the conversion logic corresponding to the split field from the conversion logics corresponding to the website identification of the target website, taking the conversion logic corresponding to the split field as the conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website. And sending the website data after the field conversion to a target website corresponding to the website identification of the target website.
In one embodiment, the program when executed by the processor further performs the steps of: and when at least two conversion logics corresponding to the split fields to be converted are selected from the conversion logics corresponding to the website identification of the target website, receiving a selection instruction of the conversion logics of the fields to be converted. And selecting one conversion logic corresponding to the split field to be converted from the at least two conversion logics as the conversion logic corresponding to the field to be converted according to the selection instruction. And adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
In one embodiment, the program when executed by the processor further performs the steps of: and receiving the website data of the current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network. And acquiring decryption logic corresponding to the website identification of the current website according to the website identification of the current website, wherein the current website address corresponding to the identification of the current website is an external network address.
In one embodiment, the program when executed by the processor further performs the steps of: and acquiring encryption logic corresponding to the website identification of the target website according to the target website identification. And encrypting the current website data after the field conversion according to the encryption logic. And forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network.
In one embodiment, the program when executed by the processor further performs the steps of: and acquiring the communication mode of the target website according to the target website identification. And acquiring the communication protocol of the target website from the communication configuration library according to the communication mode of the target website. The step of forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network comprises the following steps: and sending the current website data after the field conversion to a target website corresponding to the target website identification through a public network according to a communication protocol of the target website.
For the above specific limitations on the storage medium, reference may be made to the above limitations on the website data processing method, which is not described herein again.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program that can be stored in a non-volatile computer-readable storage medium and can be executed by hardware related to the computer program. The computer-readable storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), or the like.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only show some embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for processing website data, the method comprising:
receiving data of a current website, a website identification of the current website and a website identification of a target website;
selecting a field to be converted from the data of the current website;
selecting conversion logic corresponding to the website identification of the current website from a conversion logic library;
selecting conversion logic corresponding to the website identification of the target website from the conversion logic corresponding to the website identification of the current website;
when the conversion logic corresponding to the field to be converted is not selected from the conversion logic corresponding to the website identification of the target website, splitting the field to be converted to obtain a split field;
selecting conversion logic corresponding to the split field from conversion logic corresponding to the website identification of the target website, taking the conversion logic as conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website;
sending the website data after the field conversion to a target website corresponding to the website identification of the target website;
the method further comprises the following steps:
when at least two conversion logics corresponding to the split fields to be converted are selected from the conversion logics corresponding to the website identification of the target website, receiving a selection instruction of the conversion logics of the fields to be converted;
selecting one conversion logic corresponding to the split field to be converted from the at least two conversion logics as the conversion logic corresponding to the field to be converted according to the selection instruction;
and adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
2. The method of claim 1, wherein the current website address corresponding to the identifier of the current website is an extranet address;
the step of receiving the data of the current website, the website identification of the current website and the website identification of the target website comprises the following steps:
receiving website data of a current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network;
and acquiring decryption logic corresponding to the website identification of the current website according to the website identification of the current website.
3. The method of claim 1, wherein the step of sending the converted web page data to the target website corresponding to the website identifier of the target website comprises:
acquiring encryption logic corresponding to the website identification of the target website according to the website identification of the target website;
encrypting the current website data after the field conversion according to the encryption logic;
and forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network.
4. The method of claim 3, further comprising:
acquiring a communication mode of the target website according to the target website identification;
acquiring a communication protocol of the target website from a communication configuration library according to the communication mode of the target website;
the step of forwarding the encrypted current website data to the target website corresponding to the target website identifier through the public network includes:
and sending the current website data after the field conversion to a target website corresponding to the target website identification through a public network according to a communication protocol of the target website.
5. A website data processing apparatus, characterized in that the apparatus comprises:
the receiving module is used for receiving data of a current website, a website identification of the current website and a website identification of a target website;
a field to be converted selecting module, configured to select a field to be converted from the data of the current website;
the first selection module is used for selecting conversion logic corresponding to the website identification of the current website from a conversion logic library;
the second selection module is used for selecting conversion logic corresponding to the website identification of the target website from the conversion logic corresponding to the website identification of the current website;
the splitting module is used for splitting the field to be converted to obtain a split field when the conversion logic corresponding to the field to be converted is not selected from the conversion logic corresponding to the website identification of the target website;
the conversion module is used for selecting the conversion logic corresponding to the split field from the conversion logic corresponding to the website identification of the target website, taking the conversion logic as the conversion logic of the field to be converted of the current website, and converting the field to be converted of the current website;
the sending module is used for sending the website data after the field conversion to a target website corresponding to the website identification of the target website;
the device further comprises:
a selection instruction receiving module, configured to receive a selection instruction of a conversion logic of the field to be converted when at least two conversion logics corresponding to the split field to be converted are selected from conversion logics corresponding to the website identifier of the target website;
a conversion logic selecting module, configured to select, according to the selection instruction, one conversion logic corresponding to the split field to be converted from among the at least two conversion logics as a conversion logic corresponding to the field to be converted;
and the adding module is used for adding the selected conversion logic corresponding to the field to be converted into the conversion logic library.
6. The apparatus of claim 5, wherein the receiving module further comprises:
the receiving unit is used for receiving the website data of the current website forwarded by the public network, which corresponds to the external network address successfully verified by the public network;
and the acquisition unit is used for acquiring the decryption logic corresponding to the website identification of the current website according to the website identification of the current website.
7. The apparatus of claim 5, wherein the sending module further comprises:
an encryption rule obtaining unit, configured to obtain, according to the website identifier of the target website, an encryption logic corresponding to the website identifier of the target website;
the encryption unit is used for encrypting the current website data after the field is converted according to the encryption logic;
and the sending unit is used for forwarding the encrypted current website data to a target website corresponding to the target website identification through a public network.
8. The apparatus of claim 7,
the sending module further comprises:
a communication mode obtaining unit, configured to obtain a communication mode of the target website according to the target website identifier;
a communication protocol acquisition unit, configured to acquire a communication protocol of the target website from a communication configuration library according to a communication mode of the target website;
the transmitting unit further includes:
and the sending component is used for sending the current website data after the field conversion to a target website corresponding to the target website identification through a public network according to the communication protocol of the target website.
9. A website data processing system comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method of any one of claims 1 to 4 when executing the program.
10. A storage medium on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out the steps of the method of any one of claims 1 to 4.
CN201710626316.5A 2017-07-27 2017-07-27 Website data processing method and device, website data processing platform and storage medium Active CN107729345B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710626316.5A CN107729345B (en) 2017-07-27 2017-07-27 Website data processing method and device, website data processing platform and storage medium
PCT/CN2018/078324 WO2019019650A1 (en) 2017-07-27 2018-03-07 Website data processing method and apparatus, website data processing platform and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710626316.5A CN107729345B (en) 2017-07-27 2017-07-27 Website data processing method and device, website data processing platform and storage medium

Publications (2)

Publication Number Publication Date
CN107729345A CN107729345A (en) 2018-02-23
CN107729345B true CN107729345B (en) 2020-08-18

Family

ID=61201125

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710626316.5A Active CN107729345B (en) 2017-07-27 2017-07-27 Website data processing method and device, website data processing platform and storage medium

Country Status (2)

Country Link
CN (1) CN107729345B (en)
WO (1) WO2019019650A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729345B (en) * 2017-07-27 2020-08-18 深圳壹账通智能科技有限公司 Website data processing method and device, website data processing platform and storage medium
CN108647279A (en) * 2018-05-03 2018-10-12 山东浪潮通软信息科技有限公司 Sheet disposal method, apparatus, medium and storage control based on field multiplexing

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664816A (en) * 2005-03-11 2005-09-07 谢永强 Method for realizing transplantation between information websites of different platforms
CN102722589A (en) * 2012-06-15 2012-10-10 青岛海信传媒网络技术有限公司 Data querying method and system based on tri-networks integration
CN104079572A (en) * 2014-06-27 2014-10-01 南京铱迅信息技术有限公司 Website protection method based on character conversion from client to server
CN104717178A (en) * 2013-12-13 2015-06-17 中国移动通信集团河南有限公司 Information source data calling method and device
CN105471968A (en) * 2015-11-17 2016-04-06 北京皮尔布莱尼软件有限公司 Data exchange method, data exchange system and data platform server
CN105989179A (en) * 2015-03-06 2016-10-05 北京邮电大学 Financial data processing method and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729345B (en) * 2017-07-27 2020-08-18 深圳壹账通智能科技有限公司 Website data processing method and device, website data processing platform and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664816A (en) * 2005-03-11 2005-09-07 谢永强 Method for realizing transplantation between information websites of different platforms
CN102722589A (en) * 2012-06-15 2012-10-10 青岛海信传媒网络技术有限公司 Data querying method and system based on tri-networks integration
CN104717178A (en) * 2013-12-13 2015-06-17 中国移动通信集团河南有限公司 Information source data calling method and device
CN104079572A (en) * 2014-06-27 2014-10-01 南京铱迅信息技术有限公司 Website protection method based on character conversion from client to server
CN105989179A (en) * 2015-03-06 2016-10-05 北京邮电大学 Financial data processing method and system
CN105471968A (en) * 2015-11-17 2016-04-06 北京皮尔布莱尼软件有限公司 Data exchange method, data exchange system and data platform server

Also Published As

Publication number Publication date
WO2019019650A1 (en) 2019-01-31
CN107729345A (en) 2018-02-23

Similar Documents

Publication Publication Date Title
US10972908B2 (en) Wireless network connection method, apparatus, and system
CN107908632B (en) Website file processing method and device, website file processing platform and storage medium
EP3418950A1 (en) Data exchange method, data exchange device and computing device
JP6545136B2 (en) System and method for encrypted transmission of web pages
CN108512830B (en) Information encryption processing method and device, computer equipment and storage medium
CN111835511A (en) Data security transmission method and device, computer equipment and storage medium
CN113259133B (en) Encryption communication method, equipment and storage medium based on HTTP protocol
CN104796257A (en) Flexible data authentication
WO2019085449A1 (en) Service short message pushing method, apparatus, computer device and storage medium
CN106599723B (en) File encryption method and device and file decryption method and device
KR102023101B1 (en) Apparatus for preventing forgery of original data and method thereof
US20170371625A1 (en) Content delivery method
CN111131282B (en) Request encryption method and device, electronic equipment and storage medium
CN112199622A (en) Page jump method, system and storage medium
WO2020233047A1 (en) Page test method and apparatus
CN113918904A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN116662941B (en) Information encryption method, device, computer equipment and storage medium
CN107729345B (en) Website data processing method and device, website data processing platform and storage medium
JP5969716B1 (en) Data management system, data management program, communication terminal, and data management server
CN110753257A (en) Data display method, display terminal, server, display system, and storage medium
CN112671796B (en) Google Driver cloud service authentication acquisition method, device, equipment and storage medium
CN113656713A (en) Network resource processing method, device and system
CN112769565B (en) Method, device, computing equipment and medium for upgrading cryptographic algorithm
CN114036364A (en) Method, apparatus, device, medium and product for identifying a crawler
JP2007065789A (en) Authentication system and method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180523

Address after: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant after: Shenzhen one ledger Intelligent Technology Co., Ltd.

Address before: 200000 Xuhui District, Shanghai Kai Bin Road 166, 9, 10 level.

Applicant before: Shanghai Financial Technologies Ltd

CB02 Change of applicant information
CB02 Change of applicant information

Address after: 518000 Room 201, building A, 1 front Bay Road, Shenzhen Qianhai cooperation zone, Shenzhen, Guangdong

Applicant after: Shenzhen one ledger Intelligent Technology Co., Ltd.

Address before: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant before: Shenzhen one ledger Intelligent Technology Co., Ltd.

REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1251062

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant