CN113420241A - Page access method and device, electronic equipment and storage medium - Google Patents

Page access method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113420241A
CN113420241A CN202110772344.4A CN202110772344A CN113420241A CN 113420241 A CN113420241 A CN 113420241A CN 202110772344 A CN202110772344 A CN 202110772344A CN 113420241 A CN113420241 A CN 113420241A
Authority
CN
China
Prior art keywords
url
configuration table
route
application software
routing configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110772344.4A
Other languages
Chinese (zh)
Inventor
余雪萍
张明玮
刘磊
叶飞翔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guahao Net Hangzhou Technology Co Ltd
Original Assignee
Guahao Net Hangzhou 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 Guahao Net Hangzhou Technology Co Ltd filed Critical Guahao Net Hangzhou Technology Co Ltd
Priority to CN202110772344.4A priority Critical patent/CN113420241A/en
Publication of CN113420241A publication Critical patent/CN113420241A/en
Pending legal-status Critical Current

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]

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a page access method and device, electronic equipment and a computer readable storage medium, wherein the method comprises the following steps: sending a route updating request aiming at application software, and judging whether a route mapping table corresponding to the route updating request is received or not; if so, taking the routing mapping table as a current routing configuration table of the application software; in response to an access request aiming at a target page in the application software, looking up a first Uniform Resource Locator (URL) in the access request in the current routing configuration table; and if the second URL corresponding to the first URL is found, jumping to the target page according to the second URL. According to the scheme, the updating process of the routing information is simplified, and the convenience of accessing the application software page is improved.

Description

