CN112468577A - Data controllable sharing method and system based on data mapping relation - Google Patents

Data controllable sharing method and system based on data mapping relation Download PDF

Info

Publication number
CN112468577A
CN112468577A CN202011338525.8A CN202011338525A CN112468577A CN 112468577 A CN112468577 A CN 112468577A CN 202011338525 A CN202011338525 A CN 202011338525A CN 112468577 A CN112468577 A CN 112468577A
Authority
CN
China
Prior art keywords
data
block chain
isomorphic
blockchain
uploading
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.)
Granted
Application number
CN202011338525.8A
Other languages
Chinese (zh)
Other versions
CN112468577B (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.)
Shanghai Ouye Jincheng Information Service Co ltd
Original Assignee
Shanghai Ouye Finance Information Service Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Ouye Finance Information Service Co ltd filed Critical Shanghai Ouye Finance Information Service Co ltd
Priority to CN202011338525.8A priority Critical patent/CN112468577B/en
Publication of CN112468577A publication Critical patent/CN112468577A/en
Application granted granted Critical
Publication of CN112468577B publication Critical patent/CN112468577B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems

Abstract

The invention discloses a data controllable sharing method and system based on a data mapping relation. The method comprises the following steps: and acquiring isomorphic data, wherein the isomorphic data is data to be uploaded to a first block chain and a second block chain, the access right of the first block chain is higher than that of the second block chain, and the isomorphic data is uploaded to the first block chain and the second block chain. By adopting the method and the system, the trust of an inquirer on data can be improved, and the conditions of authority isolation failure and data leakage caused by improper setting or problems of the front-end system can be prevented according to the mode of accessing chains with different authorities.

Description

