CN107526615B - Single-machine program upgrading method and device in service operation process - Google Patents

Single-machine program upgrading method and device in service operation process Download PDF

Info

Publication number
CN107526615B
CN107526615B CN201710771716.5A CN201710771716A CN107526615B CN 107526615 B CN107526615 B CN 107526615B CN 201710771716 A CN201710771716 A CN 201710771716A CN 107526615 B CN107526615 B CN 107526615B
Authority
CN
China
Prior art keywords
program
code
new
upgraded
service
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
CN201710771716.5A
Other languages
Chinese (zh)
Other versions
CN107526615A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201710771716.5A priority Critical patent/CN107526615B/en
Publication of CN107526615A publication Critical patent/CN107526615A/en
Application granted granted Critical
Publication of CN107526615B publication Critical patent/CN107526615B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a single-machine program upgrading method and a single-machine program upgrading device in a service operation process, wherein the upgrading method comprises the steps of checking the current version number of a program to be upgraded by an upgrading program and judging whether the program to be upgraded can be upgraded or not; if the program to be upgraded can be upgraded, the upgrading program firstly closes the user configuration function of the program to be upgraded and loads a new configuration management code into the program to be upgraded; executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data; loading a new service operation code, and switching to the new service operation code and operating the new service operation code under the condition that the service of the new service operation code is not accessed and changed currently; and opening a user configuration function, operating the new configuration management code and updating the current version number. The invention realizes that the program is not closed and the service is not interrupted completely in the program upgrading process, and improves the working efficiency.

Description