Page access method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a page access method and apparatus, an electronic device, and a computer-readable storage medium.
Background
Each page has a unique URL (Uniform Resource Locator) through which the corresponding page can be accessed. Generally, a page name and a URL of a page are written into a source code of Application software (APP) in a hard-coded manner. In this case, if the page is changed (e.g., page increase or decrease, page URL change, etc.), the user terminal needs to update the new version of the application software, otherwise the application software may not access the updated page. In this case, in order to ensure the normal use of the application software, the user terminal needs to frequently update the local application software, which is very cumbersome and causes a waste of network traffic in a network environment networked through a mobile network.
Disclosure of Invention
The embodiment of the application aims to provide a page access method and device, electronic equipment and a computer-readable storage medium, which are used for improving the convenience of page access of application software.
In one aspect, the present application provides a page access method, including:
sending a route updating request aiming at application software, and judging whether a route mapping table corresponding to the route updating request is received or not;
if so, taking the routing mapping table as a current routing configuration table of the application software;
in response to an access request aiming at a target page in the application software, looking up a first URL in the access request in the current routing configuration table;
and if the first URL is found, jumping to the target page according to a second URL corresponding to the first URL in the current routing configuration table.
In an embodiment, the method further comprises:
if not, obtaining the cached historical route mapping table, and taking the historical route mapping table as the current route configuration table.
In an embodiment, after said looking up the first uniform resource locator URL in the access request in the current routing configuration table, the method further comprises:
and if the first URL is not found, jumping to the target page according to the first URL.
In an embodiment, before said sending the route update request for the application software, the method further comprises:
acquiring a routing update instruction aiming at the application software; the routing updating instruction comprises a starting instruction or a login instruction;
and responding to the route updating instruction, and executing the step of sending the route updating request.
In one embodiment, before said finding the first uniform resource locator URL in the access request, the method further comprises:
according to the route conversion rule indicated by the current route configuration table, converting the first URL to obtain a standard first URL; wherein the standard first URL is used to look up the current routing configuration table.
In an embodiment, after the taking the routing mapping table as the current routing configuration table of the application software, the method further includes:
and encrypting the current routing configuration table, and storing the encrypted current routing configuration table.
In an embodiment, before looking up the first URL in the access request in the current routing configuration table, the method further comprises:
and decrypting the encrypted current routing configuration table to obtain a decrypted current routing configuration table.
In another aspect, the present application further provides a page access apparatus, including:
a sending module, configured to send a route update request for application software, and determine whether a route mapping table corresponding to the route update request is received;
the configuration module is used for taking the routing mapping table as the current routing configuration table of the application software if the current routing configuration table is the same as the current routing configuration table of the application software;
the searching module is used for responding to an access request aiming at a target page in the application software, and searching a first URL in the access request in the current routing configuration table;
and the access module is used for jumping to the target page according to a second URL corresponding to the first URL in the current routing configuration table if the first URL is found.
Further, the present application also provides an electronic device, including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to execute the page access method.
In addition, the present application also provides a computer-readable storage medium, which stores a computer program executable by a processor to perform the above-mentioned page access method.
According to the scheme, after the route updating request aiming at the application software is sent, whether a route mapping table corresponding to the route updating request is received or not is judged, if yes, the route mapping table can be used as a current route configuration table of the application software, when the access request aiming at a target page in the application software is received, a first URL in the access request can be searched in the current route configuration table, and the target page is jumped to according to a second URL corresponding to the first URL in the current route configuration table. Compared with the prior art, the method and the device for updating the routing information ensure that the latest routing information is obtained by updating the application software, the updating process of the routing information can be greatly simplified, and the convenience of accessing the application software page is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required to be used in the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic view of an application scenario of a page access method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
fig. 3 is a schematic flowchart of a page access method according to an embodiment of the present application;
fig. 4 is a schematic flowchart of a page access method according to another embodiment of the present application;
fig. 5 is a block diagram of a page access apparatus according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
Like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Fig. 1 is a schematic view of an application scenario of a page access method provided in an embodiment of the present application. As shown in fig. 1, the application scenario includes a client 20 and a server 30; the client 20 may be a user terminal such as a host, a mobile phone, a tablet computer, and the like, and is configured to send a route update request for local application software to the server 30; the server 30, which may be a server, a server cluster, or a cloud computing center, may return a route mapping table for the client 20 in response to the route update request.
As shown in fig. 2, the present embodiment provides an electronic apparatus 1 including: at least one processor 11 and a memory 12, one processor 11 being exemplified in fig. 2. The processor 11 and the memory 12 are connected by a bus 10, and the memory 12 stores instructions executable by the processor 11, and the instructions are executed by the processor 11, so that the electronic device 1 can execute all or part of the flow of the method in the embodiments described below. In an embodiment, the electronic device 1 may be the server 30 described above, and is configured to execute the page access method.
The Memory 12 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk or optical disk.
The present application also provides a computer-readable storage medium storing a computer program executable by the processor 11 to perform the page access method provided by the present application.
Referring to fig. 3, a flowchart of a page access method provided for an embodiment of the present application is shown, and as shown in fig. 3, the method may include the following steps 310 to 340.
Step 310: and sending a route updating request aiming at the application software, and judging whether a route mapping table corresponding to the route updating request is received.
Step 320: and if so, taking the route mapping table as the current route configuration table of the application software.
In order to ensure that the page on the application software can be normally accessed, the user terminal may send a route update request to the server corresponding to the application software, where the route update request is used to obtain the latest route information from the server. When the server of the application software receives the route update request, a route mapping table containing route information can be returned to the user terminal. The routing mapping table may include a mapping relationship between a page name, an old URL of the page, and a new URL of the page.
The operator can add and modify the routing information of the page in the management background, so that the server can acquire the latest routing information of the changed page in time and store the latest routing information in the local database, and the server can send the latest routing information when receiving the routing update request.
After sending the route updating request, the user terminal can determine whether a route mapping table returned by the server in response to the route updating request is received. On one hand, if not, the user terminal may obtain the cached historical route mapping table, and use the to-be-historical route mapping table as the current route configuration table. The historical route mapping table is a route mapping table received by the user terminal last time. On the other hand, if so, the user terminal may use the received route mapping table as the current route configuration table. In addition, the user terminal may cache the route mapping table, so that the route mapping table is continuously used as the current route configuration table when a new route mapping table cannot be received subsequently.
The user terminal can execute the page access flow of the application software according to the current routing configuration table.
Step 330: in response to an access request for a target page within the application software, a first URL in the access request is looked up in a current routing configuration table.
Step 340: and if the first URL is found, jumping to a target page according to a second URL corresponding to the first URL in the current routing configuration table.
Wherein the target page is the page to be accessed.
When the user terminal receives the access request, the first URL may be parsed from the access request in response to the access request, and the first URL may be looked up in the current routing configuration table. Here, the access request may be generated by a click operation of the user with respect to the application software. The first URL may be an old URL of a target page written to the source code of the application software.
On one hand, if the user terminal does not find the first URL in the current routing configuration table, it indicates that the second URL corresponding to the first URL does not exist, in other words, the URL of the target page does not change, and at this time, the user terminal may jump to the target page according to the first URL. On the other hand, if the first URL is found in the current routing configuration table, correspondingly, a second URL corresponding to the first URL is found, and the second URL is the latest URL of the target page. The user terminal can jump to the target page according to the second URL.
By the measures, the user terminal can initiate a targeted updating process aiming at the routing information of the application software, so that the page in the application software can be accessed according to the latest routing information, and the condition that the page cannot be accessed due to page change is avoided. In addition, compared with updating application software, the method for updating the routing information greatly reduces the implementation difficulty, and can save network flow in the network environment of mobile network networking.
In one embodiment, the user terminal may obtain a route update instruction for the application software, and perform the step of sending the route update request in response to the route update instruction. Here, the route update instruction may be a start instruction or a log-in instruction. The starting instruction can be generated by clicking operation of the application software by a user, and is used for starting the application software. The login instruction can be generated after the user inputs information such as an account password and the like and is used for logging in the application software. In this case, the user terminal may update the routing information of the application software each time the application software is started, or the user terminal may update the routing information each time the application software is logged in.
In one embodiment, during the version updating process of the application software, the situation that the routing information is changed integrally may occur. For example, for any page, the new URL may be added with a number of characters at the end compared to the old URL, and the new URL may be referred to as a standard URL. In this case, for the changed page, the latest URL of the page is changed on the basis of the standard URL, and the server stores the mapping relationship between the latest URL and the standard URL.
At this time, the route mapping table issued by the server may indicate a route conversion rule between the old URL and the standard URL. Before the user terminal searches the first URL in front of the current routing configuration table, the user terminal may perform conversion processing on the first URL according to a routing conversion rule indicated by the current routing configuration table to obtain a standard first URL. Wherein the standard first URL is used to look up the current routing configuration table.
When the user terminal looks up the first URL in the current routing configuration table, it may look up the standard first URL, so that the latest URL is found when the page is updated.
In an embodiment, after the user terminal uses the route mapping table as the current route configuration table of the application software, the user terminal may encrypt the current route configuration table and store the encrypted current route configuration table. The encryption processing method may be MD5(Message-Digest Algorithm 5).
By encrypting the routing information, the modification of the user terminal when the user terminal is attacked or poisoned can be avoided.
In an embodiment, if the user terminal performs encrypted storage on the current routing configuration table, the user terminal may perform decryption processing on the encrypted current routing configuration table before looking up the first URL in the current routing configuration table, so as to obtain the decrypted current routing configuration table. The decryption processing mode may correspond to the encryption processing mode. For example, if the current routing configuration table is encrypted by MD5, the encrypted current routing configuration table is decrypted by MD 5.
After decrypting the encrypted current routing configuration table, the first URL may be looked up in the decrypted current routing configuration table.
Referring to fig. 4, which is a flowchart illustrating a page access method according to another embodiment of the present application, as shown in fig. 4, when application software is started or logged in, a user terminal may initiate a route update request to a server corresponding to the application software, and determine whether a route mapping table is received. In one case, the user terminal receives the route mapping table returned by the server, and may put the route mapping table into the memory as the current route configuration table. In another case, the user terminal does not receive the route mapping table returned by the server, and the history route mapping table received before can be put into the memory as the current route configuration table. When an access request for a target page in application software is received, the user terminal can analyze a first URL in the access request and convert the first URL into a standard first URL. The user terminal may look up the standard first URL in the current routing configuration table. In one case, if the standard first URL is not found, a jump to the target page may be made directly according to the standard first URL. In another case, if the standard first URL is found, the user terminal may jump to the target page according to a second URL corresponding to the standard first URL.
Fig. 5 is a page access apparatus according to an embodiment of the present invention, and as shown in fig. 5, the apparatus may include: a sending module 510, a configuration module 520, a searching module 530, and an accessing module 540;
a sending module 510, configured to send a route update request for application software, and determine whether a route mapping table corresponding to the route update request is received;
a configuration module 520, configured to, if yes, use the routing mapping table as a current routing configuration table of the application software;
a searching module 530, configured to, in response to an access request for a target page in the application software, search a first URL in the access request in the current routing configuration table;
and the accessing module 540 is configured to jump to the target page according to a second URL corresponding to the first URL in the current routing configuration table if the first URL is found.
In an embodiment, the module 520 is further configured to:
if not, obtaining the cached historical route mapping table, and taking the historical route mapping table as the current route configuration table.
In an embodiment, the accessing module 540 is further configured to:
and if the first URL is not found, jumping to the target page according to the first URL.
In an embodiment, the sending module 510 is further configured to:
acquiring a routing update instruction aiming at the application software; the routing updating instruction comprises a starting instruction or a login instruction;
and responding to the route updating instruction, and executing the step of sending the route updating request.
In an embodiment, the lookup module 530 is further configured to:
according to the route conversion rule indicated by the current route configuration table, converting the first URL to obtain a standard first URL; wherein the standard first URL is used to look up the current routing configuration table.
In an embodiment, the module 520 is further configured to:
and encrypting the current routing configuration table, and storing the encrypted current routing configuration table.
In an embodiment, the module 520 is further configured to:
and decrypting the encrypted current routing configuration table to obtain a decrypted current routing configuration table.
The implementation process of the functions and actions of each module in the device is specifically detailed in the implementation process of the corresponding step in the page access method, and is not described herein again.
In the embodiments provided in the present application, the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.

