CN111695051A - Page access method and device based on code scanning, electronic equipment and storage medium - Google Patents

Page access method and device based on code scanning, electronic equipment and storage medium Download PDF

Info

Publication number
CN111695051A
CN111695051A CN202010373475.0A CN202010373475A CN111695051A CN 111695051 A CN111695051 A CN 111695051A CN 202010373475 A CN202010373475 A CN 202010373475A CN 111695051 A CN111695051 A CN 111695051A
Authority
CN
China
Prior art keywords
code value
target
value matching
matching rule
client
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
CN202010373475.0A
Other languages
Chinese (zh)
Other versions
CN111695051B (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.)
AlipayCom Co ltd
Original Assignee
Alipay Hangzhou 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 Alipay Hangzhou Information Technology Co Ltd filed Critical Alipay Hangzhou Information Technology Co Ltd
Priority to CN202010373475.0A priority Critical patent/CN111695051B/en
Priority to CN202210388983.5A priority patent/CN114840782A/en
Publication of CN111695051A publication Critical patent/CN111695051A/en
Priority to PCT/CN2021/091133 priority patent/WO2021223662A1/en
Application granted granted Critical
Publication of CN111695051B publication Critical patent/CN111695051B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9554Retrieval from the web using information identifiers, e.g. uniform resource locators [URL] by using bar codes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Abstract

The embodiment of the specification discloses a page access method, a page access device, a page access equipment and a storage medium based on code scanning, wherein a currently scanned graphic code is identified to obtain a target graphic code value; traversing local cache data of the client, and if a target code value matching rule matched with the target graphic code value is traversed, acquiring a target routing rule corresponding to the target code value matching rule from the local cache data; and converting the target graphic code value into a first page jump address according to the target routing rule, and opening a service page according to the first page jump address.

Description