Single-machine program upgrading method and device in service operation process
Technical Field
The invention relates to the technical field of computer programming, in particular to a single-machine program upgrading method and a single-machine program upgrading device in a service operation process.
Background
The program upgrading refers to that when a program developer writes a program, because a designer considers incomplete or incomplete functions of the program, after the program is released, the program is released in the form of patches after the program is modified or new functions are added, and a user updates the patches, namely, the program upgrading is completed. The purpose of program upgrade is to better meet the user's requirement and prevent virus intrusion, and at the same time, to update or modify the previous program, so as to ensure the reliability and safety of the program and facilitate the user's use.
In the prior art, a program needs to be closed when being upgraded, which causes the problem of interruption of program service, the program loads a lot of services during running, the situation of service interruption is always undesirable during program upgrading, and the program is restarted after the upgrading is completed, and the service needs to be restarted.
Therefore, how to provide a method and apparatus for upgrading a stand-alone program without interrupting service operation is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a single-machine program upgrading method and a single-machine program upgrading device in a service operation process, which realize that a program is not closed and the service is not completely interrupted in the program upgrading process and improve the working efficiency.
In order to solve the above technical problem, the present invention provides a method for upgrading a single machine program in a service operation process, comprising:
storing a program code for updating and informing an upgrading program to start upgrading, wherein the upgrading program checks the current version number of the program to be upgraded and judges whether the program to be upgraded can be upgraded according to the current version number, and the program code for updating comprises a new configuration management code and a new service operation code;
if the program to be upgraded can be upgraded, the upgrading program firstly closes the user configuration function of the program to be upgraded and loads the new configuration management code into the program to be upgraded;
executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data;
loading the new service operation code, and under the condition that the service of the new service operation code is not accessed and changed currently, switching to the new service operation code and operating the new service operation code;
and opening the user configuration function, operating the new configuration management code and updating the current version number.
Preferably, the case that the service of the new service running code is not currently accessed and changed includes:
judging whether the instruction of the current thread can access and change the service of the new service operation code;
and if the instructions of the threads can access and change the service of the new service running code, shielding the instructions of the threads which can access and change the service of the new service running code.
Preferably, the case that the service of the new service running code is not currently accessed and changed includes:
and locking the instructions of the thread outside the new service operation code.
Preferably, the upgradable code of the program to be upgraded contains a reserved field, and the default value of the reserved field is 0, and the method further comprises:
if the new service operation code detects that the reserved field is the default value, initializing a new data space and changing the default value.
In order to solve the above technical problem, the present invention further provides a single-machine program upgrading apparatus in a service operation process, including:
the system comprises a deployment unit, a service unit and a service unit, wherein the deployment unit is used for storing a program code for updating and informing an upgrading program to start upgrading, the upgrading program checks the current version number of the program to be upgraded and judges whether the program to be upgraded can be upgraded according to the current version number, and the program code for updating comprises a new configuration management code and a new service operation code;
the first loading unit is used for firstly closing the user configuration function of the program to be upgraded by the upgrading program and loading the new configuration management code into the program to be upgraded if the program to be upgraded can be upgraded;
the initialization unit is used for executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data;
a second loading unit, configured to load the new service running code, and switch to the new service running code and run the new service running code when a service of the new service running code is not currently accessed and changed;
and the operation unit is used for opening the user configuration function, operating the new configuration management code and updating the current version number.
Preferably, the second loading unit includes:
the judging subunit is used for judging whether the instruction of the current thread can access and change the service of the new service operation code;
and the shielding subunit is used for shielding the instruction of the thread for accessing and changing the new service running code service if the instruction of the thread can access and change the service of the new service running code.
Preferably, the second loading unit includes:
and the locking subunit is used for locking the instruction of the thread outside the new service operation code.
Preferably, the upgradable code of the program to be upgraded contains a reserved field, the default value of the reserved field is 0, and the apparatus further includes:
and a changing unit, configured to initialize a new data space and change the default value at the same time, if the new service code detects that the reserved field is the default value.
The invention provides a method and a device for upgrading a single-machine program without interrupting service operation, wherein the method comprises the steps of checking the current version number of a program to be upgraded by an upgrading program and judging whether the program to be upgraded can be upgraded or not; if the program to be upgraded can be upgraded, the upgrading program firstly closes the user configuration function of the program to be upgraded and loads a new configuration management code into the program to be upgraded; executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data; loading a new service operation code, and switching to the new service operation code and operating the new service operation code under the condition that the service of the new service operation code is not accessed and changed currently; and opening a user configuration function, operating the new configuration management code and updating the current version number.
Compared with the prior art that the service needs to be interrupted and closed when the program is upgraded, and the program is restarted and the service is restarted after the upgrade is finished, the method and the system for upgrading the program do not need to be closed when the program to be upgraded is upgraded, only need to temporarily stop the currently running service of the program to be upgraded when a new service running code is switched, and can follow the service before running instead of restarting the service after the program to be upgraded is upgraded, so that the method and the system for upgrading the program realize that the program is not closed and the service is not completely interrupted in the process of upgrading the program, and improve the working efficiency.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and 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 creative efforts.
Fig. 1 is a flowchart of a single-machine program upgrading method in a service operation process according to the present invention;
fig. 2 is a schematic structural diagram of a stand-alone program upgrading device in a service operation process provided by the present invention.
Detailed Description
The core of the invention is to provide a single-machine program upgrading method and a single-machine program upgrading device in the service operation process, which realize that the program is not closed and the service is not completely interrupted in the program upgrading process and improve the working efficiency.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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 present invention provides a single-machine program upgrading method in a service operation process, as shown in fig. 1, fig. 1 is a flowchart of the single-machine program upgrading method in the service operation process provided by the present invention, and includes the following steps:
step S1: storing a program code for updating and informing an upgrading program to start upgrading, wherein the upgrading program checks the current version number of the program to be upgraded and judges whether the program to be upgraded can be upgraded according to the current version number, and the program code for updating comprises a new configuration management code and a new service operation code;
the method comprises the steps that a program code for updating is stored under a file system path of a program to be upgraded, the upgrading program checks the current version number of the program to be upgraded and judges whether the program to be upgraded can be upgraded or not so as to prevent error upgrading and repeated upgrading; the new configuration management code mainly manages the system configuration data with less persistence, and the new service operation code mainly manages the operation data with frequent change in the memory. The part of the program to be upgraded which can be upgraded on line needs to be put into a dynamic library.
Step S2: if the program to be upgraded can be upgraded, the upgrading program firstly closes the user configuration function of the program to be upgraded and loads a new configuration management code into the program to be upgraded;
step S3: executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data;
it should be noted that the original configuration management data may be referred to by the old service running code and the new configuration management code, and if there is a new data segment, an index needs to be added to the global data table.
Step S4: loading a new service running code, and switching to the new service running code and running the new service running code under the condition that the service of the new service running code is not accessed and changed currently;
the original service running code needs to be made into a large loop mode, the large loop mode requires that a long-time loop or blocking code cannot exist in the original service running code, and the original service running code needs to be executed quickly, so that the service running can be suspended at any time, and the code replacement is carried out. The condition that the service of the new service operation code is not accessed and changed currently is the time when the service of the program to be upgraded is suspended. The front-end non-upgraded program code needs to maintain connection with the client or the service, and the connection is kept not disconnected within a short switching time.
It should be noted that before switching the new service running code, the new service running code needs to be initialized, so that the new service running code is not initialized when running, and thus can run immediately. In the process of switching to the new service operation code, a code written by any one of programming languages of C, C + +, or JAVA may be used as a tool for switching, and of course, the present invention does not limit the specific programming language of the switching tool.
Step S5: and opening a user configuration function, operating the new configuration management code and updating the current version number.
Preferably, the case that the service of the new service running code is not currently accessed and changed includes:
judging whether the instruction of the current thread can access and change the service of the new service operation code;
and if the instructions of the threads can access and change the service of the new service running code, shielding the instructions of the threads which can access and change the service of the new service running code.
In other preferred embodiments, the case where the service of the new service run code is not currently accessed and changed includes:
and locking the instruction of the thread outside the new service operation code.
It should be noted that locking all instructions of the new service running code outside the new service running code needs to be performed before switching the new service running code.
It can be understood that by shielding or locking the instructions of the thread, the new service code is not run before switching, so that the problems that the new and old service running codes run simultaneously to cause the thread instructions to be unable to execute or the instructions to be invalid when the codes are switched are prevented, which may cause the failure of switching the codes, and therefore, the occurrence of the problems can be avoided, so that the switching of the codes can be correctly and effectively performed.
Preferably, the upgradeable code of the program to be upgraded contains a reserved field, and the default value of the reserved field is 0, and the method further comprises:
if the new service operation code detects that the reserved field is the default value, initializing a new data space, and simultaneously changing the default value.
It should be noted that the upgradeable code of the program to be upgraded needs to have a reserved field, and the program code for updating needs to have a reserved field for future use in upgrading.
The invention provides a method for upgrading a single machine program without interrupting service operation, which comprises the steps that an upgrading program checks the current version number of a program to be upgraded and judges whether the program to be upgraded can be upgraded or not; if the program to be upgraded can be upgraded, the upgrading program firstly closes the user configuration function of the program to be upgraded and loads a new configuration management code into the program to be upgraded; executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data; loading a new service operation code, and switching to the new service operation code and operating the new service operation code under the condition that the service of the new service operation code is not accessed and changed currently; and opening a user configuration function, operating the new configuration management code and updating the current version number.
Compared with the prior art that the service needs to be interrupted and closed when the program is upgraded, and the program is restarted and the service is restarted after the upgrade is finished, the method and the system for upgrading the program do not need to be closed when the program to be upgraded is upgraded, only need to temporarily stop the currently running service of the program to be upgraded when a new service running code is switched, and can follow the service before running instead of restarting the service after the program to be upgraded is upgraded, so that the method and the system for upgrading the program realize that the program is not closed and the service is not completely interrupted in the process of upgrading the program, and improve the working efficiency.
The present invention also provides a single-machine program upgrading device in a service operation process, as shown in fig. 2, fig. 2 is a schematic structural diagram of the single-machine program upgrading device in the service operation process provided by the present invention, and the device includes:
the deployment unit 1 is used for storing a program code for updating and informing the upgrading program to start upgrading, the upgrading program checks the current version number of the program to be upgraded and judges whether the program to be upgraded can be upgraded according to the current version number, and the program code for updating comprises a new configuration management code and a new service operation code;
the first loading unit 2 is used for firstly closing the user configuration function of the program to be upgraded by the upgrading program and loading a new configuration management code into the program to be upgraded if the program to be upgraded can be upgraded;
an initialization unit 3, configured to perform a data initialization function of the new configuration management code, allocate new configuration management data, and make the new configuration management data compatible with the original configuration management data;
the second loading unit 4 is used for loading the new service running code, and switching to the new service running code and running the new service running code under the condition that the service of the new service running code is not accessed and changed currently;
and the operation unit 5 is used for opening the user configuration function, operating the new configuration management code and updating the current version number.
Preferably, the second loading unit 4 includes:
the judging subunit is used for judging whether the instruction of the current thread can access and change the service of the new service operation code;
and the shielding subunit is used for shielding the instruction of the thread for accessing and changing the new service running code service if the instruction of the thread can access and change the service of the new service running code service.
Preferably, the second loading unit 4 comprises:
and the locking subunit is used for locking the instructions of the threads outside the new service operation codes.
Preferably, the upgradable code of the program to be upgraded contains a reserved field, the default value of the reserved field is 0, and the apparatus further comprises:
and the changing unit is used for initializing a new data space and changing the default value simultaneously if the new service code detects that the reserved field is the default value.
The invention provides a device for upgrading a single machine program without interrupting service operation, which comprises an upgrading program, a first judging module and a second judging module, wherein the upgrading program checks the current version number of a program to be upgraded and judges whether the program to be upgraded can be upgraded or not; if the program to be upgraded can be upgraded, the upgrading program firstly closes the user configuration function of the program to be upgraded and loads a new configuration management code into the program to be upgraded; executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data; loading a new service operation code, and switching to the new service operation code and operating the new service operation code under the condition that the service of the new service operation code is not accessed and changed currently; and opening a user configuration function, operating the new configuration management code and updating the current version number.
Compared with the prior art that the service needs to be interrupted and closed when the program is upgraded, and the program is restarted and the service is restarted after the upgrade is finished, the method and the system for upgrading the program do not need to be closed when the program to be upgraded is upgraded, only need to temporarily stop the currently running service of the program to be upgraded when a new service running code is switched, and can follow the service before running instead of restarting the service after the program to be upgraded is upgraded, so that the method and the system for upgrading the program realize that the program is not closed and the service is not completely interrupted in the process of upgrading the program, and improve the working efficiency.
The above description details the method and apparatus for upgrading a single machine program in a service operation process provided by the present invention. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (8)

