CN112529709A - Ether house intelligent contract implementation method based on multi-sign technology - Google Patents

Ether house intelligent contract implementation method based on multi-sign technology Download PDF

Info

Publication number
CN112529709A
CN112529709A CN202011604573.7A CN202011604573A CN112529709A CN 112529709 A CN112529709 A CN 112529709A CN 202011604573 A CN202011604573 A CN 202011604573A CN 112529709 A CN112529709 A CN 112529709A
Authority
CN
China
Prior art keywords
sign
contract
service
ethernet
account
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.)
Pending
Application number
CN202011604573.7A
Other languages
Chinese (zh)
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.)
Mcloud Shanghai Digital Technology Co ltd
Sichuan Xinhua Publishing and Distribution Group Co.,Ltd.
Original Assignee
Sichuan Xinhua Wanyun Technology 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 Sichuan Xinhua Wanyun Technology Co ltd filed Critical Sichuan Xinhua Wanyun Technology Co ltd
Priority to CN202011604573.7A priority Critical patent/CN112529709A/en
Publication of CN112529709A publication Critical patent/CN112529709A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3821Electronic credentials
    • G06Q20/38215Use of certificates or encrypted proofs of transaction rights
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3829Payment protocols; Details thereof insuring higher security of transaction involving key management

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an Ethernet intelligent contract implementation method based on a multi-sign technology, and belongs to the technical field of block chains. Firstly, acquiring Ethernet house addresses of specified accounts, and carrying out multi-sign configuration on the Ethernet house addresses of a plurality of specified accounts to obtain multi-sign contracts; and assigning the associated rights of the business contract to the multi-sign contract; when service calling processing is needed, a plurality of designated accounts concurrently send service requests to corresponding multi-sign contracts, and the multi-sign contracts call matched service contracts based on the received service requests; and each designated account completes the Etherhouse transaction industry based on the execution of the service contract. The invention manages and uses the service contract by using the multi-sign contract instead of a common account, thereby avoiding the problem of concurrency limit caused by the reason of the Ethernet workshop nonce, effectively improving the concurrency performance of the Ethernet workshop intelligent contract, and meeting the requirement of a user on the concurrency performance of the Ethernet workshop intelligent contract without changing the authority framework of the existing Ethernet workshop intelligent contract.

Description