Page access method and device based on code scanning, electronic equipment and storage medium
Technical Field
The embodiment of the specification relates to the technical field of internet, in particular to a page access method and device based on code scanning, electronic equipment and a storage medium.
Background
With the continuous upgrading of the functions of the mobile terminal and the more and more extensive application of the two-dimensional code, a user can scan the two-dimensional code by using the mobile terminal to jump to a corresponding service page. A scanning function is developed for a plurality of mobile applications, and the good and bad experience of the code scanning function greatly influences the good sensitivity of a user to the mobile applications.
Disclosure of Invention
The embodiment of the specification provides a page access method and device based on code scanning, electronic equipment and a storage medium.
In a first aspect, an embodiment of the present specification provides a code scanning-based page access method, which is applied to a client, and the method includes: identifying the currently scanned graphic code to obtain a target graphic code value represented by the graphic code; traversing local cache data of the client, and if a target code value matching rule matched with the target graphic code value is traversed from the local cache data, acquiring a target routing rule corresponding to the target code value matching rule from the local cache data; and converting the target graphic code value into a first page jump address according to a target routing rule acquired from the local cache data, and opening a service page according to the first page jump address.
In a second aspect, an embodiment of the present specification provides a code scanning-based page access method, which is applied to a server, and the method includes: receiving a data request sent by a client, wherein the data request comprises a target graphic code value identified by the client; traversing an effective code value matching rule matched with the target graphic code value, acquiring an effective routing rule corresponding to the effective code value matching rule, and converting the target graphic code value into a page jump address according to the effective routing rule; and sending the page jump address, an effective code value matching rule matched with the target graphic code value and a corresponding effective routing rule to the client, so that the client caches the effective code value matching rule and the effective routing rule corresponding to the target graphic code value, and opens a service page according to the page jump address.
In a third aspect, an embodiment of the present specification provides a code scanning-based page access apparatus, which is applied to a client, and the apparatus includes: the identification unit is used for identifying the currently scanned graphic code to obtain a target graphic code value represented by the graphic code; the local traversing unit is used for traversing local cache data of the client, and if a target code value matching rule matched with the target graphic code value is traversed from the local cache data, a target routing rule corresponding to the target code value matching rule is obtained from the local cache data; the conversion unit is used for converting the target graphic code value into a first page jump address according to a target routing rule acquired from the local cache data; and the first page access unit is used for opening a service page according to the first page jump address.
In a fourth aspect, this specification provides a code scanning based page access apparatus, applied to a server, where the apparatus includes: the request receiving unit is used for receiving a data request sent by a client, wherein the data request contains a target graphic code value identified by the client; the data traversing unit is used for traversing to an effective code value matching rule matched with the target graphic code value, acquiring an effective routing rule corresponding to the effective code value matching rule, and converting the target graphic code value into a page jump address according to the effective routing rule; and the data returning unit is used for sending the page jump address, the effective code value matching rule matched with the target graphic code value and the corresponding effective routing rule to the client, so that the client caches the effective code value matching rule and the effective routing rule corresponding to the target graphic code value, and the client opens a service page according to the page jump address.
In a fifth aspect, embodiments of the present specification provide an electronic device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the method of the first aspect or the second aspect when executing the program.
In a sixth aspect, the present specification provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the method of the first aspect or the second aspect.
One or more technical solutions provided in the embodiments of the present description at least achieve the following technical effects or advantages:
and converting the identified target graphic code value into a first page jump address by acquiring a target routing rule for converting the target graphic code value from local cache data of the client, and opening a service page indicated by the first page jump address. Therefore, the action of converting the page jump address is moved to the client side, and the target graphic code value is not required to be sent to the server side to be converted into the page jump address, so that one-time network interaction between the client side and the server side is reduced, time consumption of a code scanning process is reduced, interruption of the code scanning process caused by shaking of a weak network or the server side is avoided, and the success rate and the efficiency of code scanning jump under the condition of the weak network are improved.
Drawings
In order to more clearly illustrate the embodiments of the present specification 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 the embodiments of the present specification, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic view of a scenario of a code scanning-based page access method in an embodiment of the present disclosure;
FIG. 2 is a flowchart of a code scanning based page access method in an embodiment of the present disclosure;
FIG. 3 is a schematic structural diagram of a code scanning-based page access device in an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an electronic device in an embodiment of this specification.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments obtained by a person skilled in the art based on the embodiments in the present specification without any inventive step are within the scope of the present specification.
In the embodiments of the present specification, the term "plurality" means "two or more", that is, includes two or more cases; the term "and/or" is merely an associative relationship that describes an associated object, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone.
Referring to fig. 1, fig. 1 is a schematic view of a scenario of a code scanning based page access method provided in an embodiment of the present specification, including: a client terminal 10, and a service terminal 20 for providing business services for the client terminal 10. The client 10 is any application program with a code scanning function, and the client 10 is deployed on a user device with a camera, where the user device is generally a mobile terminal, and for example, the user device may be: smart phones, smart wearable devices, tablet computers, and the like. The code scanning function of the client 10 scans the graphic code by calling a camera, and identifies the scanned graphic code to obtain a target graphic code value represented by the graphic code; the client 10 traverses the local cache data of the client 10, and if a target code value matching rule matched with the target graphic code value is traversed from the local cache data of the client 10, a target routing rule corresponding to the target code value matching rule is obtained from the local cache data of the client 10; the client 10 converts the target graphic code value into a first page jump address according to a target routing rule obtained from the local cache data of the client 10, and opens a service page according to the first page jump address.
Therefore, the action of converting the page jump address is moved to the client side, the page access flow based on code scanning is completed without sending the target graphic code value to the server side 20 to exchange the page jump address, and one-time network interaction between the client side 10 and the server side 20 is reduced, so that the total time of the page access flow based on code scanning can be reduced, interruption of the code scanning flow caused by shaking of a weak network or the server side 20 is avoided, the phenomenon of circling waiting from code scanning starting to displaying a service page is reduced from the perspective of a user, the dependence on the network is reduced, and further, the success rate and the efficiency of code scanning jump under the condition of the weak network are improved.
It should be noted that, if the target code value matching rule matched with the target pattern code value and the target routing rule corresponding to the target code value matching rule can be traversed from the local cache data of the client 10, it indicates that before this, the server 20 has issued the target code value matching rule and the corresponding target routing rule to the client 10, and the client 10 has cached the target code value matching rule and the corresponding target routing rule issued by the server 20.
In a first aspect, an embodiment of the present specification provides a code scanning based page access method, fig. 2 is a schematic flowchart of the code scanning based page access method in the embodiment of the present specification, and the method flow shown in fig. 2 can be executed by the client 10 in fig. 1.
The code scanning-based page access method provided by the embodiment of the present specification is described in more detail below with reference to fig. 1 and fig. 2:
step S200: and identifying the scanned graphic code to obtain a target graphic code value represented by the graphic code.
Specifically, the client responds to a code scanning operation initiated by a user, calls the camera to scan the graphic code, and identifies the scanned graphic code to obtain a target graphic code value represented by the graphic code.
Specifically, the scanned graphic code is in the form of a bar code, a two-dimensional code, or the like, which carries a target graphic code value, and the target graphic code value is a string of character strings. Taking the two-dimensional code as an example, the two-dimensional code is a two-dimensional pattern with black and white grids alternated, a string of character strings is coded into the two-dimensional code according to a uniform coding format of the two-dimensional code, and the string of character strings can be identified by scanning and identifying the two-dimensional code, wherein the string of character strings borne by the two-dimensional code is a two-dimensional code value, for example, the character strings https obtained by identifying a certain two-dimensional code are/qr.
After step 200, step S202 is executed to traverse the local cache data of the client.
Specifically, any one of the following conditions exists in the local cache data of the client: there is no one code value matching rule and corresponding routing rule, and there are more than one code value matching rules (wherein, the rules are divided into a target code value matching rule matching the target graphic code value and a routing rule corresponding to the target graphic code value, which are included or not included).
Thus, traversing the locally cached data of the traversing client can have two different results: the result 1, traversing to a target code value matching rule matched with the target graphic code value; and 2, not traversing the target code value matching rule matched with the target graphic code value. According to different traversal results in step S202, the service page is opened in different ways. In the following, the method of opening the service page under different traversal results is described separately:
firstly, if a target code value matching rule matched with a target graphic code value is traversed from local cache data of a client, the following steps S204-S206 are executed to open a service page according to a first page jump address converted by the client:
and S204, acquiring a target routing rule corresponding to the target code value matching rule from the local cache data of the client.
In the embodiment of the present specification, any one routing rule is a rule for converting a graphic code value into a page jump address, the same type of graphic code value corresponds to the same routing rule, and different types of graphic code values correspond to different routing rules, where the same type of graphic code value refers to a series of graphic code values that satisfy the same code value matching rule. Furthermore, the routing rules used by the same type of graphic code values may change with the change of the service, rather than being constant. Specifically, the code value matching rule is a regular expression in which the code values of the same type of graphic codes are all satisfied, and the code value matching rule and the corresponding routing rule are subjected to one-to-one associated cache, so that if the satisfied code value matching rule can be found in the local cache data through the target graphic code value, the routing rule required for converting the target graphic code value can be quickly found. Specifically, the data structure of the associative cache can be referred to as shown in table 1 below (which is only for illustrative purposes, and the specific data in the table is not limited):
TABLE 1
Figure BDA0002479026000000061
S206, converting the target graphic code value into a first page jump address according to a target routing rule obtained from local cache data of the client, and opening a service page according to the first page jump address.
It should be noted that the first page jump address is a URL (Uniform resource locator) of the service page. The destination routing rule is just a rule for converting a destination graphic code value into a URL of a service page to be finally skipped to.
If a target code value matching rule matched with the target graphic code value is not traversed from local cache data of the client, the client sends a first data request to the server, wherein the first data request contains the target graphic code value identified by the client, so that the server converts the target graphic code value into a second page jump address and returns the second page jump address to the client; and the client opens the service page according to the second page jump address returned by the server. When the client cannot complete the conversion of the first page jump address, the second page jump address is exchanged from the server to open the service page, so that the server is used for solving the problem.
It should be noted that, a target code value matching rule that matches a target graphics code value is not traversed from the client local cache data, and there is any one of the following reasons:
reason 1: the target code value matching rule matching the target graphic code value and the target routing rule corresponding to the target graphic code value are deleted from the local cache data of the client, for example, as described in the following: and is deleted when the validity period of the cache is exceeded. Reason 2: the first recognition of the code value of the target graphic code, which is the same as the target graphic code, results in that the target code value matching rule matched with the code value of the target graphic code is not cached at the client, for example, the bicycle code of the first-time sweeping of the A brand rental bicycle is adopted, or the code value matching rule matched with the bicycle code of the A brand rental bicycle and the corresponding routing rule are deleted from the client.
Specifically, the server converts the target graphic code value into the second page jump address according to the current conversion logic of the server, and the specific implementation logic is as follows: and if the server receives the target graphic code value sent by the client, inquiring an effective code value matching rule matched with the target graphic code value from the server, converting the target graphic code value into a second page jump address according to an effective routing rule corresponding to the effective code value matching rule, and returning the second page jump address to the client.
It should be noted that, in this embodiment of the present specification, the second page jump address converted by the server and the first page jump address converted by the client are jump addresses corresponding to the same service page, and different names are only performed to distinguish the acquisition positions, specifically, the first page jump address and the second page jump address are the same URL (Uniform Resource Locator) addresses for opening the same service page.
In the following, a process of opening a service page based on code scanning in the embodiment of the present specification is described by way of example with reference to table 1:
the graphic code value of the A brand rental bicycle is the bicycle code value, and the specific form can be as follows: http:// c3x.me? n xxxxxx, where the vehicle code value for each vehicle contains a fixed portion "http:// c3 x.me? n ═ and change part "xxxxxx", that is, the "xxxxxx" part of each rental bicycle of brand a is different, namely is "http:// c3 x.me? n ═ is "graphic code values beginning with all belong to the same type of graphic code values, and therefore are" http:// c3 x.me? And n is the code value of the graphic code at the beginning, and the graphic code is judged as the code value of the bicycle of the rental bicycle of the brand A. Therefore, the client traverses the local cache data according to the currently identified bicycle code value of the A brand rental bicycle, and if the client traverses the code value matching rule "http:// c3 x.me? And n ═ is ", then the rule" http:// c 3x.me? n ═ an "associated routing rule" adipoys:// platformmapi/startapp? appId ═ 123456789& qrCode ═! { code } ", and is expressed as the" Alipays:// platformampi/startapp? appId ═ 123456789& qrCode ═! { code } "code value http:// c3 x.me? Converting n-XXXXX to obtain the first page jump address: and YY, accessing the business page indicated by YY. If the code value matching rule "http:// c3 x.me? If n ═ represents that there is no target code value matching rule matching the code value of the bicycle code of the rental bicycle under brand a in the local cache data, and if the target code value matching rule may be deleted or the bicycle code of the rental bicycle under brand a is scanned for the first time, then the code value of the bicycle code is "http:// c3 x.me? And n is XXXXX' and is sent to the server side, so that the server side exchanges a second page jump address, and the second page jump address is received: YY, and accessing the business page indicated by YY.
In other embodiments, if a target code value matching rule matched with a target graphic code value is not traversed from local cache data of a client, the client sends a second data request to a server, wherein the second data request contains the target graphic code value, so that an effective code value matching rule matched with the target graphic code value and an effective routing rule corresponding to the effective code value matching rule are inquired from the server; and receiving and caching an effective code value matching rule which is returned by the server and is matched with the target graphic code value and an effective routing rule which is currently corresponding to the target graphic code value into local cache data. By the method, when the client scans the same type of graphic codes for the next time or for multiple subsequent times, network interaction between the client and the server is not needed to be carried out to exchange the page jump address, so that the process of caching the code value matching rule and the routing rule by the client is more flexible and convenient, and the code value matching rule and the routing rule which cannot be used by a user are also avoided being cached locally at the client.
Of course, the server may also issue a code value matching rule and a routing rule for local caching at the client to the batch clients according to the prediction result. For example, the server determines an effective code value matching rule and an effective routing rule that need to be issued to each client in the same region according to the historical scan code data of each client in the same region. For example, the effective code value matching rule and the effective routing rule of more than one type of graphic codes with historical code scanning times meeting the preset time threshold are issued to each client in the region, and by the method, a plurality of clients do not need to interact with the server to exchange page jump addresses when scanning the type of graphic codes for the first time.
Through the embodiment, the page jump address is flexibly converted through the routing rule which is issued and cached in advance by the server, the action of converting the page jump address is moved to the client, the code scanning jump is completed by omitting the network interaction of the client and the server, and the time consumption of the network back and forth is reduced, so that the total time of a code scanning process is reduced, the page jump address of the service page is not simply and roughly carried in the graphic code value, the flexibility of the page jump is reserved, the time consumption of the code scanning is reduced, and the time consumption of the code scanning can be reduced to be within 100ms from 300 + 400ms in a normal condition. From the perspective of a user, the two-dimensional code is scanned and then immediately jumped to the corresponding page, so that the phenomenon of turn waiting between scanning the two-dimensional code and jumping to the final page is reduced, and the page jump address is not required to be exchanged by interaction with a server, so that the probability of interruption of a code scanning process caused by the jitter of a weak network or the server is reduced, and the success rate of code scanning jumping under the condition of the weak network is improved.
Further, since the page jump address changes with the change of the service, the correct page jump address can be converted only when the routing rule changes correspondingly, and in order to improve the accuracy of the code value matching rule and the routing rule of the local cache of the client, and further reduce the page access error caused by the invalidation of the routing rule of the local cache of the client, the present specification further provides the following embodiments:
if the local cache data contains M code value matching rules and a routing rule corresponding to each code value matching rule, and M is a positive integer, aiming at each code value matching rule in the M code value matching rules and the routing rule corresponding to the code value matching rule, monitoring whether the time length for caching the code value matching rule and the routing rule corresponding to the code value matching rule at the client exceeds the cache validity period, and if so, deleting the code value matching rule and the routing rule corresponding to the code value matching rule from the local cache data of the client.
Specifically, for any code value matching rule cached locally at the client and the corresponding routing rule, the same cache validity period may be used, for example, the cache validity period is 30 days from the cache to the start of calculation at the client. More precisely, this can be achieved by:
after receiving the second data request, the server returns a cache validity period to the client in addition to the effective code value matching rule matched with the target graphic code value and the effective routing rule corresponding to the effective code value matching rule.
Specifically, the caching validity period returned by the server may be: the server side presets effective duration (such as 30 days of cache) or effective date for the type of the target graphic code: xx years xx month xx days. If the effective duration is sent by the server, the client calculates the effective date according to the current system time and the effective duration received from the server, for example: the current system time is 2020.01.01, and the server sends the effective date for 30 days, then the client is buffered according to the effective date 2020.02.01. If the effective date is sent by the server, the client directly caches the received effective date.
The client performs associated cache on the cache validity period and the corresponding effective routing rule and the effective code value matching rule to the client, and the cached data structure refers to the following table 2:
table 2:
Figure BDA0002479026000000101
the code value matching rules and the routing rules cached at the client are configured with the caching validity period aiming at the code value matching rules and the routing rules cached at the client, so that the code value matching rules and the routing rules cached at the client cannot be cached at the client indefinitely, and page access errors caused by invalidation of the routing rules and the code value matching rules cached at the client are reduced to a certain extent.
Further, the following two problems are considered: 1. since the routing rule may change with the change of the service, it is necessary to ensure the information synchronization between the client and the server; 2. since it needs to verify whether the page jump address converted by the client is correct, a trust mechanism between the client and the server needs to be established. The specific mode is that after the target graphic code value is converted into the first page jump address according to the target routing rule obtained from the client, the following complementary scanning process is further executed asynchronously:
the client sends a complementary scanning request to the server, wherein the complementary scanning request comprises a target graphic code value and a first page jump address converted by the client, so that the server verifies a target code value matching rule cached in the client and a corresponding target routing rule according to the target graphic code value and the first page jump address; and if the verification fails, receiving a new code value matching rule and a new routing rule issued by the server aiming at the target graphic code value, and updating the local cache data of the client according to the new code value matching rule and the new routing rule. Thus, the change of the routing rule caused by the change of the service can be updated to the client.
In other embodiments, in the case that the check fails, the server issues a new code value matching rule and a new routing rule, and also issues a new cache validity period for the new code value matching rule and the new routing rule.
Specifically, the process of the server side verifying the target code value matching rule cached in the client side and the corresponding target routing rule is as follows:
after receiving a target graphic code value and a first page jump address, a server inquires an effective code value matching rule matched with the target graphic code value from the server, inquires an effective routing rule corresponding to the effective code value matching rule, converts the target graphic code value according to the effective routing rule to obtain a second page jump address, compares the second page jump address converted by the server with a first page jump address reported by a client, and if the first page jump address is the same as the second page jump address, the target routing rule and the target code value matching rule which represent the current cache of the client are valid, the verification is passed, and local cache data of the client do not need to be updated; if the first page jump address is inconsistent with the second page jump address by comparison, the target routing rule and the target code value matching rule which represent the current cache of the client fail, and the verification fails, the effective routing rule and the effective code value matching rule inquired from the server are issued to the client, and the local cache data of the client is updated.
The problem of client cache data can be timely found through a supplementary scanning process, and a trust mechanism and a synchronization mechanism between the client and the server are ensured, so that the client uses a new code value matching rule and a new routing rule to convert a corresponding page jump address when scanning similar graphic codes next time. The supplementary scanning process is asynchronous and if the supplementary scanning process is dependent, the asynchronization means that the supplementary scanning process is another independent process task, and the progress of code scanning and page jumping of a user is not influenced. The weak dependency means that if the scanning-supplementing request sent by the client is not sent due to reasons such as no network, the code-scanning skip process is not affected, that is, whether the scanning-supplementing request is sent successfully or not does not affect the code-scanning skip process.
Further, in order to avoid a page access error occurring when unpredictable errors occur in the code value matching rules and routing rules cached by the client, any one of the following embodiments may be included, or the following two embodiments may be combined, so as to implement that the client and the server doubly guarantee to control the page access flow based on code scanning:
the first implementation mode comprises the following steps: and after the target graphic code value is converted into the first page jump address, detecting the process of accessing the service page according to the first page jump address, and if detecting the error information of accessing the service page according to the first page jump address, closing the code scanning cache switch.
Specifically, the error information for accessing the service page includes: and according to the first page jump address, the corresponding service page can not be jumped. If the code scanning cache switch is in a closed state, sending an arbitrarily identified graphic code value to the server to exchange a corresponding page jump address; and if the code scanning cache switch is in an on state, executing a step of traversing local cache data of the client according to the randomly identified graphic code value. Therefore, once the code scanning cache switch is closed, the page jump address is not converted at the client, but directly exchanged from the server, so that the capability of rolling back is achieved.
The second embodiment: and if a deleting instruction issued by the server is received, deleting each code value matching rule and the routing rule corresponding to each code value matching rule from the local cache data of the client according to the deleting instruction. By deleting each code value matching rule in the local cache data and the routing rule corresponding to each code value matching rule, any routing rule cannot be traversed, the page jump address is inevitably exchanged from the server side, and the access error of the service page is avoided.
Specifically, in combination with the above-mentioned complementary scanning process, if the client cannot jump to the corresponding service page according to the first page jump address, the complementary scanning request initiated by the client to the server includes not only the target graphics code value and the first page jump address, but also a preset parameter identifier indicating that the service page is accessed wrongly. The server side responds to the supplementary scanning request, and executes a process of checking the target code value matching rule cached in the client side and the corresponding target routing rule. If the verification fails, the server side issues a deleting instruction to the client side, so that each code value matching rule cached by the client side and a routing rule corresponding to each code value matching rule are deleted, and the client side inevitably exchanges a page jump address from the server side when scanning codes again.
Through the two implementation modes, the page access error caused by other errors can be avoided.
In a second aspect, an embodiment of the present specification provides a code scanning-based page access method, which is applied to a server, and the method includes: receiving a data request sent by a client, wherein the data request comprises a target graphic code value identified by the client; traversing an effective code value matching rule matched with the target graphic code value, acquiring an effective routing rule corresponding to the effective code value matching rule, and converting the target graphic code value into a page jump address according to the effective routing rule; and sending the page jump address, the effective code value matching rule matched with the target graphic code value and the corresponding effective routing rule to the client, so that the client caches the effective code value matching rule and the effective routing rule corresponding to the target graphic code value, and opens the service page according to the page jump address.
In an embodiment of this specification, the server further includes other steps for interacting with the client, which have been described in detail in the embodiment described in the first aspect, and for brevity of the specification, no further description is given here.
The method steps described in the embodiments of this specification have been described in detail in the foregoing embodiments of the page access method based on code scanning on the client side, and are not described herein again for brevity of the specification.
In a third aspect, an embodiment of the present specification provides a code scanning based page access apparatus, which is applied to a client, and with reference to fig. 3, the code scanning based page access apparatus includes:
the identification unit 301 is configured to identify a currently scanned graphic code to obtain a target graphic code value represented by the graphic code;
a local traversing unit 302, configured to traverse local cache data of the client, and if a target code value matching rule that matches the target graphic code value is traversed from the local cache data, obtain a target routing rule corresponding to the target code value matching rule from the local cache data;
a converting unit 303, configured to convert the target graphics code value into a first page jump address according to a target routing rule obtained from the local cache data;
a first page access unit 304, configured to open a service page according to the first page jump address.
In an optional embodiment, the apparatus further comprises:
a complementary scanning request sending unit, configured to send a complementary scanning request to a server after converting the target graphics code value into a first page jump address according to a target routing rule obtained from the local cache data, where the complementary scanning request includes the target graphics code value and the first page jump address, so that the server checks the target routing rule according to the target graphics code value and the first page jump address;
the first data receiving unit is used for receiving a new code value matching rule and a new routing rule issued by the server aiming at the target graphic code value if the check is not passed;
and the cache data updating unit is used for updating the local cache data according to the new code value matching rule and the new routing rule.
In an optional embodiment, the apparatus further comprises:
a first data request sending unit, configured to send a first data request to a server if a target code value matching rule matching the target graphic code value is not traversed from the local cache data, where the first data request includes the target graphic code value, so that the server converts the target graphic code value into a second page jump address;
and the second page access unit is used for opening the service page according to a second page jump address returned by the server.
In an optional embodiment, the apparatus further comprises:
a second data request sending unit, configured to send a second data request to a server if a target code value matching rule matching the target pattern code value is not traversed from the local cache data, where the second data request includes the target pattern code value, so that an effective code value matching rule matching the target pattern code value and an effective routing rule corresponding to the effective code value matching rule are queried from the server;
and the second data receiving unit is used for receiving and caching the effective code value matching rule returned by the server and an effective routing rule corresponding to the effective code value matching rule into the local cache data.
In an optional implementation manner, the local cache data includes M code value matching rules and a routing rule corresponding to each code value matching rule, where M is a positive integer, and the apparatus further includes:
and the cache monitoring unit is used for monitoring whether the duration for caching the code value matching rule and the routing rule corresponding to the code value matching rule at the client exceeds an effective cache period or not aiming at the M code value matching rules and the routing rule corresponding to each code value matching rule, and if so, deleting the code value matching rule and the routing rule corresponding to the code value matching rule from the local cache data.
In an optional embodiment, the apparatus further comprises:
the data deleting unit is used for deleting each code value matching rule and the routing rule corresponding to each code value matching rule from the local cache data according to the deleting instruction if the deleting instruction issued by the server is received; and/or
The function closing unit is used for closing the code scanning cache switch if the error information of accessing the service page according to the first page jump address is detected, wherein if the code scanning cache switch is in a closed state, the function closing unit sends an arbitrarily identified graphic code value to the server to replace the corresponding page jump address; and if the code scanning cache switch is in an on state, executing the step of traversing the local cache data of the client aiming at any identified graphic code value.
In a fourth aspect, an embodiment of the present specification provides a code scanning-based page access apparatus, which is applied to a server, and the apparatus includes:
the request receiving unit is used for receiving a data request sent by a client, wherein the data request contains a target graphic code value identified by the client;
the data traversing unit is used for traversing to an effective code value matching rule matched with the target graphic code value, acquiring an effective routing rule corresponding to the effective code value matching rule, and converting the target graphic code value into a page jump address according to the effective routing rule;
and the data returning unit is used for sending the page jump address, the effective code value matching rule matched with the target graphic code value and the corresponding effective routing rule to the client, so that the client caches the effective code value matching rule and the effective routing rule corresponding to the target graphic code value, and the client opens a service page according to the page jump address.
The specific functions of each unit of the above-mentioned apparatus have been described in detail in the foregoing page access method based on code scanning provided in this specification, and the specific implementation details of the apparatus may refer to the page access method based on code scanning, and for the sake of brevity of the specification, no further description is given here.
In a fifth aspect, based on the same technical concept as that of the foregoing embodiment of the page access method based on code scanning, an embodiment of the present specification further provides an electronic device, as shown in fig. 4, including a memory 404, a processor 402, and a computer program stored in the memory 404 and operable on the processor 402, where the processor 402 implements the steps of the embodiment of the page access method based on code scanning when executing the program.
Where in fig. 4 a bus architecture (represented by bus 400) is shown, bus 400 may include any number of interconnected buses and bridges, and bus 400 links together various circuits including one or more processors, represented by processor 402, and memory, represented by memory 404. The bus 400 may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. A bus interface 406 provides an interface between the bus 400 and the receiver 401 and transmitter 403. The receiver 401 and the transmitter 403 may be the same element, i.e., a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 402 is responsible for managing the bus 400 and general processing, while the memory 404 may be used for storing data used by the processor 402 in performing operations.
In a sixth aspect, based on the technical idea of the code scanning based page access method in the foregoing embodiments, the present specification further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the code scanning based page access method embodiment.
The description has been presented with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the description. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.

Claims (16)

1. A page access method based on code scanning is applied to a client, and the method comprises the following steps:
identifying the currently scanned graphic code to obtain a target graphic code value represented by the graphic code;
traversing local cache data of the client, and if a target code value matching rule matched with the target graphic code value is traversed from the local cache data, acquiring a target routing rule corresponding to the target code value matching rule from the local cache data;
and converting the target graphic code value into a first page jump address according to a target routing rule acquired from the local cache data, and opening a service page according to the first page jump address.
2. The method of claim 1, further comprising, after converting the target graphics code value to a first page jump address according to a target routing rule retrieved from the local cache data:
sending a complementary scanning request to a server, wherein the complementary scanning request comprises the target graphic code value and the first page jump address, so that the server checks the target routing rule according to the target graphic code value and the first page jump address;
if the verification is not passed, receiving a new code value matching rule and a new routing rule issued by the server aiming at the target graphic code value;
and updating the local cache data according to the new code value matching rule and the new routing rule.
3. The method of claim 1, further comprising, after said traversing the client's locally cached data:
if a target code value matching rule matched with the target graphic code value is not traversed from the local cache data, sending a first data request to a server, wherein the first data request contains the target graphic code value, so that the server converts the target graphic code value into a second page jump address;
and opening a service page according to a second page jump address returned by the server.
4. The method of claim 1 or 3, further comprising, after said traversing the client's local cache data:
if a target code value matching rule matched with the target graphic code value is not traversed from the local cache data, sending a second data request to a server, wherein the second data request contains the target graphic code value, so that an effective code value matching rule matched with the target graphic code value and an effective routing rule corresponding to the effective code value matching rule are inquired from the server;
and receiving and caching the effective code value matching rule returned by the server and an effective routing rule corresponding to the effective code value matching rule into the local cache data.
5. The method according to claim 1, wherein the local cache data includes M code value matching rules and a routing rule corresponding to each code value matching rule, where M is a positive integer, and the method further includes:
and aiming at the M code value matching rules and the routing rule corresponding to each code value matching rule, monitoring whether the time length for caching the code value matching rule and the routing rule corresponding to the code value matching rule at the client exceeds an effective caching period, and if so, deleting the code value matching rule and the routing rule corresponding to the code value matching rule from the local caching data.
6. The method of claim 1, further comprising, after said converting the target graphics code value to a first page jump address according to a target routing rule retrieved from the local cache data:
if a deleting instruction issued by a server is received, deleting each code value matching rule and a routing rule corresponding to each code value matching rule from the local cache data according to the deleting instruction; and/or
If the error information of accessing the service page according to the first page jump address is detected, closing a code scanning cache switch, wherein if the code scanning cache switch is in a closed state, sending an arbitrarily identified graphic code value to a server to exchange the corresponding page jump address; and if the code scanning cache switch is in an on state, executing the step of traversing the local cache data of the client aiming at any identified graphic code value.
7. A page access method based on code scanning is applied to a server side, and the method comprises the following steps:
receiving a data request sent by a client, wherein the data request comprises a target graphic code value identified by the client;
traversing an effective code value matching rule matched with the target graphic code value, acquiring an effective routing rule corresponding to the effective code value matching rule, and converting the target graphic code value into a page jump address according to the effective routing rule;
and sending the page jump address, an effective code value matching rule matched with the target graphic code value and a corresponding effective routing rule to the client, so that the client caches the effective code value matching rule and the effective routing rule corresponding to the target graphic code value, and opens a service page according to the page jump address.
8. A page access device based on code scanning is applied to a client, and the device comprises:
the identification unit is used for identifying the currently scanned graphic code to obtain a target graphic code value represented by the graphic code;
the local traversing unit is used for traversing local cache data of the client, and if a target code value matching rule matched with the target graphic code value is traversed from the local cache data, a target routing rule corresponding to the target code value matching rule is obtained from the local cache data;
the conversion unit is used for converting the target graphic code value into a first page jump address according to a target routing rule acquired from the local cache data;
and the first page access unit is used for opening a service page according to the first page jump address.
9. The apparatus of claim 8, further comprising:
a complementary scanning request sending unit, configured to send a complementary scanning request to a server after converting the target graphics code value into a first page jump address according to a target routing rule obtained from the local cache data, where the complementary scanning request includes the target graphics code value and the first page jump address, so that the server checks the target routing rule according to the target graphics code value and the first page jump address;
the first data receiving unit is used for receiving a new code value matching rule and a new routing rule issued by the server aiming at the target graphic code value if the check is not passed;
and the cache data updating unit is used for updating the local cache data according to the new code value matching rule and the new routing rule.
10. The apparatus of claim 8, further comprising:
a first data request sending unit, configured to send a first data request to a server if a target code value matching rule matching the target graphic code value is not traversed from the local cache data, where the first data request includes the target graphic code value, so that the server converts the target graphic code value into a second page jump address;
and the second page access unit is used for opening the service page according to a second page jump address returned by the server.
11. The apparatus of claim 8 or 10, further comprising:
a second data request sending unit, configured to send a second data request to a server if a target code value matching rule matching the target pattern code value is not traversed from the local cache data, where the second data request includes the target pattern code value, so that an effective code value matching rule matching the target pattern code value and an effective routing rule corresponding to the effective code value matching rule are queried from the server;
and the second data receiving unit is used for receiving and caching the effective code value matching rule returned by the server and an effective routing rule corresponding to the effective code value matching rule into the local cache data.
12. The apparatus as claimed in claim 8, wherein the local cache data includes M code value matching rules and a routing rule corresponding to each code value matching rule, where M is a positive integer, the apparatus further comprising:
and the cache monitoring unit is used for monitoring whether the duration for caching the code value matching rule and the routing rule corresponding to the code value matching rule at the client exceeds an effective cache period or not aiming at the M code value matching rules and the routing rule corresponding to each code value matching rule, and if so, deleting the code value matching rule and the routing rule corresponding to the code value matching rule from the local cache data.
13. The apparatus of claim 8, further comprising:
the data deleting unit is used for deleting each code value matching rule and the routing rule corresponding to each code value matching rule from the local cache data according to the deleting instruction if the deleting instruction issued by the server is received; and/or
The function closing unit is used for closing the code scanning cache switch if the error information of accessing the service page according to the first page jump address is detected, wherein if the code scanning cache switch is in a closed state, the function closing unit sends an arbitrarily identified graphic code value to the server to replace the corresponding page jump address; and if the code scanning cache switch is in an on state, executing the step of traversing the local cache data of the client aiming at any identified graphic code value.
14. A page access device based on code scanning is applied to a server side, and the device comprises:
the request receiving unit is used for receiving a data request sent by a client, wherein the data request contains a target graphic code value identified by the client;
the data traversing unit is used for traversing to an effective code value matching rule matched with the target graphic code value, acquiring an effective routing rule corresponding to the effective code value matching rule, and converting the target graphic code value into a page jump address according to the effective routing rule;
and the data returning unit is used for sending the page jump address, the effective code value matching rule matched with the target graphic code value and the corresponding effective routing rule to the client, so that the client caches the effective code value matching rule and the effective routing rule corresponding to the target graphic code value, and the client opens a service page according to the page jump address.
15. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method of any one of claims 1-8 when executing the program.
16. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method of any one of claims 1 to 8.
CN202010373475.0A 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium Active CN111695051B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN202010373475.0A CN111695051B (en) 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium
CN202210388983.5A CN114840782A (en) 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium
PCT/CN2021/091133 WO2021223662A1 (en) 2020-05-06 2021-04-29 Page access based on code scanning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010373475.0A CN111695051B (en) 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202210388983.5A Division CN114840782A (en) 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111695051A true CN111695051A (en) 2020-09-22
CN111695051B CN111695051B (en) 2022-03-25