1. A single machine program upgrading method in the service operation process is characterized by comprising the following steps:
storing a program code for updating and informing an upgrading program to start upgrading, wherein the upgrading program checks the current version number of the program to be upgraded and judges whether the program to be upgraded can be upgraded according to the current version number, and the program code for updating comprises a new configuration management code and a new service operation code;
if the program to be upgraded can be upgraded, the upgrading program firstly closes the user configuration function of the program to be upgraded and loads the new configuration management code into the program to be upgraded;
executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data;
loading the new service operation code, and under the condition that the service of the new service operation code is not accessed and changed currently, switching to the new service operation code and operating the new service operation code;
and opening the user configuration function, operating the new configuration management code and updating the current version number.
2. The method of claim 1, wherein the case that the service of the new service run code is not currently accessed and changed comprises:
judging whether the instruction of the current thread can access and change the service of the new service operation code;
and if the instructions of the threads can access and change the service of the new service running code, shielding the instructions of the threads which can access and change the service of the new service running code.
3. The method of claim 2, wherein the case that the service of the new service run code is not currently accessed and changed comprises:
and locking the instructions of the thread outside the new service operation code.
4. The method of any of claims 1-3, wherein the upgradeable code for the program to be upgraded contains a reserved field with a default value of 0, the method further comprising:
if the new service operation code detects that the reserved field is the default value, initializing a new data space and changing the default value.
5. A single-machine program upgrading device in the service operation process is characterized by comprising the following steps:
the system comprises a deployment unit, a service unit and a service unit, wherein the deployment unit is used for storing a program code for updating and informing an upgrading program to start upgrading, the upgrading program checks the current version number of the program to be upgraded and judges whether the program to be upgraded can be upgraded according to the current version number, and the program code for updating comprises a new configuration management code and a new service operation code;
the first loading unit is used for firstly closing the user configuration function of the program to be upgraded by the upgrading program and loading the new configuration management code into the program to be upgraded if the program to be upgraded can be upgraded;
the initialization unit is used for executing the data initialization function of the new configuration management code, distributing new configuration management data and enabling the new configuration management data to be compatible with the original configuration management data;
a second loading unit, configured to load the new service running code, and switch to the new service running code and run the new service running code when a service of the new service running code is not currently accessed and changed;
and the operation unit is used for opening the user configuration function, operating the new configuration management code and updating the current version number.
6. The apparatus of claim 5, wherein the second loading unit comprises:
the judging subunit is used for judging whether the instruction of the current thread can access and change the service of the new service operation code;
and the shielding subunit is used for shielding the instruction of the thread for accessing and changing the new service running code service if the instruction of the thread can access and change the service of the new service running code.
7. The apparatus of claim 6, wherein the second loading unit comprises:
and the locking subunit is used for locking the instruction of the thread outside the new service operation code.
8. The apparatus of any of claims 5-7, wherein the upgradeable code of the program to be upgraded contains a reserved field with a default value of 0, the apparatus further comprising:
and a changing unit, configured to initialize a new data space and change the default value simultaneously, if the new service operation code detects that the reserved field is the default value.
CN201710771716.5A 2017-08-31 2017-08-31 Single-machine program upgrading method and device in service operation process Active CN107526615B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710771716.5A CN107526615B (en) 2017-08-31 2017-08-31 Single-machine program upgrading method and device in service operation process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710771716.5A CN107526615B (en) 2017-08-31 2017-08-31 Single-machine program upgrading method and device in service operation process