Ether house intelligent contract implementation method based on multi-sign technology
Technical Field
The invention belongs to the technical field of block chains, and particularly relates to an Ethernet workshop intelligent contract implementation technology.
Background
In recent years, with the proposal and smooth operation of bitcoin systems, blockchain technology, which is the underlying technology of bitcoin, has received attention, and more blockchain-based product disputes have appeared, wherein the appearance of an etherhouse is yet another milestone event of blockchain development, and the most essential difference of the etherhouse from the previously-appearing blockchain system is that the etherhouse supports the operation of intelligent contracts. I.e., in the ether house's cryptocurrency system, allows complex transactions to be conducted via smart contracts. The intelligent contract is a set of digital commitments, which control digital assets and contain the right and obligation agreed by contract participants and is automatically executed by a computer system. The intelligent contract program is not only a computer program capable of being automatically executed, but also a system participant, responds to the received information, and can receive and store the value and send the information and the value to the outside. This program, like a trusted person, can temporarily keep the assets in custody, always operating according to a priori rules.
Currently, the ethernet transactions are account-based, requiring that each transaction be recorded in sequence, and the recorded transaction sequence is characterized by a nonce (number once) value, thereby achieving the purpose of preventing replay attacks. The nonce will be incremented each time the account initiates a transaction. And the rules used by the nonces are as follows:
(1) too little nonce, the transaction may be directly rejected;
(2) too much nonces, transactions will always be in queue;
(3) when a larger nonce value is sent, then the previous nonce is filled in, the transaction will be executed;
(4) the transaction queue only stores a maximum of 64 transactions issued from the same account;
(5) when there are transactions in a certain node queue, but the Etherhouse node is stopped at the moment, the transactions in the queue can be removed;
(6) when the current nonce is proper and the account balance is insufficient, the current nonce is rejected by the Ether house;
(7) if a transaction is initiated but not mined because gas (the unit of measure of computational work, the reward for the ether house miner's packaging block) is low or the network is busy, the previous transaction can be "covered" by using the same nonce and a higher gas fee.
In the ethernet encrypted currency system, the concurrency performance of smart contract transactions is limited by the transactional nature of the ethernet. Generally, the Etherhouse intelligent contracts are mainly used for meeting concurrency requirements in certain scenes by setting multiple accounts (or allocating the same authority to the multiple accounts).
The method is characterized in that multiple account numbers are configured in the intelligent contract to meet concurrent requirements, a series of individual accounts are authorized substantially in a mode of presetting roles and permissions, for the intelligent contract, the accounts are not directly related and cannot represent a specific account, the intelligent contract is greatly immersed, and the intelligent contract needs to be modified so as to adapt to the concurrent requirements under the framework. However, real-world environments generally assume that one account represents one user, and thus the solution is more difficult to promote.
Disclosure of Invention
The invention aims to: aiming at the existing problems, the Etheng intelligent contract method can solve the concurrency problem of the intelligent contract and does not need to change the existing intelligent contract authority framework.
The invention relates to an Ethernet intelligent contract implementation method based on a multi-sign technology, which comprises the following steps:
acquiring an Ether house address of a specified account;
and carrying out multi-sign configuration on the Ethernet house addresses of the specified accounts to obtain a multi-sign contract, wherein the multi-sign configuration is as follows: taking the Ether house addresses of the multiple designated accounts as multiple Ether house addresses and configuring the unlocking private key numbers corresponding to the multiple Ether house addresses; recording the mapping relation between the multi-sign contract and each appointed account;
configuring service invocation permission of the multi-sign contract: assigning the associated rights of the business contract to the multi-sign contract;
the method comprises the following steps of (1) Ethernet shop transaction service calling processing based on a multi-sign contract:
and the multiple appointed accounts send service requests to corresponding multiple contracts, the multiple contracts call the matched service contracts based on the received service requests, and the Ethernet trading industry is completed based on the execution of the service contracts.
Further, the specific steps for assigning the related authority of the service contract to the multi-sign contract are as follows: and searching the business contract of which the Ethernet shop address is matched with the Ethernet shop address included in the multi-sign contract, and replacing the Ethernet shop address in the searched business contract with the multi-sign contract.
Further, when the unlocking private key number corresponding to the multiple ether house addresses is configured, the unlocking private key number and the ether house address number included in the multiple contract are configured according to a proportion equivalent to 1/3, 2/5 or 2/7.
In addition, when the unlocking private key number corresponding to the multi-sign ether house address is configured, the unlocking private key number and the ether house address number included in the multi-sign contract satisfy:
Figure BDA0002872666380000021
wherein m (m is more than or equal to 1) represents the number of unlocking private keys, and n (n is more than 1) represents the number of Ether house addresses included in the multi-sign contract.
In summary, due to the adoption of the technical scheme, the invention has the beneficial effects that:
the invention manages and uses the service contract by using the multi-sign contract instead of the common account, thereby avoiding the problem of concurrency limit caused by the reason of the Ether house nonce and effectively improving the concurrency performance of the Ether house intelligent contract. And the authority framework of the existing Ether house intelligent contract does not need to be changed, and the concurrency performance requirement of the user on the Ether house intelligent contract is met.
Drawings
FIG. 1 is a schematic diagram of an implementation structure of an Etherhouse intelligent contract according to the present invention;
FIG. 2 is a diagram illustrating an account authority setting process based on a multi-sign technique according to an embodiment;
fig. 3 is a schematic diagram illustrating a call flow of concurrently calling a service through a multi-sign-on contract in a specific embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the following embodiments and accompanying drawings.
Referring to fig. 1, when the etherhouse intelligent contract of the present invention is implemented, a three-layer architecture is adopted, and the three-layer architecture sequentially comprises: an account layer, a multi-label layer and a service layer; wherein the content of the first and second substances,
the first layer of account layer is the Ether house address (i.e. common Ether house address) and the private key of the account; the generation process of the ether house address can adopt the following mode:
first, a 256-bit random number is generated as a private key, and then the private key is converted into secp256k1 (specific elliptic curve: y)2=x3+7) the public key in the non-compressed format, that is, the 512-bit public key, then the hash value of the public key is calculated by using a hash algorithm Keccak256, the hash value is converted into a hexadecimal character string, finally, the last 40 letters of the hexadecimal character string are taken, and 0x is added to the beginning of the hexadecimal character string to serve as the ether house address.
The second layer is a multi-sign layer, namely multi-sign contracts, and common Etheng addresses of aggregated accounts are provided; the method comprises the steps of obtaining a corresponding multi-sign contract based on a multi-sign technology (multiple signature technology), and recording the mapping relation between the multi-sign contract and a plurality of specified accounts.
The multiple signature technology is that in the process of generating an address, n private keys are adopted to generate a multiple signature address, and m (m is less than or equal to n) private keys in the multiple signature address are required to be used for using coins in the multiple signature address. The multiple signature address can customize the necessary combination according to the requirement, such as 2/3, that is, a multiple signature address is generated by 3 different private keys, 2 private keys (unlocking private key number) are needed to use the coins in the multiple signature address.
In the specific embodiment, common ether house addresses of a plurality of designated accounts are selected from all accounts to serve as multi-sign ether house addresses, and the number m of unlocking private keys of the multi-sign ether house addresses is configured, so that multi-sign contracts are obtained; and recording the mapping relation between the multi-sign contract and the specified multiple accounts. And when the number of the unlocking private keys is configured, the unlocking private keys can be selected according to
Figure BDA0002872666380000031
Figure BDA0002872666380000032
Or
Figure BDA0002872666380000033
Is set, or is based on
Figure BDA0002872666380000034
Figure BDA0002872666380000035
Or
Figure BDA0002872666380000036
Where n represents the number of accounts. Of course, it can also be based on
Figure BDA0002872666380000037
And configuring the number m of unlocking private keys.
The third layer of service layer, i.e. service contracts, is responsible for recording and executing specific services.
The three-layer calling relation is as follows: the account layer calls a multi-sign layer, and the multi-sign layer calls a service layer. The account layer calls the multi-sign contracts of the designated accounts obtained by the multi-sign layer; and then, based on the calling of the multi-sign layer to the service layer, the concurrent execution of the corresponding services of the multiple specified accounts corresponding to the multi-sign contract is realized.
Referring to fig. 2, the setting of the account authority based on the multi-sign technology specifically includes:
firstly, configuring a multi-sign contract, adding Ethernet house addresses of a plurality of specified accounts into the multi-sign contract, wherein each Ethernet house address corresponds to one account, and thus adding n accounts to the multi-sign contract; and configures the number of unlocking private keys of the multi-sign contract.
And secondly, distributing the related authority of the service contract (namely the execution authority of a certain service of the service contract) to the multi-sign contract, namely replacing the common Ethernet house address corresponding to the service contract by the multi-sign contract.
Namely, the invention has no invasive behavior to the original intelligent contract, and the original contract does not need any upgrading operation.
Referring to fig. 3, the service invocation processing procedure of the present invention specifically includes:
firstly, a multi-account simultaneously initiates a service request to a multi-sign contract, namely, the multi-account concurrently calls the multi-sign contract to execute a service;
and secondly, calling a service contract according to the request of the account by the multi-sign contract to complete the service.
Because the problem of nonce conflict does not exist among the accounts, when multiple accounts are used in a concurrent mode, if calling of one account fails, execution of other accounts cannot be affected, and therefore concurrence performance of the intelligent contracts of the etherhouses is improved.
Examples
Taking the application of a coupon contract based on ERC-721 (Non-homogeneous Token (Non-fluent Token)) as an example, it is assumed that a service provider sends a coupon to a system account at a coupon issuing stage, and when a customer meets a certain condition, the system can send the coupon to the customer, and for this application scenario, when the method for implementing the concurrent intelligent agreement of the ether house based on the multi-sign technology of the present invention is applied, the system account can be set as multiple accounts, and by using the method for implementing the intelligent agreement of the ether house of the present invention, the system account can send the coupon to multiple customers concurrently without performing serialization, thereby improving the concurrent performance of the coupon contract, and the specific implementation process is as follows:
step 1: configuring customer conditions under which coupons can be obtained;
step 2: inquiring accounts meeting the configured customer conditions to obtain a coupon dispatching account set;
and step 3: setting the system account as a multi-sign account related to the coupon delivery account set, namely obtaining the multi-sign Ethernet shop address of the system account based on the Ethernet shop address of each account in the coupon delivery account set; configuring the number of unlocking private keys of the multi-sign ether house address to obtain a multi-sign contract of a corresponding system account, namely, taking an account meeting a preset account screening condition as a specified account, thereby configuring the corresponding multi-sign contract based on a plurality of specified accounts;
and 4, step 4: assigning the associated rights to the business contract to the multi-sign contract;
and 5: the system account initiates a service request about coupon delivery based on the multi-sign contract, and the service contract realizes the service of coupon delivery based on the multi-sign contract.
While the invention has been described with reference to specific embodiments, any feature disclosed in this specification may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise; all of the disclosed features, or all of the method or process steps, may be combined in any combination, except mutually exclusive features and/or steps.