Family

ID=72477033

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202010373475.0A Active CN111695051B (en) 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium
CN202210388983.5A Pending CN114840782A (en) 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN202210388983.5A Pending CN114840782A (en) 2020-05-06 2020-05-06 Page access method and device based on code scanning, electronic equipment and storage medium

Country Status (2)

Country Link
CN (2) CN111695051B (en)
WO (1) WO2021223662A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112632504A (en) * 2020-12-17 2021-04-09 苏宁金融科技(南京)有限公司 Webpage access method, device, system, computer equipment and storage medium
WO2021223662A1 (en) * 2020-05-06 2021-11-11 支付宝(杭州)信息技术有限公司 Page access based on code scanning
CN114153358A (en) * 2021-11-16 2022-03-08 中国电信集团系统集成有限责任公司 Bar code display method and device, electronic equipment and storage medium
CN115687829A (en) * 2022-12-29 2023-02-03 四川绿源集科技有限公司 Page jump method and device, computer readable storage medium and electronic equipment
WO2023130813A1 (en) * 2022-01-06 2023-07-13 腾讯科技(深圳)有限公司 Information obtaining method, graphic code generation method and apparatus, terminal, and medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023115445A1 (en) * 2021-12-23 2023-06-29 Orange Method for performing a service with an application when scanning an optical tag

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101539911A (en) * 2008-03-18 2009-09-23 盛大计算机(上海)有限公司 Device and method for accelerating display of web page of browser
CN102087664A (en) * 2011-01-27 2011-06-08 深圳市五巨科技有限公司 Optimizing method of mobile terminal access network, system and mobile terminal
AU2012100308A4 (en) * 2012-03-21 2012-04-19 Talbot, Phillip David Dynamic QR Code System
CN107404508A (en) * 2016-05-20 2017-11-28 阿里巴巴集团控股有限公司 Access method, client and the electronic equipment of customer terminal webpage
CN109145240A (en) * 2018-08-31 2019-01-04 阿里巴巴集团控股有限公司 A kind of page access method, apparatus and system based on barcode scanning operation
CN110020294A (en) * 2017-10-20 2019-07-16 腾讯科技(武汉)有限公司 Sheet disposal method, apparatus, system, storage medium and computer equipment
CN111027656A (en) * 2019-11-15 2020-04-17 浙江口碑网络技术有限公司 Two-dimensional code generation and identification method and device, electronic equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102789469B (en) * 2011-05-20 2016-01-06 腾讯科技(深圳)有限公司 Method for updating pages and system
CN103428309B (en) * 2013-08-15 2016-04-06 浙江三网科技股份有限公司 Quick Response Code redirect processing method
CN111695051B (en) * 2020-05-06 2022-03-25 支付宝(杭州)信息技术有限公司 Page access method and device based on code scanning, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101539911A (en) * 2008-03-18 2009-09-23 盛大计算机(上海)有限公司 Device and method for accelerating display of web page of browser
CN102087664A (en) * 2011-01-27 2011-06-08 深圳市五巨科技有限公司 Optimizing method of mobile terminal access network, system and mobile terminal
AU2012100308A4 (en) * 2012-03-21 2012-04-19 Talbot, Phillip David Dynamic QR Code System
CN107404508A (en) * 2016-05-20 2017-11-28 阿里巴巴集团控股有限公司 Access method, client and the electronic equipment of customer terminal webpage
CN110020294A (en) * 2017-10-20 2019-07-16 腾讯科技(武汉)有限公司 Sheet disposal method, apparatus, system, storage medium and computer equipment
CN109145240A (en) * 2018-08-31 2019-01-04 阿里巴巴集团控股有限公司 A kind of page access method, apparatus and system based on barcode scanning operation
CN111027656A (en) * 2019-11-15 2020-04-17 浙江口碑网络技术有限公司 Two-dimensional code generation and identification method and device, electronic equipment and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021223662A1 (en) * 2020-05-06 2021-11-11 支付宝(杭州)信息技术有限公司 Page access based on code scanning
CN112632504A (en) * 2020-12-17 2021-04-09 苏宁金融科技(南京)有限公司 Webpage access method, device, system, computer equipment and storage medium
CN114153358A (en) * 2021-11-16 2022-03-08 中国电信集团系统集成有限责任公司 Bar code display method and device, electronic equipment and storage medium
WO2023130813A1 (en) * 2022-01-06 2023-07-13 腾讯科技(深圳)有限公司 Information obtaining method, graphic code generation method and apparatus, terminal, and medium
CN115687829A (en) * 2022-12-29 2023-02-03 四川绿源集科技有限公司 Page jump method and device, computer readable storage medium and electronic equipment