Data controllable sharing method and system based on data mapping relation
Technical Field
The present invention relates to the field of block chain technology, and in particular, to a data controllable sharing method and system based on a data mapping relationship.
Background
In the current blockchain application scenario, different access right management requirements are imposed on the visitors of the chain, so for some data with high and low rights accessible, a corresponding access right control mechanism is required to control the access rights of the data with different rights.
The chain operator can only inquire the data of corresponding authority for the accessors with different authorities through the front system isolation area block chain accessor. However, blockchain visitors cannot directly access the blockchain, thus reducing trust in the chain operator. And if the front-end system does not set the authority properly, the isolation is invalid, and the problem that the low-authority visitor accesses the high-authority data occurs.
Disclosure of Invention
The invention aims to provide a data controllable sharing method and system based on a data mapping relation, which can improve the trust of an inquirer on data and prevent the conditions of authority isolation failure and data leakage caused by improper setting or problems of a front-end system.
In order to achieve the purpose, the invention provides the following scheme:
a method of controlled sharing of data, comprising:
acquiring isomorphic data; the isomorphic data is data to be uploaded to a first block chain and a second block chain; the access right of the first block chain is higher than that of the second block chain;
uploading the isomorphic data to the first blockchain and the second blockchain.
Optionally, the uploading the isomorphic data to the first blockchain and the second blockchain specifically includes:
acquiring a first mapping contract method; the first mapping contract method is a mapping contract method of the first blockchain data;
uploading the isomorphic data to the first blockchain according to the first mapping contract method;
acquiring a second mapping contract method; the second mapping contract method is a mapping contract method of the second blockchain data;
uploading the isomorphic data to the second blockchain according to the second mapping contract method.
Optionally, after the uploading the isomorphic data to the first blockchain according to the first mapping contract method, the method further includes:
judging whether the uplink is successful or not to obtain a first judgment result;
and if the first judgment result is negative, inquiring the data which is not uploaded to the first block chain, and carrying out re-uplink operation on the data which is not uploaded to the first block chain.
Optionally, after the uploading the isomorphic data to the second blockchain according to the second mapping contract method, the method further includes:
judging whether the uplink is successful or not to obtain a second judgment result;
if the second judgment result is negative, inquiring the data which is not uploaded to the second block chain, and carrying out re-uplink operation on the data which is not uploaded to the second block chain.
Optionally, the method further includes:
acquiring non-isomorphic data; the non-homogeneous data is data uploaded to the first blockchain only;
uploading the non-homogeneous data to the first blockchain.
The invention also provides a data controllable sharing system, comprising:
the isomorphic data acquisition module is used for acquiring isomorphic data; the isomorphic data is data to be uploaded to a first block chain and a second block chain; the access right of the first block chain is higher than that of the second block chain;
and the homogeneous data uploading module is used for uploading the homogeneous data to the first block chain and the second block chain.
Optionally, the isomorphic data uploading module specifically includes:
a first mapping contract method acquisition unit configured to acquire a first mapping contract method; the first mapping contract method is a mapping contract method of the first blockchain data;
a first uploading unit, configured to upload the isomorphic data to the first blockchain according to the first mapping contract method;
a second mapping contract method acquisition unit configured to acquire a second mapping contract method; the second mapping contract method is a mapping contract method of the second blockchain data;
a second uploading unit, configured to upload the isomorphic data to the second blockchain according to the second mapping contract method.
Optionally, the isomorphic data uploading module further includes:
the first judging unit is used for judging whether the uplink is successful or not after the first uploading unit is executed to obtain a first judging result;
a first retransmission unit, configured to query, when the first determination result is negative, data that is not uploaded to the first block chain, and perform a re-uplink operation on the data that is not uploaded to the first block chain.
Optionally, the isomorphic data uploading module further includes:
the second judging unit is used for judging whether the uplink is successful or not after the second uploading unit is executed to obtain a second judging result;
a second retransmission unit, configured to query, when the second determination result is negative, data that is not uploaded to the second block chain, and perform a re-uplink operation on the data that is not uploaded to the second block chain.
Optionally, the system further includes:
the non-isomorphic data acquisition module is used for acquiring non-isomorphic data; the non-homogeneous data is data uploaded to the first blockchain only;
a non-homogeneous data upload module configured to upload the non-homogeneous data to the first block chain.
Compared with the prior art, the invention has the beneficial effects that:
the invention provides a data controllable sharing method and system based on a data mapping relation, which are used for acquiring isomorphic data, wherein the isomorphic data are data to be uploaded to a first block chain and a second block chain, the access right of the first block chain is higher than that of the second block chain, and the isomorphic data are uploaded to the first block chain and the second block chain. The invention can improve the trust of the inquirer on the data and prevent the condition of authority isolation failure and data leakage caused by improper setting or problems of the front-end system according to the mode of accessing chains of different authorities.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
FIG. 1 is a flowchart of a data controllable sharing method based on data mapping relationships according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating data mapping uplink operation according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide a data controllable sharing method and system based on a data mapping relation, which can improve the trust of an inquirer on data and prevent the conditions of authority isolation failure and data leakage caused by improper setting or problems of a front-end system.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Examples
Fig. 1 is a flowchart of a data controllable sharing method based on a data mapping relationship in an embodiment of the present invention, and as shown in fig. 1, a data controllable sharing method based on a data mapping relationship includes:
step 101: acquiring isomorphic data; isomorphic data is data to be uploaded to a first block chain and a second block chain; the access right of the first block chain is higher than that of the second block chain.
Step 102: isomorphic data is uploaded to a first blockchain and a second blockchain.
Step 102, specifically comprising:
acquiring a first mapping contract method; the first mapping contract method is a mapping contract method of the first block chain data; uploading isomorphic data to a first blockchain according to a first mapping contract method; judging whether the uplink is successful or not to obtain a first judgment result; if the first judgment result is negative, inquiring the data which is not uploaded to the first block chain, and carrying out re-uplink operation on the data which is not uploaded to the first block chain.
Acquiring a second mapping contract method; the second mapping contract method is a second block chain data mapping contract method; uploading the isomorphic data to a second blockchain according to a second mapping contract method; judging whether the uplink is successful or not to obtain a second judgment result; if the second judgment result is negative, inquiring the data which is not uploaded to the second block chain, and carrying out re-uplink operation on the data which is not uploaded to the second block chain.
The method of the present invention further comprises: acquiring non-isomorphic data; the non-homogeneous data is data only uploaded to the first block chain; non-homogeneous data is uploaded to a first blockchain.
Fig. 2 is a flowchart illustrating the uplink operation of data mapping according to an embodiment of the present invention, and as shown in fig. 2, the method of the present invention first needs to define two different permissions for blockchain services and two-chain data mapping contracts. Then, the mapping data is sent to the two chains in the order of the authority through a mapping synchronous pre-system at regular time; after the high-authority chain is linked up, the front-end system reads the link up condition of the first chain, if the link up is unsuccessful, the compensation is carried out until the link up is successful, or an error is reported after a certain condition; after successful cochain of the high authority chain, carrying out cochain operation on the low authority chain, and also obtaining cochain conditions of the low authority chain, if the cochain is unsuccessful, compensating until the cochain is successful, or reporting an error after a certain condition; the preposed system can check and trace the contract state of two different authority chains.
The non-isomorphic high-authority accessible data is linked to other service contracts of the high-authority chain in other modes, and meanwhile, the access authorities of different authority chains are opened for visitors with different authorities, so that the visitors can directly acquire the data on the chain, and the data reliability is improved.
Before the front-end system calls the unified contract task execution method, a contract state query method can be called, so that whether data mapping is successful or not is verified.
The invention also provides a data controllable sharing system based on the data mapping relation, which comprises:
the isomorphic data acquisition module is used for acquiring isomorphic data; isomorphic data is data to be uploaded to a first block chain and a second block chain; the access authority of the first block chain is higher than that of the second block chain;
and the isomorphic data uploading module is used for uploading the isomorphic data to the first block chain and the second block chain.
Isomorphic data upload module specifically includes:
a first mapping contract method acquisition unit configured to acquire a first mapping contract method; the first mapping contract method is a mapping contract method of the first block chain data;
the first uploading unit is used for uploading isomorphic data to the first block chain according to a first mapping contract method;
the first judging unit is used for judging whether the uplink is successful or not after the first uploading unit is executed to obtain a first judging result;
the first retransmission unit is used for inquiring the data which is not uploaded to the first block chain and carrying out re-uplink operation on the data which is not uploaded to the first block chain when the first judgment result is negative;
a second mapping contract method acquisition unit configured to acquire a second mapping contract method; the second mapping contract method is a second block chain data mapping contract method;
the second uploading unit is used for uploading the isomorphic data to a second block chain according to a second mapping contract method;
the second judging unit is used for judging whether the uplink is successful or not after the second uploading unit is executed to obtain a second judging result;
and a second retransmission unit, configured to query, if the second determination result is negative, data that is not uploaded to the second block chain, and perform a re-uplink operation on the data that is not uploaded to the second block chain.
The data controllable sharing system based on the data mapping relation further comprises:
the non-isomorphic data acquisition module is used for acquiring non-isomorphic data; the non-homogeneous data is data only uploaded to the first block chain;
and the non-homogeneous data uploading module is used for uploading the non-homogeneous data to the first block chain.
For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description.
By adopting the method and the system, the inquirer can access the chains with different authorities according to the authorities, so that the trust of the inquirer on the data can be improved, and the conditions of authority isolation failure and data leakage caused by improper setting or problems of the front-end system can be prevented.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In summary, this summary should not be construed to limit the present invention.