Claims (5)

1. A method for realizing Ether house intelligent contracts based on a multi-sign technology is characterized by comprising the following steps:
acquiring an Ether house address of a specified account;
and carrying out multi-sign configuration on the Ethernet house addresses of the specified accounts to obtain a multi-sign contract, wherein the multi-sign configuration is as follows: taking the Ether house addresses of a plurality of specified accounts as multi-sign Ether house addresses, and configuring the number of unlocking private keys corresponding to the multi-sign Ether house addresses; simultaneously recording the mapping relation between the multi-sign contract and each designated account;
configuring service invocation permission of the multi-sign contract: assigning the associated rights of the business contract to the multi-sign contract;
the method comprises the following steps of (1) Ethernet shop transaction service calling processing based on a multi-sign contract: a plurality of designated accounts send service requests to corresponding multi-sign contracts, and the multi-sign contracts call matched service contracts based on the received service requests; and each designated account completes the Etherhouse transaction industry based on the execution of the service contract.
2. The method of claim 1, wherein assigning the associated rights of the business contract to the multi-sign contract is specifically:
and searching the business contract of which the Ethernet shop address is matched with the Ethernet shop address included in the multi-sign contract, and replacing the Ethernet shop in the searched business contract with the multi-sign contract.
3. The method of claim 1, wherein the etherhouse address is: the method comprises the steps of converting a private key of an account into a public key in a non-compressed format based on a specified elliptic curve, calculating a hash value of the public key by adopting a hash algorithm, converting the hash value of the public key into a hexadecimal character string, and intercepting a section of continuous sub-character string from the hexadecimal character string and adding specified two-bit head characters to obtain an Ethern address corresponding to the private key of the current account.
4. The method of any of claims 1-3, wherein when configuring the corresponding number of unlocking private keys for the multi-sign ether house address, the number of unlocking private keys and the number of ether house addresses included in the multi-sign contract satisfy:
Figure FDA0002872666370000011
where m represents the number of unlocking private keys and n represents the number of ether house addresses included in the multi-sign contract.
5. The method of any of claims 1-3, wherein the number of unlocking private keys and the number of Etherhouse addresses included in the multi-sign contract are configured in a ratio comparable to 2/3, 3/5, or 4/7 when configuring the corresponding number of unlocking private keys for the multi-sign Etherhouse address.
CN202011604573.7A 2020-12-30 2020-12-30 Ether house intelligent contract implementation method based on multi-sign technology Pending CN112529709A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011604573.7A CN112529709A (en) 2020-12-30 2020-12-30 Ether house intelligent contract implementation method based on multi-sign technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011604573.7A CN112529709A (en) 2020-12-30 2020-12-30 Ether house intelligent contract implementation method based on multi-sign technology

Publications (1)

Publication Number Publication Date
CN112529709A true CN112529709A (en) 2021-03-19

Family

ID=74977201

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011604573.7A Pending CN112529709A (en) 2020-12-30 2020-12-30 Ether house intelligent contract implementation method based on multi-sign technology

Country Status (1)

Country Link
CN (1) CN112529709A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113177792A (en) * 2021-05-11 2021-07-27 上海商学院 Method and device for realizing token pool multi-account stream processing through intelligent contract
CN115271741A (en) * 2022-08-03 2022-11-01 国网江苏省电力有限公司南通供电分公司 Intelligent payment system and method for electric power capital construction cost based on block chain technology

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107077675A (en) * 2016-12-30 2017-08-18 深圳前海达闼云端智能科技有限公司 Block chain based currency management method and system
CN109615525A (en) * 2019-01-18 2019-04-12 北京阿尔山区块链联盟科技有限公司 Multi-signature shares guard method, system and the electronic equipment of account
CN110796449A (en) * 2019-10-28 2020-02-14 网易(杭州)网络有限公司 Transaction processing method, system, medium and computing device
CN110910140A (en) * 2019-10-11 2020-03-24 平安壹钱包电子商务有限公司 Method for realizing intelligent contract, front-end server, client, equipment and medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107077675A (en) * 2016-12-30 2017-08-18 深圳前海达闼云端智能科技有限公司 Block chain based currency management method and system
CN109615525A (en) * 2019-01-18 2019-04-12 北京阿尔山区块链联盟科技有限公司 Multi-signature shares guard method, system and the electronic equipment of account
CN110910140A (en) * 2019-10-11 2020-03-24 平安壹钱包电子商务有限公司 Method for realizing intelligent contract, front-end server, client, equipment and medium
CN110796449A (en) * 2019-10-28 2020-02-14 网易(杭州)网络有限公司 Transaction processing method, system, medium and computing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113177792A (en) * 2021-05-11 2021-07-27 上海商学院 Method and device for realizing token pool multi-account stream processing through intelligent contract
CN115271741A (en) * 2022-08-03 2022-11-01 国网江苏省电力有限公司南通供电分公司 Intelligent payment system and method for electric power capital construction cost based on block chain technology

Similar Documents

Publication Publication Date Title
CN109829824B (en) Commodity transaction information sharing method based on block chain technology
CN110874739B (en) Distributed computing and storage network implementing high integrity, high bandwidth, low latency, secure processing
JP2022166214A (en) System and method for controlling asset-related actions via blockchain
CN109087024B (en) Data processing method, device, storage medium and equipment for electronic bill
JP2021153341A (en) Data transfer control method and system based on integrated block chain
US20210049594A1 (en) Blockchain-based remittance method and apparatus
CN109508970B (en) Remittance method and device based on block chain
CN110659906B (en) Bill information processing method, related device and medium
CN109598598A (en) Transaction processing method and device, electronic equipment based on block chain
CN109598504A (en) Transaction processing method and device, electronic equipment based on block chain
CN109584063A (en) Transaction processing method and device, electronic equipment based on block chain
CN112529709A (en) Ether house intelligent contract implementation method based on multi-sign technology
CN109325764B (en) Sensitive data transaction system and method based on block chain
CN112200568B (en) Block chain based account creation method and device and electronic equipment
CN103369038B (en) Platform serves PaaS management platform and method
CN112600830B (en) Service data processing method and device, electronic equipment and storage medium
CN111612452A (en) Intellectual property management system and method based on block chain
CN113420335A (en) Block chain-based federal learning system
WO2022206430A1 (en) Method and apparatus for processing bill data by using off-chain trusted device
CN116894732A (en) Digital asset management method, device, system and readable storage medium
CN111639938A (en) Data processing method, device, equipment and medium
CN113919846B (en) Block link point dynamic grouping method and device, computer equipment and storage medium
Huang et al. Incentive assignment in hybrid consensus blockchain systems in pervasive edge environments
CN108170860A (en) Data query method, apparatus, electronic equipment and computer readable storage medium
US8990398B1 (en) Systems and methods for processing requests for network resources

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

Address after: 10th Floor, City Heart, No. 86, Section 1, Renmin South Road, Qingyang District, Chengdu, Sichuan Province, 610015

Applicant after: Sichuan Xinhua Publishing and Distribution Group Co.,Ltd.

Applicant after: MCLOUD (SHANGHAI) DIGITAL TECHNOLOGY CO.,LTD.

Address before: No.86, Section 1, Renmin South Road, Qingyang District, Chengdu, Sichuan 610000

Applicant before: Sichuan Xinhua Wanyun Technology Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210319