Claims (10)

1. A method for page access, comprising:
sending a route updating request aiming at application software, and judging whether a route mapping table corresponding to the route updating request is received or not;
if so, taking the routing mapping table as a current routing configuration table of the application software;
in response to an access request aiming at a target page in the application software, looking up a first Uniform Resource Locator (URL) in the access request in the current routing configuration table;
and if the first URL is found, jumping to the target page according to a second URL corresponding to the first URL in the current routing configuration table.
2. The method of claim 1, further comprising:
if not, obtaining the cached historical route mapping table, and taking the historical route mapping table as the current route configuration table.
3. The method of claim 1, wherein after said looking up the first uniform resource locator, URL, in the access request in the current routing configuration table, the method further comprises:
and if the first URL is not found, jumping to the target page according to the first URL.
4. The method of claim 1, wherein prior to said sending a route update request for application software, the method further comprises:
acquiring a routing update instruction aiming at the application software; the routing updating instruction comprises a starting instruction or a login instruction;
and responding to the route updating instruction, and executing the step of sending the route updating request.
5. The method of claim 1 or 2, wherein prior to said locating the first uniform resource locator URL in the access request, the method further comprises:
according to the route conversion rule indicated by the current route configuration table, converting the first URL to obtain a standard first URL; wherein the standard first URL is used to look up the current routing configuration table.
6. The method of claim 1, wherein after said using the routing mapping table as a current routing configuration table of the application software, the method further comprises:
and encrypting the current routing configuration table, and storing the encrypted current routing configuration table.
7. The method of claim 6, wherein prior to looking up the first URL in the access request in the current routing configuration table, the method further comprises:
and decrypting the encrypted current routing configuration table to obtain a decrypted current routing configuration table.
8. A page access apparatus, comprising:
a sending module, configured to send a route update request for application software, and determine whether a route mapping table corresponding to the route update request is received;
the configuration module is used for taking the routing mapping table as the current routing configuration table of the application software if the current routing configuration table is the same as the current routing configuration table of the application software;
the searching module is used for responding to an access request aiming at a target page in the application software, and searching a first URL in the access request in the current routing configuration table;
and the access module is used for jumping to the target page according to a second URL corresponding to the first URL in the current routing configuration table if the first URL is found.
9. An electronic device, characterized in that the electronic device comprises:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the page access method of any one of claims 1-7.
10. A computer-readable storage medium, characterized in that the storage medium stores a computer program executable by a processor to perform the page access method of any one of claims 1-7.
CN202110772344.4A 2021-07-08 2021-07-08 Page access method and device, electronic equipment and storage medium Pending CN113420241A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110772344.4A CN113420241A (en) 2021-07-08 2021-07-08 Page access method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110772344.4A CN113420241A (en) 2021-07-08 2021-07-08 Page access method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113420241A true CN113420241A (en) 2021-09-21