Claims (10)

1. A method for controllable sharing of data, comprising:
acquiring isomorphic data; the isomorphic data is data to be uploaded to a first block chain and a second block chain; the access right of the first block chain is higher than that of the second block chain;
uploading the isomorphic data to the first blockchain and the second blockchain.
2. The method according to claim 1, wherein the uploading the homogeneous data to the first blockchain and the second blockchain specifically comprises:
acquiring a first mapping contract method; the first mapping contract method is a mapping contract method of the first blockchain data;
uploading the isomorphic data to the first blockchain according to the first mapping contract method;
acquiring a second mapping contract method; the second mapping contract method is a mapping contract method of the second blockchain data;
uploading the isomorphic data to the second blockchain according to the second mapping contract method.
3. The method of claim 2, further comprising, after the uploading the isomorphic data to the first blockchain according to the first mapping contract method:
judging whether the uplink is successful or not to obtain a first judgment result;
and if the first judgment result is negative, inquiring the data which is not uploaded to the first block chain, and carrying out re-uplink operation on the data which is not uploaded to the first block chain.
4. The method of claim 3, further comprising, after the uploading the isomorphic data to the second blockchain according to the second mapping contract method:
judging whether the uplink is successful or not to obtain a second judgment result;
if the second judgment result is negative, inquiring the data which is not uploaded to the second block chain, and carrying out re-uplink operation on the data which is not uploaded to the second block chain.
5. The method according to claim 1, further comprising:
acquiring non-isomorphic data; the non-homogeneous data is data uploaded to the first blockchain only;
uploading the non-homogeneous data to the first blockchain.
6. A data-controlled sharing system, comprising:
the isomorphic data acquisition module is used for acquiring isomorphic data; the isomorphic data is data to be uploaded to a first block chain and a second block chain; the access right of the first block chain is higher than that of the second block chain;
and the homogeneous data uploading module is used for uploading the homogeneous data to the first block chain and the second block chain.
7. The system according to claim 6, wherein the homogeneous data uploading module specifically includes:
a first mapping contract method acquisition unit configured to acquire a first mapping contract method; the first mapping contract method is a mapping contract method of the first blockchain data;
a first uploading unit, configured to upload the isomorphic data to the first blockchain according to the first mapping contract method;
a second mapping contract method acquisition unit configured to acquire a second mapping contract method; the second mapping contract method is a mapping contract method of the second blockchain data;
a second uploading unit, configured to upload the isomorphic data to the second blockchain according to the second mapping contract method.
8. The system according to claim 7, wherein the homogeneous data uploading module further comprises:
the first judging unit is used for judging whether the uplink is successful or not after the first uploading unit is executed to obtain a first judging result;
a first retransmission unit, configured to query, when the first determination result is negative, data that is not uploaded to the first block chain, and perform a re-uplink operation on the data that is not uploaded to the first block chain.
9. The system according to claim 8, wherein the homogeneous data uploading module further comprises:
the second judging unit is used for judging whether the uplink is successful or not after the second uploading unit is executed to obtain a second judging result;
a second retransmission unit, configured to query, when the second determination result is negative, data that is not uploaded to the second block chain, and perform a re-uplink operation on the data that is not uploaded to the second block chain.
10. The data-controlled sharing system of claim 6, further comprising:
the non-isomorphic data acquisition module is used for acquiring non-isomorphic data; the non-homogeneous data is data uploaded to the first blockchain only;
a non-homogeneous data upload module configured to upload the non-homogeneous data to the first block chain.
CN202011338525.8A 2020-11-25 2020-11-25 Data controllable sharing method and system based on data mapping relation Active CN112468577B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011338525.8A CN112468577B (en) 2020-11-25 2020-11-25 Data controllable sharing method and system based on data mapping relation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011338525.8A CN112468577B (en) 2020-11-25 2020-11-25 Data controllable sharing method and system based on data mapping relation

