CN107102906B - data processing method and device for application program - Google Patents

data processing method and device for application program Download PDF

Info

Publication number
CN107102906B
CN107102906B CN201710283137.6A CN201710283137A CN107102906B CN 107102906 B CN107102906 B CN 107102906B CN 201710283137 A CN201710283137 A CN 201710283137A CN 107102906 B CN107102906 B CN 107102906B
Authority
CN
China
Prior art keywords
application program
data
interface address
application
matching relationship
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
CN201710283137.6A
Other languages
Chinese (zh)
Other versions
CN107102906A (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.)
Fujian Cnfol Information Technology Co Ltd
Original Assignee
Fujian Cnfol Information 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 Fujian Cnfol Information Technology Co Ltd filed Critical Fujian Cnfol Information Technology Co Ltd
Priority to CN201710283137.6A priority Critical patent/CN107102906B/en
Publication of CN107102906A publication Critical patent/CN107102906A/en
Application granted granted Critical
Publication of CN107102906B publication Critical patent/CN107102906B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications

Landscapes

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

Abstract

the application provides a data processing method and device of an application program, a first matching relation and a second matching relation are generated by respectively establishing matching relations between acquired first data and acquired second data and a target interface and a target application program, and then interactive use of data generated between a new version application program and an old version application program is achieved according to the obtained first matching relation and the obtained second matching relation.

Description

Data processing method and device for application program
Technical Field
The invention relates to the technical field of application programs, in particular to a data processing method and device of an application program.
background
with the rapid development of the global internet, application programs are favored as media tools for users to entertain and socialize. In order to better meet the requirements of users, the application program will perform version update in real time, but how to perform data compatibility between the new version application program and the old version application program needs to be solved.
at present, a data processing method for a new version application program and an old version application program mainly obtains data, an interface and the application program of the new version application program and the old version application program respectively, and arranges and combines the data, the interface and the application program to obtain all condition combinations existing in data interactive use between the new version application program and the old version application program, then screens all condition combinations according to conditions possibly existing in a real application scene, deletes part of condition combinations which are not possible to exist, and realizes interactive use of data generated between the new version application program and the old version application program according to the condition combinations obtained by screening. However, when the existing data processing method of the application program is used for data processing, the combination of situations which do not exist in reality can be listed through permutation and combination, so that the time and the workload of data processing of the application program are increased, and the data processing efficiency of the application program is indirectly reduced.
disclosure of Invention
in view of this, the present invention provides a data processing method and apparatus for an application program, which reduces the time and workload of data processing of the application program to improve the data processing efficiency of the application program.
In order to achieve the purpose, the invention provides the following technical scheme:
A data processing method of an application program, comprising:
acquiring first data and a first application program, wherein the first data is data generated by the first application program, and the first application program is an application program without version update;
Acquiring second data and a second application program, wherein the second data is data generated by the second application program, and the second application program is an application program subjected to version updating;
acquiring a first interface address corresponding to the first application program and a second interface address corresponding to the second application program;
Generating a first matching relationship among the first data, a target interface address and a target application program, wherein the target interface address comprises the first interface address and a second interface address, and the target application program comprises the first application program and the second application program;
And generating a second matching relation among the second data, the target interface address and the target application program.
Preferably, the generating a first matching relationship between the first data, the target interface address and the target application includes:
Generating a third matching relation among the first data, the first interface address and the first application program;
and generating a fourth matching relation among the first data, the second interface address and the second application program.
preferably, the generating a second matching relationship between the second data, the target interface address and the target application includes:
Generating a fifth matching relationship among the second data, the first interface address and the first application program;
and generating a sixth matching relation among the second data, the second interface address and the second application program.
Preferably, after generating the second matching relationship between the second data, the target interface address and the target application, the method further includes:
and displaying the first matching relation and the second matching relation.
A data processing apparatus for an application, comprising:
the system comprises a first acquisition module, a first processing module and a second processing module, wherein the first acquisition module is used for acquiring first data and a first application program, the first data is data generated by the first application program, and the first application program is an application program without version update;
A second obtaining module, configured to obtain second data and a second application program, where the second data is data generated by the second application program, and the second application program is an application program with a version updated;
a third obtaining module, configured to obtain a first interface address corresponding to the first application and a second interface address corresponding to the second application;
A first generating module, configured to generate a first matching relationship among the first data, a target interface address, and a target application program, where the target interface address includes the first interface address and a second interface address, and the target application program includes the first application program and the second application program;
And the second generation module is used for generating a second matching relation among the second data, the target interface address and the target application program.
preferably, the first generating module comprises:
the third generation module is used for generating a third matching relation among the first data, the first interface address and the first application program;
and the fourth generating module is used for generating a fourth matching relation among the first data, the second interface address and the second application program.
Preferably, the second generating module comprises:
A fifth generating module, configured to generate a fifth matching relationship between the second data, the first interface address, and the first application;
and the sixth generating module is used for generating a sixth matching relation among the second data, the second interface address and the second application program.
Preferably, the apparatus further comprises:
And the display module is used for displaying the first matching relationship and the second matching relationship after the second generation module generates the second matching relationship among the second data, the target interface address and the target application program.
compared with the prior art, the invention provides a data processing method and device for an application program, by establishing a matching relationship between the acquired first data and second data and the target interface address and the target application program, respectively, a first matching relationship and a second matching relationship can be generated, and then the interactive use of the data generated between the new version application program and the old version application program is realized according to the obtained first matching relation and the second matching relation, it can be seen that the first matching relationship between the first data, the target interface address and the target application is directly generated, and generating a second matching relationship between the second data, the target interface address and the target application program, which can effectively avoid generating a condition combination which can not exist in the real application, therefore, the time and workload of data processing of the application program are reduced, and the data processing efficiency of the application program is indirectly improved.
Drawings
in order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method of processing data of an application according to an embodiment of the present invention;
FIG. 2 is a flowchart of a method of processing data of another application according to an embodiment of the present invention;
Fig. 3 is a schematic structural diagram of a data processing apparatus for an application according to an embodiment of the present invention;
Fig. 4 is a schematic structural diagram of another data processing apparatus for application programs 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 embodiment of the invention discloses a data processing method of an application program, please refer to fig. 1, and the method specifically comprises the following steps:
s101: acquiring first data and a first application program, wherein the first data is data generated by the first application program, and the first application program is an application program without version update;
Specifically, in order to ensure that compatible identification of data generated by different versions can be realized between a new version application program and an old version application program before and after version update and interactive use, a matching relationship for interactive use of data between the new version application program and the old version application program can be set, so that data can be directly transmitted to the application program which can be compatibly identified and interactively used in the subsequent process according to the set matching relationship.
since the old version application program generates a large amount of data according to the operation of the user when the version update operation of the application program is performed, it is necessary to first acquire the data generated by the old version application program and the application program, i.e., the first data and the first application program, so as to perform the relationship matching operation in the following.
S102: acquiring second data and a second application program, wherein the second data is data generated by the second application program, and the second application program is an application program subjected to version updating;
specifically, after the version update operation of the application program is performed, a new version application program, that is, a second application program, is generated, and at this time, in order to realize that data generated in the new version application program and data generated in the old version application program can be cross-identified and used interactively by two different version application programs, data generated by the new version application program and the application programs, that is, the second data and the second application program, need to be acquired.
s103: acquiring a first interface address corresponding to the first application program and a second interface address corresponding to the second application program;
specifically, when the new and old versions of application program acquire data to perform various operations, the data needs to be acquired through corresponding interface addresses, and then a first interface address used by the first application program to acquire the data and a second interface address used by the second application program to acquire the data need to be acquired.
s104: generating a first matching relationship among the first data, a target interface address and a target application program, wherein the target interface address comprises the first interface address and a second interface address, and the target application program comprises the first application program and the second application program;
specifically, in combination with a real application scenario, first data generated by an old version application program may be transmitted to different version application programs through a first interface address and a second interface address to complete each operation instruction, so that a first matching relationship among the first data, a target interface address including the first interface address and the second interface address, and a target application program including the first application program and the second application program is required to be generated, so that the subsequent different version application programs complete compatible identification of the data generated by the different version application programs according to the first matching relationship, and use the data interactively.
s105: generating a second matching relationship among the second data, the target interface address and the target application program;
specifically, in combination with the real application scenario, the second data generated by the new version application program may be transmitted to the different version application programs through the first interface address and the second interface address to complete each operation instruction, so that a second matching relationship among the second data, the target interface address including the first interface address and the second interface address, and the target application program including the first application program and the second application program is required to be generated, so that the subsequent different version application programs complete compatible identification of the data generated by the different version application programs according to the second matching relationship, and are used interactively.
According to the data processing method of the application program disclosed by the embodiment of the invention, the first matching relation and the second matching relation are generated by respectively establishing the matching relation between the acquired first data and the acquired second data and the target interface address and the target application program, and then the interactive use of the generated data between the new version application program and the old version application program is realized according to the acquired first matching relation and the acquired second matching relation.
the execution sequence of S105 related to the embodiment of the present invention includes, but is not limited to, after S104, and may be executed before S104.
optionally, after S105 in the embodiment corresponding to fig. 1, the method further includes:
and displaying the first matching relation and the second matching relation.
Specifically, in order to facilitate a developer to perform research and analysis on a matching relationship generated according to data generated by application programs of different versions, the generated first matching relationship and the second matching relationship may be directly displayed to the relevant developer.
In the embodiment of the invention, the generated first matching relationship and the second matching relationship are displayed, so that a developer can conveniently perform subsequent research and analysis, and the problem of errors in the generation process of the matching relationship in the data processing process of the application program is avoided.
on the basis of the embodiment corresponding to fig. 1, another data processing method for an application program is disclosed in the embodiment of the present invention, please refer to fig. 2, where the method specifically includes the following steps:
S201: the method comprises the steps of obtaining first data and a first application program, wherein the first data are generated by the first application program, and the first application program is an application program which is not subjected to version updating.
s202: and acquiring second data and a second application program, wherein the second data is data generated by the second application program, and the second application program is an application program subjected to version updating.
S203: and acquiring a first interface address corresponding to the first application program and a second interface address corresponding to the second application program.
S204: generating a third matching relation among the first data, the first interface address and the first application program;
Specifically, in combination with the real application scenario, the first data generated by the old version application program may be transmitted to the first application program through the first interface address, so as to complete each operation instruction on the first application program. In other words, the old data generated by the old application can be transmitted to the old application through the old interface address corresponding to the old application, so as to execute the relevant operation instruction on the old application. Therefore, a matching relationship that conforms to a real application scenario, i.e., a third matching relationship, needs to be established and generated, so as to directly set a real transmission relationship, thereby effectively avoiding generating a transmission relationship that is unlikely to exist in reality, and saving a time value and a workload of data processing of an application program.
s205: generating a fourth matching relation among the first data, the second interface address and a second application program;
Specifically, in combination with the real application scenario, the first data generated by the old version application program may be transmitted to the second application program through the second interface address, so as to complete each operation instruction on the second application program. In other words, the old data generated by the old application can be transmitted to the new application through the new interface address corresponding to the new application, so as to execute the relevant operation instruction on the new application. Therefore, a matching relationship conforming to a real application scene, that is, a fourth matching relationship needs to be generated, so that a real transmission relationship is directly set, establishment and generation of a transmission relationship that cannot exist in reality are effectively avoided, and a time value and workload of data processing of an application program are saved.
the above steps S204 to S205 are only a preferred implementation manner of the process of "generating the first matching relationship between the first data, the target interface address and the target application program" disclosed in the embodiment of the present invention, and a specific implementation manner of the process may be arbitrarily set according to an actual requirement, which is not limited herein.
S206: generating a fifth matching relationship among the second data, the first interface address and the first application program;
specifically, in combination with the real application scenario, the second data generated by the new version application program may be transmitted to the first application program through the first interface address, so as to complete each operation instruction on the first application program. In other words, the new data generated by the new version application program can be transmitted to the old version application program through the old interface address corresponding to the old version application program, so as to execute the relevant operation instruction on the old version application program. Therefore, a matching relationship conforming to a real application scene, that is, a fifth matching relationship needs to be generated, so that a real transmission relationship is directly set, establishment and generation of a transmission relationship that cannot exist in reality are effectively avoided, and a time value and workload of data processing of an application program are saved.
S207: generating a sixth matching relationship among the second data, the second interface address and the second application program;
specifically, in combination with the real application scenario, the second data generated by the new version application program may be transmitted to the second application program through the second interface address, so as to complete each operation instruction on the second application program. In other words, new data generated by the new version application program can be transmitted to the new version application program through the new interface address corresponding to the new version application program, so that relevant operation instructions are executed on the new version application program. Therefore, a matching relationship conforming to a real application scene, that is, a sixth matching relationship needs to be generated, so that a real transmission relationship is directly set, establishment and generation of a transmission relationship that cannot exist in reality are effectively avoided, and a time value and workload of data processing of an application program are saved.
the above steps S206 to S207 are only a preferred implementation manner of the process of "generating the second matching relationship between the second data, the target interface address and the target application program" disclosed in the embodiment of the present invention, and a specific implementation manner of the process may be arbitrarily set according to an actual requirement, which is not limited herein.
According to the data processing method of the application program disclosed by the embodiment of the invention, the real data transmission relation among the application programs of different versions can be directly set through the third matching relation, the fourth matching relation, the fifth matching relation and the sixth matching relation which are sequentially generated, so that the problem that the time and the workload of data processing of the application program are increased due to generation of redundant condition combinations is solved, and the data processing efficiency of the application program is improved.
The embodiment of the invention discloses a data processing device of an application program, please refer to fig. 3, the device comprises:
a first obtaining module 301, configured to obtain first data and a first application, where the first data is data generated by the first application, and the first application is an application without version update;
A second obtaining module 302, configured to obtain second data and a second application, where the second data is data generated by the second application, and the second application is an application with a version update;
A third obtaining module 303, configured to obtain a first interface address corresponding to the first application and a second interface address corresponding to the second application;
a first generating module 304, configured to generate a first matching relationship among the first data, a target interface address and a target application program, where the target interface address includes the first interface address and a second interface address, and the target application program includes the first application program and the second application program;
A second generating module 305, configured to generate a second matching relationship between the second data, the target interface address, and the target application.
in the data processing apparatus for an application disclosed in the embodiment of the present invention, the first generating module 304 and the second generating module 305 respectively establish a matching relationship between the acquired first data and second data and the target interface address and the target application, so as to generate a first matching relationship and a second matching relationship, further realizing the interactive use of the data between the new version application program and the old version application program according to the obtained first matching relation and the second matching relation, it can be seen that the first matching relationship between the first data, the target interface address and the target application is directly generated, and generating a second matching relationship between the second data, the target interface address and the target application program, which can effectively avoid generating a condition combination which can not exist in the real application, therefore, the time and workload of data processing of the application program are reduced, and the data processing efficiency of the application program is indirectly improved.
Please refer to a method flowchart corresponding to fig. 1 for the working process of each module provided in the embodiment of the present invention, and detailed description of the working process is omitted.
on the basis of the embodiment corresponding to fig. 3, the embodiment of the present invention discloses another data processing apparatus for an application program, referring to fig. 4, where the apparatus includes:
a first obtaining module 301, a second obtaining module 302, a third obtaining module 303, a first generating module 304, a second generating module 305, a display module 306;
wherein the first generating module 304 comprises:
A third generating module 3041, configured to generate a third matching relationship among the first data, the first interface address, and the first application;
A fourth generating module 3042, configured to generate a fourth matching relationship between the first data, the second interface address, and the second application.
the second generation module 305 includes:
A fifth generating module 3051, configured to generate a fifth matching relationship between the second data, the first interface address, and the first application;
A sixth generating module 3052, configured to generate a sixth matching relationship between the second data, the second interface address, and the second application.
The display module 306 is configured to display the first matching relationship and the second matching relationship after the second generating module 305 generates the second matching relationship among the second data, the target interface address, and the target application.
According to the data processing apparatus for an application disclosed in the embodiment of the present invention, the third matching relationship, the fourth matching relationship, the fifth matching relationship, and the sixth matching relationship sequentially generated by the third generating module 3041, the fourth generating module 3042, the fifth generating module 3051, and the sixth generating module 3052 can directly set a data transmission relationship actually existing between applications of different versions, so as to solve the problem that the time and workload of data processing of an application are increased due to generation of a combination of redundant cases, so as to improve the data processing efficiency of the application.
please refer to a method flowchart corresponding to fig. 2 for the working process of each module provided in the embodiment of the present invention, and detailed description of the working process is omitted.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (4)

1. a data processing method for an application program, comprising:
acquiring first data and a first application program, wherein the first data is data generated by the first application program, and the first application program is an application program without version update;
Acquiring second data and a second application program, wherein the second data is data generated by the second application program, and the second application program is an application program subjected to version updating;
Acquiring a first interface address corresponding to the first application program and a second interface address corresponding to the second application program;
generating a third matching relation among the first data, the first interface address and the first application program;
generating a fourth matching relation among the first data, the second interface address and a second application program;
Generating a fifth matching relationship among the second data, the first interface address and the first application program;
And generating a sixth matching relation among the second data, the second interface address and the second application program.
2. the method of claim 1, further comprising, after the generating a sixth matching relationship between the second data, the second interface address, and the second application:
displaying the third matching relationship, the fourth matching relationship, the fifth matching relationship and the sixth matching relationship.
3. a data processing apparatus for an application program, comprising:
The system comprises a first acquisition module, a first processing module and a second processing module, wherein the first acquisition module is used for acquiring first data and a first application program, the first data is data generated by the first application program, and the first application program is an application program without version update;
A second obtaining module, configured to obtain second data and a second application program, where the second data is data generated by the second application program, and the second application program is an application program with a version updated;
a third obtaining module, configured to obtain a first interface address corresponding to the first application and a second interface address corresponding to the second application;
The third generation module is used for generating a third matching relation among the first data, the first interface address and the first application program;
the fourth generating module is used for generating a fourth matching relation among the first data, the second interface address and the second application program;
a fifth generating module, configured to generate a fifth matching relationship between the second data, the first interface address, and the first application;
And the sixth generating module is used for generating a sixth matching relation among the second data, the second interface address and the second application program.
4. the apparatus of claim 3, further comprising:
a display module, configured to display a third matching relationship, a fourth matching relationship, a fifth matching relationship, and a sixth matching relationship among the second data, the second interface address, and the second application after the sixth matching relationship is generated.
CN201710283137.6A 2017-04-26 2017-04-26 data processing method and device for application program Active CN107102906B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710283137.6A CN107102906B (en) 2017-04-26 2017-04-26 data processing method and device for application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710283137.6A CN107102906B (en) 2017-04-26 2017-04-26 data processing method and device for application program

Publications (2)

Publication Number Publication Date
CN107102906A CN107102906A (en) 2017-08-29
CN107102906B true CN107102906B (en) 2019-12-17

Family

ID=59656890

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710283137.6A Active CN107102906B (en) 2017-04-26 2017-04-26 data processing method and device for application program

Country Status (1)

Country Link
CN (1) CN107102906B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1797344A (en) * 2004-12-20 2006-07-05 英业达股份有限公司 Compatible process method and device for operating systems of computer platforms
CN101192148A (en) * 2006-12-01 2008-06-04 深圳迈瑞生物医疗电子股份有限公司 New and old application program compatible data processing method and its data storage method
CN101256605A (en) * 2006-08-31 2008-09-03 埃森哲环球服务有限公司 Enterprise entitlement framework

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9027014B2 (en) * 2013-01-17 2015-05-05 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Updating firmware compatibility data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1797344A (en) * 2004-12-20 2006-07-05 英业达股份有限公司 Compatible process method and device for operating systems of computer platforms
CN101256605A (en) * 2006-08-31 2008-09-03 埃森哲环球服务有限公司 Enterprise entitlement framework
CN101192148A (en) * 2006-12-01 2008-06-04 深圳迈瑞生物医疗电子股份有限公司 New and old application program compatible data processing method and its data storage method