Publications (2)

Publication Number Publication Date
CN107526615A CN107526615A (en) 2017-12-29
CN107526615B true CN107526615B (en) 2020-11-20

Family

ID=60683173

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710771716.5A Active CN107526615B (en) 2017-08-31 2017-08-31 Single-machine program upgrading method and device in service operation process

Country Status (1)

Country Link
CN (1) CN107526615B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108628622A (en) * 2018-03-28 2018-10-09 合肥凯利科技投资有限公司 A kind of system and its upgrade method of electric machine controller
CN110489140B (en) * 2019-07-11 2023-06-06 平安科技(深圳)有限公司 Software upgrading method and device, computer equipment and computer storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7370092B2 (en) * 2002-09-12 2008-05-06 Computer Sciences Corporation System and method for enhanced software updating and revision
CN100502302C (en) * 2005-01-12 2009-06-17 华为技术有限公司 Method of updating configuration file for embedded media terminal adapter
CN101119188B (en) * 2007-09-25 2010-06-02 中兴通讯股份有限公司 Single board updating method for implementing uninterruptive service

Also Published As

Publication number Publication date
CN107526615A (en) 2017-12-29

Similar Documents

Publication Publication Date Title
CN105138382B (en) A kind of method and terminal of android system upgrading
US20150089479A1 (en) Method for pre-testing software compatibility and system thereof
EP1077407A1 (en) Method of upgrading a program using associated configuration data
CN102214113B (en) Method, device and terminal for upgrading operating system
CN101594613A (en) The method of terminal equipment and upgrading thereof, system
US20080263350A1 (en) Update in-use flash memory without external interfaces
CA2701491A1 (en) Firmware image update and management
US20180046451A1 (en) Electronic system with update control mechanism and method of operation thereof
WO2012100535A1 (en) Updating method and computer system for hypervisor components
CN107526615B (en) Single-machine program upgrading method and device in service operation process
US7546596B2 (en) Non-disruptive method, system and program product for overlaying a first software module with a second software module
Banno et al. Tackling consistency issues for runtime updating distributed systems
US8650579B1 (en) Containment for computer-software update installation processes
CN114035831B (en) CPLD upgrading method, system and computer readable storage medium
CN113342376B (en) Method and device for upgrading operating system of Internet of things equipment
CN109189444A (en) A kind of upgrade control method and device of the management node of server virtualization system
CN113721959A (en) Information processing method and device and electronic equipment
CN114546455A (en) MCU software upgrading method and device for double partitions
KR100558394B1 (en) electronic apparatus and program update method of thereof
US20120089827A1 (en) Computing device and method to reduce the time needed for the device to start
KR101420026B1 (en) A method, apparatus and computer program for loading files during a boot-up process
CN111666094B (en) Real-time firmware upgrading system and method
CN107807828B (en) Control method and device for browsing service kernel loading
KR20190057973A (en) Security method for embedded system with virtualization technology
CN116701057A (en) Program module upgrading method and device, electronic equipment and readable storage medium

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

Address after: 215100 No. 1 Guanpu Road, Guoxiang Street, Wuzhong Economic Development Zone, Suzhou City, Jiangsu Province

Applicant after: SUZHOU LANGCHAO INTELLIGENT TECHNOLOGY Co.,Ltd.

Address before: 450018 Henan province Zheng Dong New District of Zhengzhou City Xinyi Road No. 278 16 floor room 1601

Applicant before: ZHENGZHOU YUNHAI INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant