CN104216724A - Method and system for updating network application program interface - Google Patents

Method and system for updating network application program interface Download PDF

Info

Publication number
CN104216724A
CN104216724A CN201310217643.7A CN201310217643A CN104216724A CN 104216724 A CN104216724 A CN 104216724A CN 201310217643 A CN201310217643 A CN 201310217643A CN 104216724 A CN104216724 A CN 104216724A
Authority
CN
China
Prior art keywords
web api
definition information
upgrading
information
version number
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310217643.7A
Other languages
Chinese (zh)
Other versions
CN104216724B (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.)
Advanced New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201310217643.7A priority Critical patent/CN104216724B/en
Publication of CN104216724A publication Critical patent/CN104216724A/en
Priority to HK15103213.8A priority patent/HK1202680A1/en
Application granted granted Critical
Publication of CN104216724B publication Critical patent/CN104216724B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method and system for updating a network application program interface. The method includes the steps that in an updating starting stage, second definition information corresponding to an updated version of a Web API is generated, the second definition information is stored in a database, and first definition information corresponding to an original version of the Web API is stored in the database; in the updating on-line test stage, publish state information in the second definition information is updated so that the updated version of the Web API can be marked in a current on-line test state; in an updating publishing stage, the publish state information in the second definition information is updated so that the updated version of the Web API can be marked in a current published state, and if the Web API is updated compatibly, publish state information in the first definition information is updated so that the original version of the Web API can be marked to be expired in the updating publishing stage. The method and system simultaneously support compatible updating and incompatible updating, isolation and automatic switching of the Web API in an on-line test environment and in an on-line formal environment can be achieved.

Description