Family

ID=77720490

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110772344.4A Pending CN113420241A (en) 2021-07-08 2021-07-08 Page access method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113420241A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115002188A (en) * 2022-05-30 2022-09-02 平安普惠企业管理有限公司 Service switching method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140164645A1 (en) * 2012-12-06 2014-06-12 Microsoft Corporation Routing table maintenance
US20180278671A1 (en) * 2015-11-27 2018-09-27 Alibaba Group Holding Limited Page jump method and apparatus
CN111428163A (en) * 2020-03-20 2020-07-17 吉林亿联银行股份有限公司 Page access method and device
CN111651703A (en) * 2020-04-14 2020-09-11 北京奇艺世纪科技有限公司 Page jump method and device, electronic equipment and readable storage medium
CN112579928A (en) * 2019-09-30 2021-03-30 北京京东尚科信息技术有限公司 Page jump method, page jump device, computer equipment and computer readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140164645A1 (en) * 2012-12-06 2014-06-12 Microsoft Corporation Routing table maintenance
US20180278671A1 (en) * 2015-11-27 2018-09-27 Alibaba Group Holding Limited Page jump method and apparatus
CN112579928A (en) * 2019-09-30 2021-03-30 北京京东尚科信息技术有限公司 Page jump method, page jump device, computer equipment and computer readable storage medium
CN111428163A (en) * 2020-03-20 2020-07-17 吉林亿联银行股份有限公司 Page access method and device
CN111651703A (en) * 2020-04-14 2020-09-11 北京奇艺世纪科技有限公司 Page jump method and device, electronic equipment and readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115002188A (en) * 2022-05-30 2022-09-02 平安普惠企业管理有限公司 Service switching method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
US20150372976A1 (en) Network threat prediction and blocking
EP3170091B1 (en) Method and server of remote information query
CN104580085B (en) service data updating method, system, client and server
US10887333B1 (en) Multi-tenant threat intelligence service
CN103607385A (en) Method and apparatus for security detection based on browser
EP3491808B1 (en) Interchangeable retrieval of content
CN112544054B (en) Automatically generating threat remediation steps through crowd-sourced security solutions
CN110516471B (en) Product promotion method based on information security and related equipment
CN113239046A (en) Data query method, system, computer device and storage medium
US9225720B1 (en) Security system for data stored in the cloud
US11916935B1 (en) Systems and methods for detecting malware domain names
US11388248B1 (en) Dynamic domain discovery and proxy configuration
CN107844488B (en) Data query method and device
US10404733B1 (en) Active push-based remediation for reputation-based security systems
CN105592083A (en) Method and device for terminal to have access to server by using token
CN113420241A (en) Page access method and device, electronic equipment and storage medium
CN108241685B (en) Data query method and query client
CN108055299B (en) Portal page pushing method, network access server and Portal authentication system
US20230144072A1 (en) Data storage server and client devices for securely storing data
JP6233846B2 (en) Variable-length nonce generation
CN107872493B (en) Information processing method, terminal and server
CN115640471A (en) Short link generation method and device, computer equipment and storage medium
CN110944037B (en) Method, computer device and storage medium for client cache change configuration
CN114666311A (en) Engineering machine, and engineering machine software upgrading method and device
CN111865976A (en) Access control method, device and gateway

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210921

RJ01 Rejection of invention patent application after publication