Also Published As

Publication number Publication date
CN107102906A (en) 2017-08-29

Similar Documents

Publication Publication Date Title
CN110008045B (en) Method, device and equipment for aggregating microservices and storage medium
CN111010438B (en) Remote procedure calling method, device, server and storage medium
CN104503780A (en) Method and device for providing application channel packet
EP3547145A2 (en) Systems and methods for reducing storage required for code coverage results
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN105487943A (en) Method for automatically copying files to each node of cluster server
CN104765603A (en) Application program building method and device
CN109032587B (en) Data stream management framework, method, terminal equipment and storage medium
CN110795162B (en) Method and device for generating container mirror image file
CN112256670A (en) Data migration method, terminal device and readable storage medium
CN110545324A (en) Data processing method, device, system, network equipment and storage medium
US20170168796A1 (en) Method and electronic apparatus for transferring application program from pc to mobile apparatus
CN108153896B (en) Processing method and device for input data and output data
CN112286557B (en) Method and device for updating code content in non-coverage mode
CN107102906B (en) data processing method and device for application program
CN104821939B (en) It is a kind of to be used to implement computer and the method and apparatus of mobile equipment room asynchronous communication
CN110941658A (en) Data export method, device, server and storage medium
CN115984022A (en) Unified account checking method and device for distributed payment system
CN105302557A (en) Thread establishing and processing method and apparatus
WO2018121652A1 (en) Method and device for connecting wireless access point through application in user equipment
CN111859041B (en) Data reporting method and device
CN111177558B (en) Channel service construction method and device
CN112637254B (en) Data processing method and device, electronic equipment and computer readable storage medium
CN108270803B (en) Method and system for realizing transmission of network file and desktop application through webpage technology
CN105677312A (en) Business presenting method, device and system

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