A kind of method and system of web application interface upgrade
Technical field
The application relates to internet arena, particularly relates to a kind of method and system of web application interface upgrade.
Background technology
In open platform field, Web API(web application interface) once issue reach the standard grade after, can be called by a large amount of applications, and the Web API after issuing inevitably needs to upgrade due to the reason such as what's new or repair-deficiency, but, announced Web API is upgraded, following three problems can be brought: 1) for compatibility update, how to accomplish the transparency to applications, namely, under not forcing applications to change the prerequisite of original Web API Calls mode, compatibility update is come into force automatically, simultaneously for internal gateway, the Web API before and after compatibility update can be distinguished again, to do different inter-process, 2) incompatibility is upgraded, how to accomplish the isolation of the Web API before upgrading and after upgrading, neither affect the normal operation that those have called the applications of the Web API before upgrading, meanwhile, can select by applications the Web API that whether calls after upgrading voluntarily again, 3) how to accomplish that the Web API of formal environments on test environment and line on line isolates and switches, namely, on line in test environment, real request on line can be used to carry out testing authentication to the Web API after upgrading, and at test period, on line, formal environments still uses the Web API before upgrading, and test by after issuing, the Web API that on line, formal environments uses automatically switches to the version after upgrading.
Current Web API upgrade method mainly contains following three kinds of schemes: the first adopts new Web API Name after upgrading; The second adds a version property to Web API, upgrades version number after upgrading, needs to transmit Web API Name and version number two information during application call simultaneously; The third is any beacon information not changing Web API after upgrading, comprises title and version etc.
The first and the second of existing technical scheme, because (the first changes name information all to upgrade the beacon information of Web API after each upgrading, the second changes version information), and the beacon information of Web API is exactly included in the required parameter of applications, therefore, existing application can be affected after upgrading to the original use-pattern of Web API.Such as, for the first scheme existing, due to all can title be revised after each Web API upgrading, this can cause Web API Name to spread unchecked, and, the title of some Web API represents the specific function of this Web API, effect etc., after changing title, cannot embody the inherent meaning of Web API.For existing first scheme, such as, applications method of calling is originally as follows: https: //openapi.xxxxx.com/gateway.do method=abcd.efgh.hijk & version=1.0 & us er_id=2012123456789123, after Web API carries out compatibility update, version number becomes 2.0, so for existing application, if this defect can not be accepted, just must change the version number in original Web API Calls parameter into 2.0 by 1.0, namely, method of calling is changed into: https: //openapi.xxxxx.com/gateway.do method=abcd.efgh.hijk & version=2.0 & us er_id=2012123456789123.And this is for compatibility update, be unacceptable, because once this Web API is by after the use of a large amount of applications, then the cost of forcing these all application to carry out transforming is huge.
The third of existing scheme, for compatibility update, although be transparent concerning applications, but because the beacon information of the Web API before upgrading and after upgrading is identical, cannot distinguish the Web API before and after upgrading the gateway of inside, gateway cannot do different process for the Web API before upgrading and after upgrading, and such as, the Web API before upgrading and after upgrading cannot be routed to different goal systems by gateway.In addition, the returning results of Web API before and after compatibility update may occur different, returning results of Web API for example after upgrading adds a return attribute, the developer of applications may will feel to feel uncertain, because developer is unable to find out Web API from return results whether carried out compatibility update, be unfavorable for investigating problem fast; And for incompatibility upgrading, be unacceptable.Such as, include the email address attribute of user in the result that certain Web API returns, this attribute was a character string type originally: { " email ": " xxx@x.com " }, apply and use this attribute in the mode of character string.Afterwards, because user can have multiple email address, therefore incompatibility upgrading is carried out to this Web API, email address attribute is changed into list type { " email ": [" xxx@x.com ", " yyy@x.com "] }, so will destroy the original operation using the application of this attribute in character string mode.
Simultaneously, because formal environments on test environment on line and line uses same number certificate, after adopting above-mentioned three kinds of methods to upgrade to Web API, can simultaneously formal environments on test environment and line on effect string immediately, therefore cannot accomplish that the Web API on line on test environment and line between formal environments isolates, once the Web API after upgrading causes more serious defect, very large impact can be brought to formal environments on line.
Summary of the invention
For the application that solves the problem provides a kind of web application interface Web API method of upgrading, to realize supporting compatibility update and incompatibility upgrading simultaneously, and the isolation of formal environments on test environment and line on escalation process center line, wherein: the method that web application interface (Web API) is upgraded, comprise: the starting and upgrading stage that Web API is being upgraded, generate second definition information corresponding with the upgraded version of described Web API, wherein, described second definition information is stored in a database, also first definition information corresponding with the initial version of described Web API is stored in described database, and wherein, described first and second definition information at least comprise respectively: the title of Web API, major version number, sub-version number, issued state information and routing iinformation, test phase on the upgrading line carrying out line is tested to the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for test mode on line, at the upgrading launch phase issued the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for issued state, and wherein, if the upgrading type of described Web API is compatibility update, then at described upgrading launch phase, the issued state information upgraded in described first definition information is out of date to mark the initial version of described Web API.
According to the embodiment of the application, in the method, if the upgrading type of described Web API is compatibility update, then the major version number in described second definition information is generated as the major version number identical with described first definition information, the sub-version number in described second definition information is generated as the sub-version number that sub-version number in described first definition information is different; If the upgrading type of described Web API is incompatibility upgrading, then the major version number in described second definition information is generated as the major version number that major version number in described first definition information is different, the sub-version number in described second definition information is generated as the sub-version number identical with described first definition information.
According to the embodiment of the application, in the method, when receiving the call request to described Web API, if described request is test environment on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of test mode on line in the database, if search less than, then search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database; If described request is formal environments on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database; Wherein, described recalls information at least comprises: call title, the major version number of Web API.
According to the embodiment of the application, in the method, determine based on the definition information found the goal systems processing described call request, described call request is forwarded to described goal systems, to make described goal systems, described request is processed; Receive from the result of goal systems to described request.
The another aspect of the application also provides a kind of web application interface system that (Web API) upgrades, comprise: information generating module, for the starting and upgrading stage of upgrading to Web API, generate second definition information corresponding with the upgraded version obtaining described Web API after upgrading, wherein, described second definition information is stored in a database, also first definition information corresponding with the initial version of described Web API is stored in described database, and wherein, described first and second definition information at least comprise respectively: the title of Web API, major version number, sub-version number, issued state information and routing iinformation, information updating module, for test phase on the upgrading line carrying out line is tested to the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for test mode on line, and at the upgrading launch phase issued the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for issued state, and wherein, if the upgrading type of described Web API is compatibility update, described information updating module is also at described upgrading launch phase, and the issued state information upgraded in described first definition information is out of date to mark the initial version of described Web API.
According to the embodiment of the application, within the system, described information generating module also for: when the upgrading type of described Web API is compatibility update, major version number in described second definition information is generated as the major version number identical with described first definition information, the sub-version number in described second definition information is generated as the sub-version number that sub-version number in described first definition information is different; When the upgrading type of described Web API is incompatibility upgrading, major version number in described second definition information is generated as the major version number that major version number in described first definition information is different, the sub-version number in described second definition information is generated as the sub-version number identical with described first definition information.
According to the embodiment of the application, within the system, also comprise: information searching module, for when receiving the call request to described Web API, if described request is test environment on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of test mode on line in the database, if search less than, then search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database; If described request is formal environments on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database; Wherein, described recalls information at least comprises: call title, the major version number of Web API.
According to the embodiment of the application, within the system, also comprise: determination module, for based on the definition information determination goal systems found; Forwarding module, for described call request being forwarded to described goal systems, processes described request to make described goal systems; Receiver module, for receiving from the result of goal systems to described request.
Compared with prior art, according to the technical scheme of the application, when compatibility update, applications, when calling the Web API upgraded, does not need to revise existing method of calling, just can obtain the result after Web API upgrading; Meanwhile, when processing the call request of applications to described Web API, be differentiable for the Web API before upgrading and after upgrading.For incompatibility upgrading, applications only needs the major version number indicate Web API upgrading in required parameter after, just can obtain the result after this Web API upgrading, can not affect the operation that those have called the applications of the front version of this Web API upgrading.In addition, according to the technical scheme of the application, the isolation of Web API under formal environments on test environment and line can be realized on line, and, after on line, test environment is verified, the Web API that on line, formal environments uses can automatically switch to the upgraded version of the Web API after upgrading.
Accompanying drawing explanation
Accompanying drawing described herein is used to provide further understanding of the present application, and form a application's part, the schematic description and description of the application, for explaining the application, does not form the improper restriction to the application.In the accompanying drawings:
Fig. 1 is the method flow diagram that web application interface (Web API) that the embodiment of the present application relates to is upgraded;
Fig. 2 be the embodiment of the present application compatibility update carries out to Web API time the first definition information and the second definition information at the update status schematic diagram in each stage of upgrading;
Fig. 3 be the embodiment of the present application incompatibility upgrading carried out to Web API time the first definition information and the second definition information at the update status schematic diagram in each stage of upgrading;
Fig. 4 be the embodiment of the present application the process flow diagram that processes described request when receiving the call request to described Web API in escalation process is carried out to Web API;
Fig. 5 is the schematic diagram of the treatment scheme to the example that the call request of applications processes of the embodiment of the present application; And
Fig. 6 is the block diagram of the system of a kind of web application interface upgrade that the embodiment of the present application relates to.
Embodiment
For making the object of the application, technical scheme and advantage clearly, below in conjunction with drawings and the specific embodiments, the application is described in further detail.
According to the embodiment of the application, provide a kind of method and system of web application interface upgrade.
It is the process flow diagram of the method for the web application interface upgrade that the embodiment of the present application relates to reference to figure 1, Fig. 1.As shown in Figure 1, when carrying out the upgrading of web application interface (Web API), in step S101, in the starting and upgrading stage of upgrading to described Web API, generate second definition information corresponding with the upgraded version of described Web API, wherein, described second definition information is stored in a database; First definition information corresponding with the initial version of Web API is also stored in described database.First, second definition information described at least can comprise respectively: the title of described Web API, major version number, sub-version number, issued state information and routing iinformation etc., namely in described first definition information, record the major version number of the initial version of described Web API, sub-version number, issued state information and routing iinformation etc., such as, first definition information of certain Web API is recorded as: " title: X; major version number: 1.0, sub-version number 0.1, issued state: issue ... ".Wherein, issued state information can represent described Web API initial version or the current issued state of upgraded version, such as, certain Web API initial version is formally issued, currently to use, then the issued state information in first definition information of this Web API can be designated as " issuing ".Such as, Web API upgraded version is current is in the starting and upgrading stage for certain, the issued state information of the described Web API upgraded version in described Web API second definition information can be designated as " initialization ", when the upgrading of described Web API proceeds to test phase on line, the issued state of described Web API can be designated as " line is tested ", to the recording mode of described issued state information, the application does not limit, such as, can also mark with the character such as numeral, letter, symbol.The title of described Web API remains unchanged before and after upgrading, and the major version number of described Web API and sub-version number can be determined according to the upgrading type of described Web API.
Wherein, if the upgrading type of described Web API is compatibility update, then the major version number in described second definition information is generated as the major version number identical with described first definition information, the sub-version number in described second definition information is generated as the sub-version number that sub-version number in described first definition information is different.
Such as: when certain Web API carries out compatibility update, major version number in the first corresponding for the initial version of Web API to be upgraded definition information is designated as 1.0, sub-version number is designated as 0.1, described Web API to be upgraded the upgraded version of the described Web API obtained, then the major version number in second definition information of described Web API is still designated as 1.0, and sub-version number is designated as the sub-version number different from the first definition information, such as, 0.1 can be added up on the basis of original sub-version number 0.1, be designated as 0.2.
When calling described Web API, such as, applications is called described Web API's, due to major version number information in the definition information of Web API, also comprise sub-version number information, and applications is when carrying out the calling of Web API, the general version number information all quoting Web API, namely, major version number information, and in compatibility update, Web API after upgrading, major version number is constant, and be recorded as and originally different sub-version numbers after sub-version number upgrading, therefore, applications is when calling the Web API of compatibility update, do not need to change call parameters (mode), just can call the Web API upgraded version after upgrading, and internal gateway is when receiving the call request of applications, then can distinguish the Web API initial version before and after described Web API upgraded and upgraded version by the sub-version number in the definition information of Web API.
And if the upgrading type of described Web API is incompatibility upgrading, then the major version number in described second definition information is generated as the major version number that major version number in described first definition information is different, the sub-version number in described second definition information is generated as the sub-version number identical with described first definition information.
Such as, when certain Web API carries out incompatibility upgrading, major version number in the first corresponding for the initial version of Web API to be upgraded definition information is designated as 1.0, sub-version number is designated as 0.1, the upgraded version that Web API upgrading obtains described Web API is carried out by described, then the major version number in second definition information of described Web API is designated as different from the first definition information, such as, can add up on the basis of original major version number 1.0 and 1 be designated as 2.0, and sub-version number does not need to change, the sub-version number 0.1 identical with the first definition information can be designated as.
Because applications is when carrying out the calling of Web API, what generally quote is the major version number information of Web API, and when incompatibility is upgraded, the major version number of the upgraded version of the described Web API recorded in second definition information of described Web API is different from the major version number of the initial version of the described Web API recorded in first definition information of described Web API, therefore, applications is when calling the Web API of this upgrading, if when also calling this Web API with original call parameters, the initial version of the still described Web API then obtained, if user wants to use the rear Web API of upgrading, namely, the upgraded version of described Web API, then need the major version number major version number quoted in call request being changed into described Web API upgraded version, user can be made like this to whether using the Web API after upgrading to select.
In step s 102, test phase on the upgrading line carrying out line is tested to the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for test mode on line.Such as, original the second definition information is " title: X, major version number: 1.0, sub-version number: 0.2, issued state: initialization, ", entering on line can be then " line is tested " by issued state information updating after test phase, that is, the second definition information is updated to " title: X, major version number: 1.0, sub-version number: 0.2, issued state: line is tested, " this stage, because the upgraded version of Web API is not formally issued, therefore, the initial version of Web API still uses in formal environments on line, and namely do not have expired, the issued state Information invariability in the first definition information, such as, originally the first definition information of record is " title: X, major version number: 1.0, sub-version number: 0.1, issued state: issue, " and the upgraded version of this Web API is not formally issued, then the initial version remaining this Web API used under formal environments on line, then the issued state information in the first definition information is still " issuing ".
In step s 103, at the upgrading launch phase issued the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for issued state.Such as, on last stage, second definition information be " title: X, major version number: 1.0, sub-version number: 0.2, issued state: on line test ... " enter launch phase then can by issued state information updating for " issuing " namely, the second definition information is updated to " title: X, major version number: 1.0, sub-version number: 0.2, issued state: issue ... ".When compatibility update, at upgrading launch phase, because the upgraded version of Web API is formally issued, therefore, the initial version of Web API is expired, and the issued state information in the first definition information needs to upgrade, to mark the out of date of the initial version of described Web API.Such as, originally record the first definition information for " title: X, major version number: 1.0, sub-version number: 0.1, issued state: issue ... " and the upgraded version of this Web API is formally issued time, then the issued state information updating in the first definition information is " out of date ".
Respectively the first definition information and the second definition information in the escalation process of compatibility update and incompatibility upgrading are described in detail at the update status in each stage of upgrading below in conjunction with Fig. 2, Fig. 3.
When Fig. 2 is for carrying out compatibility update, the first definition information and the second definition information at the update status schematic diagram in each stage of upgrading, as shown in Figure 2:
First, first definition information (R1) of the initial version (upgrading) of record Web API, major version number and sub-version number can be recorded as 1.0 and 0.1 respectively, issued state can be recorded as: issue.
Web API reaches the standard grade go through three processes from being upgraded to issue: starting and upgrading, line test and issuing.In the upgrading flow process of compatibility update, the change of Web API definition information is as follows respectively:
The starting and upgrading stage that Web API is being upgraded, for the upgraded version of Web API, record corresponding second definition information (R2), compared with the first definition information R1, the major version number in the second definition information R2 remains unchanged, and is still 1.0, child release cumulative 0.1, be updated to 0.2, state can be recorded as " initialization ", and any information of the first definition information R1 all remains unchanged.
Test phase on the upgrading line carrying out line is tested to the upgraded version of Web API, the upgraded version of this Web API is not formally issued, initial version also uses in formal environments on line, therefore, information in first definition information R1 all remains unchanged, and status information is still designated as " issue " state identical with the starting and upgrading stage.And the issued state of the upgraded version of Web API becomes test mode on line, therefore, the issued state information in the second definition information R2 can be updated to the state of present stage by original " initialization ", such as, can be designated as " line is tested ".
To the upgrading launch phase that the upgraded version of described Web API is issued, the upgraded version of this Web API is formally issued, therefore, issued state information in R2 is updated to " issuing " by " line is tested ", so, the initial version of Web API is expired, therefore the issued state information in R1 is updated to " out of date " by " issuing ".
When Fig. 3 is for carrying out incompatibility upgrading, the first definition information and the second definition information at the schematic diagram of the update status in each stage of upgrading, as shown in Figure 3:
First, the initial version (upgrading) for Web API records the first definition information (R1), and major version number and sub-version number can be recorded as 1.0 and 0.1 respectively, issued state can be recorded as: issue.
Web API reaches the standard grade go through three processes from being upgraded to issue: starting and upgrading, line test and issuing.In the upgrading flow process of incompatibility upgrading, the change of Web API definition information is as follows respectively:
The starting and upgrading stage that Web API is being upgraded, for the upgraded version of Web API, record corresponding second definition information (R2), compared with the first definition information R1, major version number in second definition information R2 can add up 1, is designated as 2.0, and sub-version number is constant, still be designated as 0.1, issued state can be recorded as " initialization ".And for the first definition information, during upgrading in incompatibility, in the process of whole upgrading, any information of the first definition information R1 all remains unchanged.
Test phase on the upgrading line carrying out line is tested to the upgraded version of Web API, in R1, status information is still designated as " issuing " state.The issued state of the upgraded version of this stage Web API becomes test mode on line, therefore, the issued state information in the second definition information R2 can be updated to the state of present stage by original " initialization ", can be designated as " line is tested ".
To the upgrading launch phase that the upgraded version of described Web API is issued, in R1, status information is still designated as " issuing " state, the upgraded version of described Web API is formally issued, and therefore, the issued state information in R2 is updated to " issuing " by " line is tested ".
In the process that Web API is upgraded, if receive the call request to described Web API, can according to the environment of the recalls information (Web API Name and major version number) in call request and call request (such as, formal environments on test environment or line on line) search the definition information of corresponding described Web API in a database, and based on the definition information determination goal systems found, and described call request is forwarded to described goal systems, to make described goal systems, described request is processed.Can as shown in Figure 4, Fig. 4 is at the process flow diagram carrying out Web API processing described call request when receiving the call request to described Web API in escalation process, as shown in Figure 4,
In step S401, receive the call request to described Web API, search the definition information of corresponding described Web API based on described call request.
Search rule is: if described request is test environment on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of test mode on line in the database, if search less than, then search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database; If described request is formal environments on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database.
Test phase on the upgrading line of compatibility update, in described first definition information, the issued state of the initial version of Web API is " issuing ", in described second definition information, the issued state of the upgraded version of Web API is " line is tested ", when applications (calls the call parameters during initial version of Web API with constant call parameters, such as, call name and be called aaa.bbb.ccc, the Web API of major version number 1.0), initiate the request of calling described Web API, if described call request processes in test environment on line, then need to find the definition information that issued state is " line is tested ", namely search the second definition information being in test mode on line.And if the definition information of searching less than test mode on line, then search issued state for the definition information of " issuing ", namely search the first definition information of the Web API initial version that issued state is " issuing " state.
And if described request processes in formal environments on line, searches the definition information that issued state is the described Web API of issued state in the database.Owing to initiating in call request on line formal environments, just need the definition information of searching the described Web API that issued state is " issuing " state, owing to being now in test phase on upgrading line, the upgraded version of Web API is not also formally issued, therefore, the first definition information that issued state is issued state can be searched, i.e. the definition information of the initial version of Web API, so just achieve the isolation of formal environments on test environment and line on line.
And at the upgrading launch phase of compatibility update, issued state in second definition information of Web API is updated to " issuing ", the state of the first definition information is updated to " out of date ", when receiving the request of calling described Web API, if described request processes in formal environments on line, just need to search the definition information that issued state is " issuing ", because the upgraded version of Web API is issued, and the initial version of described Web API is out of date, therefore can find issued state is announced second definition information.Like this, the Web API that on line, formal environments adopts is just automatic after distribution switches to upgraded version from initial version, achieve the transparency of compatibility update to applications, applications does not need to do any change to call request, just can obtain the result of the Web API after compatibility update.Alternatively, major version number and sub-version number can also be included in the result returned, applications can be made to know, and each returning results is by the Web API process of which concrete version, when to when having returned results doubt, is convenient to investigate problem fast simultaneously.
From the above mentioned, in compatibility update, because the major version number of Web API before and after upgrading does not change, therefore, described in outside application call during Web API, do not need to change the result that method of calling just can obtain the Web API after upgrading, and when processing described call request, Web API version before (such as, gateway processes applications is to the call request of described Web API) can distinguish again upgrading and after upgrading, and different goal systems will be routed to separately.Meanwhile, effectively formal environments on test environment on line and line is isolated according to the issued state of Web API.
Test phase on the upgrading line of incompatibility upgrading, in described Web API first definition information, issued state is " issuing " state, and the issued state in the second definition information is " line is tested " state.If described call request processes in test environment on line, need to search the definition information that issued state is test mode on line, if searching less than issued state is the definition information of test mode on line, then search the definition information that issued state is issued state.When receiving the call request of applications to described Web API, if applications still initiates call request (such as in the mode of the initial version calling described Web API before, call name and be called abc.defg.hij, the Web API of major version number 1.0), then according to the recalls information (described recalls information at least comprises: title, the major version number of the Web API called) in request, lookup names is wanted to be the definition information of abc.defg.hij, major version number 1.0.And during the upgraded version of Web API after external request wants to call upgrading, because incompatibility is during upgrading, initial version before and after Web API upgrades is different with the major version number of upgraded version, therefore, during Web API upgraded version then after calling upgrading, need to change the major version number in call parameters, such as, major version number is originally 1.0, after upgrading, major version number is 2.0, if then applications want to call upgrading after Web API upgraded version, when calling, the major version number changed in call request is needed to be 2.0, and when receiving the call request of applications, according to the recalls information in request, lookup names is abc.defg.hij, the definition information of major version number 2.0.
And if described request processes in formal environments on line, search corresponding with the recalls information in described call request, that issued state is the described Web API of issued state definition information in the database.Such as, when receiving the call request of applications to described Web API, if when applications still initiates call request in the mode of the initial version calling described Web API before, such as, call name and be called abc.defg.hij, the Web API of major version number 1.0, then according to the recalls information (described recalls information at least comprises: title, the major version number of the Web API called) in request, lookup names is wanted to be the definition information of abc.defg.hij, major version number 1.0.If and the call request of applications want to call upgrading after the upgraded version of Web API, because incompatibility is during upgrading, initial version before and after Web API upgrades is different with the major version number of upgraded version, therefore need to change the major version number in call parameters, such as, major version number is originally 1.0, after upgrading, major version number is 2.0, then applications is when calling upgraded version, the major version number changed in call request is needed to be 2.0, and when receiving the call request of applications, according to the recalls information in request, lookup names is abc.defg.hij, major version number 2.0, be in the definition information of issued state, the issued state being the definition information of 2.0 due to major version number in now database is also test mode on line, therefore can search less than major version number is 2.0, be in the definition information of issued state, at this moment, the malloc failure malloc on line in formal environments will be caused, so just achieve the isolation of formal environments on test environment and line on line.
At the upgrading launch phase of incompatibility upgrading, when receiving the call request of applications to described Web API, because the initial version before and after Web API upgrading is different with the major version number of upgraded version, such as original version (initial version of described Web API) number is 1.0, version (upgraded version of described Web API) number after incompatibility upgrading is 2.0, if when applications still initiates call request in the mode of the initial version calling described Web API before, such as, call name and be called abc.defg.hij, the Web API of major version number 1.0, then will according to the recalls information in request, lookup names is abc.defg.hij, major version number 1.0, be in the definition information of issued state, if and external request want to call upgrading after the upgraded version of Web API, then applications needs to change the major version number in call parameters, such as, major version number is originally 1.0, after upgrading, major version number is 2.0, then applications is when calling upgraded version, the major version number changed in call request is needed to be 2.0, and when receiving the call request of applications, according to the recalls information in request, lookup names is abc.defg.hij, and major version number 2.0 is in the definition information of issued state.
From the above mentioned, during upgrading in incompatibility, because the major version number before and after Web API upgrading is different, therefore when calling described Web API, applications can the Web API initial version voluntarily before Selection and call upgrading still call upgrading after the upgraded version of described Web API, like this while the incompatibility upgrading carrying out Web API, do not affect again the operation of existing application.Meanwhile, effectively formal environments on test environment on line and line is isolated according to the issued state of Web API.
In step S402, based on the definition information determination goal systems found.
In step S403, described call request is forwarded to described goal systems, to make described goal systems, described request is processed.
In step s 404, receive from the result of goal systems to described request.
Such as, when gateway receives the call request of applications, processing described request, can, with reference to figure 5, be the schematic diagram to the treatment scheme that the call request of applications processes; As shown in Figure 5:
Applications 50 accesses gateway 10, is called N and the Web API of key plate basis=V initiation call request to name.
Step S1, after gateway 10 receives the call request of applications 50, if described call request is the call request of upper test environment of reaching the standard grade based on line, then from database, lookup names is N, major version number is V and issued state is the Web API definition information of " line is tested ", if there is no, then query State is announced Web API definition information again.If described call request is based on formal environments on line, then from database Query Name be N, key plate basis=V and issued state is announced Web API definition information.
Step S2, gateway 10 is according to the routing iinformation in the Web API definition information found, determine corresponding target front-end system 30, wherein, target front-end system is the front-end system of the similar goal systems of one group of business, and it provides a unified external call interface to gateway for this group goal systems.
Step S3, described call request forwards to target front-end system 20 by gateway.
Step S4, target front-end system 20 determines according to the title in Web API definition information, major version number, sub-version number the goal systems 30 processing this request, and wherein, goal systems is the operation system of final process request.
Step S5, target front-end system 20 by request forward to goal systems 30.
Step S6, goal systems 30 processes request.
Step S7, result is returned to target front-end system 20 by goal systems 30
Step S8, result is returned to gateway 10 by target front-end system 20.
Step S9, result is returned to applications 50 by gateway 10.
With reference to figure 6, the block diagram of the system of a kind of web application interface upgrade related to for the application, as shown in Figure 6, the system 600 of this web application interface upgrade comprises: information generating module 601 and information updating module 602.
Information generating module 601, may be used in the starting and upgrading stage of upgrading to described Web API, generate second definition information corresponding with the upgraded version obtaining described Web API after upgrading, wherein, described second definition information is stored in a database, also store with the initial version of described Web API to the first corresponding definition information in described database, and wherein, described first and second definition information at least comprise respectively: the title of Web API, major version number, sub-version number, issued state information and routing iinformation.
Information updating module 602, may be used for test phase on the upgrading line carrying out line is tested to the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for test mode on line; And at the upgrading launch phase issued the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for issued state.And wherein, if the upgrading type of described Web API is compatibility update, described information updating module 602 can also be used at described upgrading launch phase, and the issued state information upgraded in described first definition information is out of date to mark the initial version of described Web API.
Described information generating module 601 can also be used for: when the upgrading type of described Web API is compatibility update, major version number in described second definition information is generated as the major version number identical with described first definition information, the sub-version number in described second definition information is generated as the sub-version number that sub-version number in described first definition information is different.
When the upgrading type of described Web API is incompatibility upgrading, major version number in described second definition information is generated as the major version number that major version number in described first definition information is different, the sub-version number in described second definition information is generated as the sub-version number identical with described first definition information.
Described system can also comprise information searching module 603, this module may be used for when receiving the call request to described Web API, if described request is test environment on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of test mode on line in the database, if search less than, then search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database; If described request is formal environments on line, search the definition information that and issued state corresponding with described call request is the described Web API of issued state in the database.
Wherein, described recalls information at least comprises: title, the major version number of the Web API called.
Described system can also comprise: determination module 604, forwarding module 605 and receiver module 606.
Determination module 604, may be used for the definition information determination goal systems based on finding.
Forwarding module 605, may be used for described call request to forward to described goal systems, processes to make described goal systems to described request.
Receiver module 606, may be used for receiving from the result of goal systems to described request.
The concrete enforcement of the method for the application is corresponding with the concrete enforcement of the modules included by system 600, can be cross-referenced, in order to not fuzzy the application, is described the detail of system 600 in this omission.
Although it should be noted that the some modules or the submodule that are referred to system in describing above, this division is not enforceable.In fact, according to the embodiment of the application, the Characteristic and function of two or more modules above-described can be specialized in a module.Otherwise, the Characteristic and function of an above-described module can Further Division for be specialized by multiple module.
In addition, although describe the operation of the application's method in the accompanying drawings with particular order, this is not that requirement or hint must perform these operations according to this particular order, or must perform the result that all shown operation could realize expectation.
The application can describe in the general context of computer executable instructions, such as program module or unit.Usually, program module or unit can comprise the routine, program, object, assembly, data structure etc. that perform particular task or realize particular abstract data type.In general, program module or unit can be realized by software, hardware or both combinations.Also can put into practice the application in a distributed computing environment, in these distributed computing environment, be executed the task by the remote processing devices be connected by communication network.In a distributed computing environment, program module or unit can be arranged in the local and remote computer-readable storage medium comprising memory device.
In one typically configuration, computing equipment comprises one or more processor (CPU), input/output interface, network interface and internal memory.
Internal memory may comprise the volatile memory in computer-readable medium, and the forms such as random access memory (RAM) and/or Nonvolatile memory, as ROM (read-only memory) (ROM) or flash memory (flash RAM).Internal memory is the example of computer-readable medium.
Computer-readable medium comprises permanent and impermanency, removable and non-removable media can be stored to realize information by any method or technology.Information can be computer-readable instruction, data structure, the module of program or other data.The example of the storage medium of computing machine comprises, but be not limited to phase transition internal memory (PRAM), static RAM (SRAM), dynamic RAM (DRAM), the random access memory (RAM) of other types, ROM (read-only memory) (ROM), Electrically Erasable Read Only Memory (EEPROM), fast flash memory bank or other memory techniques, read-only optical disc ROM (read-only memory) (CD-ROM), digital versatile disc (DVD) or other optical memory, magnetic magnetic tape cassette, tape magnetic rigid disk stores or other magnetic storage apparatus or any other non-transmitting medium, can be used for storing the information can accessed by computing equipment.According to defining herein, computer-readable medium does not comprise non-temporary computer readable media (transitory media), as data-signal and the carrier wave of modulation.
Also it should be noted that, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, commodity or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, commodity or equipment.When not more restrictions, the key element limited by statement " comprising ... ", and be not precluded within process, method, commodity or the equipment comprising described key element and also there is other identical element.
Those skilled in the art should understand, the embodiment of the application can be provided as method, system or computer program.Therefore, the application can adopt the form of complete hardware embodiment, completely software implementation or the embodiment in conjunction with software and hardware aspect.And the application can adopt in one or more form wherein including the upper computer program implemented of computer-usable storage medium (including but not limited to magnetic disk memory, CD-ROM, optical memory etc.) of computer usable program code.
Apply specific case herein to set forth the principle of the application and embodiment, the explanation of above embodiment is just for helping method and the main thought thereof of understanding the application; Meanwhile, for one of ordinary skill in the art, according to the thought of the application, all will change in specific embodiments and applications, in sum, this description should not be construed as the restriction to the application.