Publications (2)

Publication Number Publication Date
CN112468577A true CN112468577A (en) 2021-03-09
CN112468577B CN112468577B (en) 2021-11-02

Family

ID=74798921

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011338525.8A Active CN112468577B (en) 2020-11-25 2020-11-25 Data controllable sharing method and system based on data mapping relation

Country Status (1)

Country Link
CN (1) CN112468577B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107273759A (en) * 2017-05-08 2017-10-20 上海点融信息科技有限责任公司 Method, equipment and computer-readable recording medium for protecting block chain data
CN107426170A (en) * 2017-05-24 2017-12-01 阿里巴巴集团控股有限公司 A kind of data processing method and equipment based on block chain
CN108632268A (en) * 2018-04-28 2018-10-09 腾讯科技(深圳)有限公司 The method for authenticating and device, storage medium, electronic device that block chain accesses
CN109525671A (en) * 2018-11-26 2019-03-26 远光软件股份有限公司 Date storage method, electronic equipment and storage medium based on block chain
CN110020544A (en) * 2018-12-26 2019-07-16 阿里巴巴集团控股有限公司 The Hash information processing method and system of record are stored in the block of block chain
CN110033261A (en) * 2018-12-26 2019-07-19 阿里巴巴集团控股有限公司 Block chain data processing method, apparatus and system
US20190306148A1 (en) * 2018-03-30 2019-10-03 Coinplug, Inc. Method for oauth service through blockchain network, and terminal and server using the same
CN110490610A (en) * 2019-07-25 2019-11-22 西安邮电大学 A kind of community management system based on block chain
CN110687821A (en) * 2019-11-14 2020-01-14 腾讯科技(深圳)有限公司 Intelligent home control system and method based on block chain
US20200320211A1 (en) * 2019-04-05 2020-10-08 Spideroak, Inc. Integration of a block chain, managing group authority and access in an enterprise environment
CN111861348A (en) * 2020-08-04 2020-10-30 北京物资学院 Cold chain traceability system based on block chain

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107273759A (en) * 2017-05-08 2017-10-20 上海点融信息科技有限责任公司 Method, equipment and computer-readable recording medium for protecting block chain data
CN107426170A (en) * 2017-05-24 2017-12-01 阿里巴巴集团控股有限公司 A kind of data processing method and equipment based on block chain
US20190306148A1 (en) * 2018-03-30 2019-10-03 Coinplug, Inc. Method for oauth service through blockchain network, and terminal and server using the same
CN108632268A (en) * 2018-04-28 2018-10-09 腾讯科技(深圳)有限公司 The method for authenticating and device, storage medium, electronic device that block chain accesses
CN109525671A (en) * 2018-11-26 2019-03-26 远光软件股份有限公司 Date storage method, electronic equipment and storage medium based on block chain
CN110020544A (en) * 2018-12-26 2019-07-16 阿里巴巴集团控股有限公司 The Hash information processing method and system of record are stored in the block of block chain
CN110033261A (en) * 2018-12-26 2019-07-19 阿里巴巴集团控股有限公司 Block chain data processing method, apparatus and system
US20200320211A1 (en) * 2019-04-05 2020-10-08 Spideroak, Inc. Integration of a block chain, managing group authority and access in an enterprise environment
CN110490610A (en) * 2019-07-25 2019-11-22 西安邮电大学 A kind of community management system based on block chain
CN110687821A (en) * 2019-11-14 2020-01-14 腾讯科技(深圳)有限公司 Intelligent home control system and method based on block chain
CN111861348A (en) * 2020-08-04 2020-10-30 北京物资学院 Cold chain traceability system based on block chain

Also Published As

Publication number Publication date
CN112468577B (en) 2021-11-02

Similar Documents

Publication Publication Date Title
CN101404540B (en) Time synchronization of femtocell
CN112217879B (en) Edge computing technology and cloud edge cooperation method based on power distribution Internet of things
EP2742748A1 (en) System and method of uplink power control in a wireless communication system
WO2021052112A1 (en) Method and apparatus for beam management, and ue
US20210329652A1 (en) Method and apparatus for configuring rs set, and device and storage medium thereof
CN112468577B (en) Data controllable sharing method and system based on data mapping relation
CN103530121A (en) Method of compatibility of multiple hardware platforms by RRU single software version
GB2428837A (en) Method of transferring dynamically generated data between the nodes of a wireless network to test the network services.
CN1292205A (en) Configuration of base station transceiver system in mobile communication system
US7274912B2 (en) Method for regulating transmission power in a radio system
US20220053427A1 (en) Srs power control method and device
EP2584814A1 (en) Method and radio network control for tracking the international mobile station equipment identity of user equipment
CN110401967B (en) Information processing method, device, base station and computer storage medium
CN113543042B (en) Power reporting method and equipment
CN113176887B (en) Wireless firmware upgrading method for unmanned aerial vehicle data link terminal
CN103064676A (en) Method for controlling components in open service gateways
CN1661948B (en) Method for managing resources of base station in WCDMA system
US20230104435A1 (en) Method and device for determining power control offset for pucch
CN113301062B (en) Data model synchronization method, communication equipment and device with storage function
CN112434885B (en) Service prediction method and device for energy-saving cell
CN100373973C (en) Mobile communication system monoboard predefined timer managing method
US20230224949A1 (en) COLLISION HANDLING BETWEEN MULTIPLE HIGH PRIORITY PUCCHs WITH HARQ-ACK AND A LOW PRIORITY PUCCH WITH HARQ-ACK
US20220353036A1 (en) Simultaneous downlink transmission and uplink panel switching
US20230224950A1 (en) COLLISION HANDLING BETWEEN MULTIPLE HIGH PRIORITY PUCCHs WITH HARQ-ACK AND SR AND A LOW PRIORITY PUCCH WITH HARQ-ACK
KR102086003B1 (en) Smartphone Camera Control System in connection with Personnel Access Rights

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
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 200940 room 3005, No. 9, Lane 803, Shuangcheng Road, Baoshan District, Shanghai

Patentee after: Shanghai Ouye Jincheng Information Service Co.,Ltd.

Address before: Room 3005, No.9, Lane 803, Shuangcheng Road, Baoshan District, Shanghai 201900

Patentee before: SHANGHAI OUYE FINANCE INFORMATION SERVICE Co.,Ltd.

CP03 Change of name, title or address