Also Published As

Publication number Publication date
CN114840782A (en) 2022-08-02
CN111695051B (en) 2022-03-25
WO2021223662A1 (en) 2021-11-11

Similar Documents

Publication Publication Date Title
CN111695051B (en) Page access method and device based on code scanning, electronic equipment and storage medium
CN108845816B (en) Application program updating method, system, computer device and storage medium
US8601109B2 (en) Incremental browser-based device fingerprinting
CN103765423B (en) Gathering transaction data associated with locally stored data files
CN107832329B (en) Page resource obtaining method and terminal equipment
CN104219316A (en) Method and device for processing call request in distributed system
CN105471759A (en) Network traffic scheduling method and apparatus for data centers
CN110276074B (en) Distributed training method, device, equipment and storage medium for natural language processing
CN105468707A (en) Cache-based data processing method and device
CN110602234B (en) Block chain network node management method, device, equipment and storage medium
CN113360300B (en) Interface call link generation method, device, equipment and readable storage medium
CN110677506A (en) Network access method, device, computer equipment and storage medium
CN111178568B (en) Service reservation request processing method, device, server and storage medium
CN112685115A (en) International cue language generating method, system, computer equipment and storage medium
US7287228B2 (en) On-demand and incremental application adaptation
CN114416807A (en) Data merging method, device and system for customer account
KR20210128096A (en) Apparatus and method for interworking among internet of things platforms
CN112084160B (en) Small curve steel rail bending positioning detection method, device and platform
US20080256178A1 (en) Method and Apparatus for Providing Software by Functional Units in a Software Streaming System
CN115712887B (en) Picture verification code identification method and device, electronic equipment and storage medium
CN116566846B (en) Model management method and system, shared node and network node
CN116192629B (en) Differential data processing method and system based on edge calculation
CN114461684A (en) Data verification method, apparatus, program product, computer device and medium
CN116361426A (en) Session message preview method, computer, readable storage medium and program product
CN115696557A (en) User information registration method and device

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40037394

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230109

Address after: 200120 Floor 15, No. 447, Nanquan North Road, China (Shanghai) Pilot Free Trade Zone, Pudong New Area, Shanghai

Patentee after: Alipay.com Co.,Ltd.

Address before: 310000 801-11 section B, 8th floor, 556 Xixi Road, Xihu District, Hangzhou City, Zhejiang Province

Patentee before: Alipay (Hangzhou) Information Technology Co.,Ltd.

TR01 Transfer of patent right