Claims (8)

1. web application interface (Web API) method of upgrading, is characterized in that, comprising:
The starting and upgrading stage that Web API is being upgraded, generate second definition information corresponding with the upgraded version of described Web API, wherein, described second definition information is stored in a database, also first definition information corresponding with the initial version of described Web API is stored in described database, and wherein, described first and second definition information at least comprise respectively: the title of Web API, major version number, sub-version number, issued state information and routing iinformation;
Test phase on the upgrading line carrying out line is tested to the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for test mode on line;
At the upgrading launch phase issued the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for issued state, and wherein, if the upgrading type of described Web API is compatibility update, then at described upgrading launch phase, the issued state information upgraded in described first definition information is out of date to mark the initial version of described Web API.
2. method according to claim 1, it is characterized in that, if the upgrading type of described Web API is compatibility update, then the major version number in described second definition information is generated as the major version number identical with described first definition information, the sub-version number in described second definition information is generated as the sub-version number different from the sub-version number in described first definition information;
If the upgrading type of described Web API is incompatibility upgrading, then the major version number in described second definition information is generated as the major version number different from the major version number in described first definition information, the sub-version number in described second definition information is generated as the sub-version number identical with described first definition information.
3. method according to claim 1, is characterized in that, when receiving the call request to described Web API,
If described request is test environment on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of test mode on line in the database, if search less than, then search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database;
If described request is formal environments on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database;
Wherein, described recalls information at least comprises: call title, the major version number of Web API.
4. method according to claim 3, is characterized in that, also comprises:
The goal systems processing described call request is determined based on the definition information found;
Described call request is forwarded to described goal systems, to make described goal systems, described request is processed;
Receive from the result of goal systems to described request.
5. web application interface (Web API) system of upgrading, is characterized in that, comprising:
Information generating module, for the starting and upgrading stage of upgrading to Web API, generate second definition information corresponding with the upgraded version obtaining described Web API after upgrading, wherein, described second definition information is stored in a database, also first definition information corresponding with the initial version of described Web API is stored in described database, and wherein, described first and second definition information at least comprise respectively: the title of Web API, major version number, sub-version number, issued state information and routing iinformation;
Information updating module, for test phase on the upgrading line carrying out line is tested to the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for test mode on line; And at the upgrading launch phase issued the upgraded version of described Web API, the issued state information in described second definition information of upgrading is to mark the current issued state of described Web API upgraded version for issued state, and wherein, if the upgrading type of described Web API is compatibility update, described information updating module is also at described upgrading launch phase, and the issued state information upgraded in described first definition information is out of date to mark the initial version of described Web API.
6. system according to claim 5, it is characterized in that, described information generating module also for: when the upgrading type of described Web API is compatibility update, major version number in described second definition information is generated as the major version number identical with described first definition information, the sub-version number in described second definition information is generated as the sub-version number different from the sub-version number in described first definition information;
When the upgrading type of described Web API is incompatibility upgrading, major version number in described second definition information is generated as the major version number different from the major version number in described first definition information, the sub-version number in described second definition information is generated as the sub-version number identical with described first definition information.
7. system according to claim 5, is characterized in that, also comprises: information searching module,
For when receiving the call request to described Web API,
If described request is test environment on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of test mode on line in the database, if search less than, then search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database;
If described request is formal environments on line, search the definition information that and issued state corresponding with the recalls information in described call request is the described Web API of issued state in the database;
Wherein, described recalls information at least comprises: call title, the major version number of Web API.
8. system according to claim 7, is characterized in that, also comprises:
Determination module, for based on the definition information determination goal systems found;
Forwarding module, for described call request being forwarded to described goal systems, processes described request to make described goal systems;
Receiver module, for receiving from the result of goal systems to described request.
CN201310217643.7A 2013-06-03 2013-06-03 A kind of method and system of web application interface upgrade Active CN104216724B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201310217643.7A CN104216724B (en) 2013-06-03 2013-06-03 A kind of method and system of web application interface upgrade
HK15103213.8A HK1202680A1 (en) 2013-06-03 2015-03-31 Method for upgrading web application program interface and system thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310217643.7A CN104216724B (en) 2013-06-03 2013-06-03 A kind of method and system of web application interface upgrade

Publications (2)

Publication Number Publication Date
CN104216724A true CN104216724A (en) 2014-12-17
CN104216724B CN104216724B (en) 2018-01-02

Family

ID=52098260

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310217643.7A Active CN104216724B (en) 2013-06-03 2013-06-03 A kind of method and system of web application interface upgrade

Country Status (2)

Country Link
CN (1) CN104216724B (en)
HK (1) HK1202680A1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016206361A1 (en) * 2015-06-24 2016-12-29 中兴通讯股份有限公司 Method and device for detecting software upgrade of database
CN107273144A (en) * 2017-08-15 2017-10-20 广州市爱菩新医药科技有限公司 The device of rapid build web application interface
CN108055322A (en) * 2017-12-12 2018-05-18 青岛海信智能商用系统股份有限公司 Request message processing method and processing device
CN109525677A (en) * 2018-12-20 2019-03-26 杭州数梦工场科技有限公司 Handle the method and device of data
CN111625257A (en) * 2020-05-25 2020-09-04 泰康保险集团股份有限公司 Service platform upgrading method, system, equipment and storage medium
CN111736869A (en) * 2020-06-19 2020-10-02 浙江大搜车软件技术有限公司 Version updating method of server-side interface and calling method of server-side interface
CN111857773A (en) * 2020-06-30 2020-10-30 远光软件股份有限公司 Automatic page updating method based on element similarities and differences in web pages
CN111917837A (en) * 2020-07-13 2020-11-10 西安即刻易用网络科技有限公司 Web micro application program publishing system and implementation method thereof
CN112988222A (en) * 2021-04-25 2021-06-18 郑州信大捷安信息技术股份有限公司 Method and system for checking information system integration project interface version compatibility
CN113282400A (en) * 2021-06-29 2021-08-20 中国平安人寿保险股份有限公司 Application issuing method, device, equipment and storage medium based on interface routing
CN114466026A (en) * 2022-01-05 2022-05-10 杭州网易云音乐科技有限公司 Application program interface updating method and device, storage medium and computing equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050055685A1 (en) * 2003-09-05 2005-03-10 Maynard Stephen L. Technique for updating a resident application and associated parameters in a user terminal through a communications network
CN102419712A (en) * 2011-12-28 2012-04-18 北京华环电子股份有限公司 Method and device for upgrading client software
CN102480373A (en) * 2010-11-23 2012-05-30 中兴通讯股份有限公司 Method and device for managing interface content version of network management system
CN102495733A (en) * 2011-12-08 2012-06-13 方正国际软件有限公司 Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script
CN102651696A (en) * 2011-02-28 2012-08-29 中兴通讯股份有限公司 Method and system for managing network management system interfaces in various versions

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050055685A1 (en) * 2003-09-05 2005-03-10 Maynard Stephen L. Technique for updating a resident application and associated parameters in a user terminal through a communications network
CN102480373A (en) * 2010-11-23 2012-05-30 中兴通讯股份有限公司 Method and device for managing interface content version of network management system
CN102651696A (en) * 2011-02-28 2012-08-29 中兴通讯股份有限公司 Method and system for managing network management system interfaces in various versions
CN102495733A (en) * 2011-12-08 2012-06-13 方正国际软件有限公司 Methods for detecting compatibility of application program and relevant database script and performing upgrading maintenance on application program and relevant database script
CN102419712A (en) * 2011-12-28 2012-04-18 北京华环电子股份有限公司 Method and device for upgrading client software

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016206361A1 (en) * 2015-06-24 2016-12-29 中兴通讯股份有限公司 Method and device for detecting software upgrade of database
CN107273144A (en) * 2017-08-15 2017-10-20 广州市爱菩新医药科技有限公司 The device of rapid build web application interface
CN108055322B (en) * 2017-12-12 2020-12-25 青岛海石信息技术有限公司 Request message processing method and device
CN108055322A (en) * 2017-12-12 2018-05-18 青岛海信智能商用系统股份有限公司 Request message processing method and processing device
CN109525677A (en) * 2018-12-20 2019-03-26 杭州数梦工场科技有限公司 Handle the method and device of data
CN111625257A (en) * 2020-05-25 2020-09-04 泰康保险集团股份有限公司 Service platform upgrading method, system, equipment and storage medium
CN111625257B (en) * 2020-05-25 2023-05-23 泰康保险集团股份有限公司 Service platform upgrading method, system, equipment and storage medium
CN111736869A (en) * 2020-06-19 2020-10-02 浙江大搜车软件技术有限公司 Version updating method of server-side interface and calling method of server-side interface
CN111857773A (en) * 2020-06-30 2020-10-30 远光软件股份有限公司 Automatic page updating method based on element similarities and differences in web pages
CN111857773B (en) * 2020-06-30 2023-08-22 远光软件股份有限公司 Page automatic updating method based on element dissimilarity in webpage
CN111917837A (en) * 2020-07-13 2020-11-10 西安即刻易用网络科技有限公司 Web micro application program publishing system and implementation method thereof
CN112988222A (en) * 2021-04-25 2021-06-18 郑州信大捷安信息技术股份有限公司 Method and system for checking information system integration project interface version compatibility
CN112988222B (en) * 2021-04-25 2022-04-08 郑州信大捷安信息技术股份有限公司 Method and system for checking information system integration project interface version compatibility
CN113282400A (en) * 2021-06-29 2021-08-20 中国平安人寿保险股份有限公司 Application issuing method, device, equipment and storage medium based on interface routing
CN114466026A (en) * 2022-01-05 2022-05-10 杭州网易云音乐科技有限公司 Application program interface updating method and device, storage medium and computing equipment
CN114466026B (en) * 2022-01-05 2024-05-14 杭州网易云音乐科技有限公司 Update method and device of application program interface, storage medium and computing device

Also Published As

Publication number Publication date
CN104216724B (en) 2018-01-02
HK1202680A1 (en) 2015-10-02

Similar Documents

Publication Publication Date Title
CN104216724A (en) Method and system for updating network application program interface
US10878052B2 (en) Blockchain-based cross-chain data operation method and apparatus
CN110221872B (en) Page jump method and device, electronic equipment and storage medium
CN111930780B (en) Data query method and system
CN102647482B (en) Method and system for accessing website
CN105357233A (en) Remote call method and device
CN109284321B (en) Data loading method, device, computing equipment and computer readable storage medium
US20130225148A1 (en) Terminal with module protection and module managing method
CN106547646B (en) Data backup and recovery method and data backup and recovery device
US9292613B2 (en) Generation of generic universal resource indicators
CN111381820A (en) Method and device for automatically generating API based on GUI
JP6779307B2 (en) Method and device for page display
CN113918635A (en) Interface data format conversion method and device
CN105354195A (en) Information search method and apparatus
US11704114B2 (en) Data structures for managing configuration versions of cloud-based applications
CN107480223B (en) Searching method, searching device and storage medium
CN104429048A (en) Object version management
CN110807028A (en) Method, apparatus and computer program product for managing a storage system
CN109992501A (en) The availability inspection of small routine can use small routine list generation method and device
CN108536447B (en) Operation and maintenance management method
CN106990974B (en) APP updating method and device and electronic equipment
CN112559346A (en) Service testing method and device
KR101996029B1 (en) Method for designing network service descriptor in network function virtualization system, managing the network function descriptor and system thereof
US20160098428A1 (en) Creating and handling identification for a resource in a configuration database
CN103778181A (en) Method and device for importing icons into favorites of browsers

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1202680

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant
REG Reference to a national code

Ref country code: HK

Ref legal event code: GR

Ref document number: 1202680

Country of ref document: HK

TR01 Transfer of patent right

Effective date of registration: 20191205

Address after: P.O. Box 31119, grand exhibition hall, hibiscus street, 802 West Bay Road, Grand Cayman, Cayman Islands

Patentee after: Innovative advanced technology Co., Ltd

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Patentee before: Alibaba Group Holding Co., Ltd.

TR01 Transfer of patent right